From 6f99160efbfc2b0df34ae77608bb3605be9bb6cb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:59:10 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 103 ++++++----------------------------------- 1 file changed, 13 insertions(+), 90 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 79ec1ee..61dcf4e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,30 +25,12 @@ export default function LandingPage() { @@ -74,20 +54,11 @@ export default function LandingPage() { description="Experienced technicians ready to help." groups={[ { - id: "g1", - groupTitle: "Management", - members: [ + id: "g1", groupTitle: "Management", members: [ { - id: "p1", - title: "Carlos D.", - subtitle: "CEO", - detail: "15+ years experience", - imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg?_wi=3", - }, + id: "p1", title: "Carlos D.", subtitle: "CEO", detail: "15+ years experience", imageSrc: "http://img.b2bpic.net/free-photo/young-lady-standing-with-crossed-arms-checked-shirt-hat-looking-confident_176474-47786.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg", - imageAlt: "happy customer living room portrait", - }, + imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-girl-laying-sofa-living-room-reading-magazine_176420-42537.jpg", imageAlt: "happy customer living room portrait"}, ]} /> @@ -95,57 +66,9 @@ export default function LandingPage() {