From 476a5b35d7ead0a33a58bcbbe8c614f55fdf84e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:25:29 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 81 +++++++----------------------------------- 1 file changed, 13 insertions(+), 68 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a478792..c11e322 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,28 +26,13 @@ export default function LandingPage() { @@ -59,7 +44,7 @@ export default function LandingPage() { description="Our passion for automobiles drive our quality standards." subdescription="Every car is treated as if it were our own, with painstaking attention to every single detail." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg?_wi=7" + imageSrc="http://img.b2bpic.net/free-photo/man-s-hand-is-cleaning-waxing-car_1150-6114.jpg" mediaAnimation="slide-up" /> @@ -73,62 +58,22 @@ export default function LandingPage() { description="Meet the detailers behind the sparkle." groups={[ { - id: "team", - groupTitle: "Lead Detailers", - members: [ - { - id: "1", - title: "Marc P.", - subtitle: "Lead Technician", - detail: "10 years in the automotive industry.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-car-dealership_23-2148130216.jpg?_wi=3", - }, - { - id: "2", - title: "Claire L.", - subtitle: "Quality Manager", - detail: "Specialist in paint restoration.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-hugging-car-car-showrrom_1303-15165.jpg?_wi=2", - }, + id: "team", groupTitle: "Lead Detailers", members: [ + { id: "1", title: "Marc P.", subtitle: "Lead Technician", detail: "10 years in the automotive industry." }, + { id: "2", title: "Claire L.", subtitle: "Quality Manager", detail: "Specialist in paint restoration." }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg?_wi=4", - imageAlt: "car exterior polish finish", - }, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193627.jpg", imageAlt: "car exterior polish finish"}, ]} />