diff --git a/src/pages/about.jsx b/src/pages/about.jsx index 41032ff9..127c74db 100644 --- a/src/pages/about.jsx +++ b/src/pages/about.jsx @@ -4,6 +4,14 @@ import { HeroSection } from '../components/HeroSection' import { Layout } from '../components/Layout' import Pic from '../images/artists/harry.png' + about-page +function AboutPage() { + return ( + +

About

+

Bla bla

+
+ function AboutPage({ data }) { return (
@@ -117,6 +125,7 @@ function AboutPage({ data }) {
+ ) }