From 4c065679c8fcca76a6a511fc34d76de44b0db767 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 15:40:01 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 85 ++++++++---------------------------------- 1 file changed, 15 insertions(+), 70 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 3ecf0b9..0e8a951 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,28 +25,14 @@ export default function LandingPage() { @@ -54,15 +40,8 @@ export default function LandingPage() { @@ -76,20 +55,10 @@ export default function LandingPage() { description="The friendly faces welcoming you." groups={[ { - id: "g1", - groupTitle: "Leadership", - members: [ - { - id: "m1", - title: "Sarah Greenfield", - subtitle: "Founder", - detail: "Curating dreams.", - imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg?_wi=2", - imageAlt: "Young pretty woman in cafe", - }, + id: "g1", groupTitle: "Leadership", members: [ + { id: "m1", title: "Sarah Greenfield", subtitle: "Founder", detail: "Curating dreams.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg" } + ] + } ]} /> @@ -97,32 +66,8 @@ export default function LandingPage() {