From eb6376503cba33a75b38a9eefb7d49addae5a5ad Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:58:49 +0000 Subject: [PATCH 1/6] 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 f4e223a..a629e59 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -25,32 +25,15 @@ export default function LandingPage() { @@ -59,7 +42,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Automotive Precision" description="With over 20 years of experience, Excellent Auto Workshop is dedicated to providing honest, efficient, and high-quality car care. Our mission is to keep your vehicle running safely on the road through certified technical expertise." - imageSrc="http://img.b2bpic.net/free-photo/high-angle-metal-keys_23-2148796585.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-metal-keys_23-2148796585.jpg" /> @@ -70,16 +53,10 @@ export default function LandingPage() { title="Why Choose Us?" description="We are committed to integrity." bulletPoints={[ - { - title: "Expertise", - description: "Certified mechanics.", - }, - { - title: "Technology", - description: "Latest diagnostic tools.", - }, + { title: "Expertise", description: "Certified mechanics." }, + { title: "Technology", description: "Latest diagnostic tools." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-metal-keys_23-2148796585.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-metal-keys_23-2148796585.jpg" mediaAnimation="slide-up" /> @@ -87,40 +64,8 @@ export default function LandingPage() {