From 128e4aaa6e8353beb474f79554671accbfbcf758 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 17:12:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 268 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 225 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9176946..3b89618 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() { @@ -207,21 +113,9 @@ export default function LandingPage() { title="Before & After Results" description="Witness the meticulous care and expert workmanship we pour into every vehicle that enters our garage." accordionItems={[ - { - id: "g1", - title: "Engine Overhaul", - content: "Full engine restoration process completed in 48 hours.", - }, - { - id: "g2", - title: "Body Painting", - content: "High-gloss factory finish matching original paint code.", - }, - { - id: "g3", - title: "Glass Replacement", - content: "Using only high-quality certified safety glass.", - }, + { id: "g1", title: "Engine Overhaul", content: "Full engine restoration process completed in 48 hours." }, + { id: "g2", title: "Body Painting", content: "High-gloss factory finish matching original paint code." }, + { id: "g3", title: "Glass Replacement", content: "Using only high-quality certified safety glass." } ]} imageSrc="http://img.b2bpic.net/free-photo/male-mechanic-working-auto-repair-shop-car_23-2150376983.jpg" mediaAnimation="blur-reveal" @@ -234,49 +128,15 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Rajesh Mehta", - handle: "@rajesh", - testimonial: "Excellent service and very transparent pricing. Best in Bhavnagar!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg", - }, - { - id: "t2", - name: "Priya Shah", - handle: "@priya", - testimonial: "My car AC was fixed in just 2 hours. Very impressed.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367133.jpg", - }, - { - id: "t3", - name: "Amit Patel", - handle: "@amit", - testimonial: "Skilled mechanics and very helpful staff. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg", - }, - { - id: "t4", - name: "Suresh Joshi", - handle: "@suresh", - testimonial: "Professional garage with state-of-the-art diagnostic tools.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg", - }, - { - id: "t5", - name: "Kiran Dave", - handle: "@kiran", - testimonial: "24/7 service saved me during a highway breakdown. Truly reliable.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg", - }, + { id: "t1", name: "Rajesh Mehta", handle: "@rajesh", testimonial: "Excellent service and very transparent pricing. Best in Bhavnagar!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer-holding-mobile-phone_1170-1374.jpg" }, + { id: "t2", name: "Priya Shah", handle: "@priya", testimonial: "My car AC was fixed in just 2 hours. Very impressed.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/collage-customer-experience-concept_23-2149367133.jpg" }, + { id: "t3", name: "Amit Patel", handle: "@amit", testimonial: "Skilled mechanics and very helpful staff. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-woman-looking-camera_23-2148187139.jpg" }, + { id: "t4", name: "Suresh Joshi", handle: "@suresh", testimonial: "Professional garage with state-of-the-art diagnostic tools.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-smiling-kitchen_107420-12357.jpg" }, + { id: "t5", name: "Kiran Dave", handle: "@kiran", testimonial: "24/7 service saved me during a highway breakdown. Truly reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12313.jpg" } ]} showRating={true} title="Customer Reviews" + description="Hear from our satisfied customers in Bhavnagar." /> @@ -284,21 +144,9 @@ export default function LandingPage() { @@ -331,28 +169,8 @@ export default function LandingPage() {