From ab93b7e6fbdfd1ee37c943475a7ee9d16a7b873f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 21:41:59 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 81 ++++-------------------------------------- 1 file changed, 6 insertions(+), 75 deletions(-) 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" }] }]} />