diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0fcf2a0..6948b52 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,25 +25,9 @@ export default function LandingPage() { @@ -51,10 +35,7 @@ export default function LandingPage() { @@ -62,64 +43,14 @@ export default function LandingPage() { @@ -220,69 +88,13 @@ export default function LandingPage() { useInvertedBackground={false} title="Meet The Crew" description="Skilled professionals committed to the Toronto community." - groups={[ - { - id: "team", - groupTitle: "Leadership", - members: [ - { - id: "claire", - title: "Claire", - subtitle: "Owner & Master Plumber", - detail: "15 years of experience in residential plumbing.", - imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg", - imageAlt: "Claire", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/modern-senior-man-holding-his-tablet-kitchen_23-2148404378.jpg", - imageAlt: "portrait satisfied home renovation client", - }, - ]} + groups={[{ id: "team", groupTitle: "Leadership", members: [{ id: "claire", title: "Claire", subtitle: "Owner & Master Plumber", detail: "15 years of experience in residential plumbing.", imageSrc: "http://img.b2bpic.net/free-photo/young-builder-man-construction-uniform-with-confident-smile-face-crossed-arms-isolated-orange-wall_141793-16006.jpg", imageAlt: "Claire" }] }]} />