From b9c7fc5f26561ee63c1245ce5edf6c6bd20541e2 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 21:11:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 342 +++++++---------------------------------------- 1 file changed, 47 insertions(+), 295 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53bc7e9..1547dc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -241,46 +114,11 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Kiid Erwiin", - role: "Owner", - company: "2024 Build", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg?_wi=2", - }, - { - id: "2", - name: "Ramiro G.", - role: "Owner", - company: "2024 ZR2", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg?_wi=2", - }, - { - id: "3", - name: "Brandon M.", - role: "Owner", - company: "2025 Tundra", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car_1303-3813.jpg?_wi=2", - }, - { - id: "4", - name: "Carolina J.", - role: "Customer", - company: "Verified", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=2", - }, - { - id: "5", - name: "Jocelyn R.", - role: "Customer", - company: "Verified", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg?_wi=2", - }, + { id: "1", name: "Kiid Erwiin", role: "Owner", company: "2024 Build", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-wearing-surfer-clothes-horizontal-shot_23-2148823848.jpg" }, + { id: "2", name: "Ramiro G.", role: "Owner", company: "2024 ZR2", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-caucasian-girl-stands-with-crossed-arms-isolated-pink-wall-with-copy-space_141793-118510.jpg" }, + { id: "3", name: "Brandon M.", role: "Owner", company: "2025 Tundra", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-woman-car_1303-3813.jpg" }, + { id: "4", name: "Carolina J.", role: "Customer", company: "Verified", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg" }, + { id: "5", name: "Jocelyn R.", role: "Customer", company: "Verified", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg" }, ]} title="Real Results. Real People." description="Hundreds of happy New Jersey drivers who keep coming back." @@ -293,38 +131,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "p1", - value: "1", - title: "Book Appointment", - items: [ - "Reach out via phone, text, or form.", - ], - }, - { - id: "p2", - value: "2", - title: "Inspection", - items: [ - "Bring your vehicle for a professional assessment.", - ], - }, - { - id: "p3", - value: "3", - title: "The Detail", - items: [ - "Expert work with zero shortcuts.", - ], - }, - { - id: "p4", - value: "4", - title: "Drive Away", - items: [ - "Pick up your showroom-ready car.", - ], - }, + { id: "p1", value: "1", title: "Book Appointment", items: ["Reach out via phone, text, or form."] }, + { id: "p2", value: "2", title: "Inspection", items: ["Bring your vehicle for a professional assessment."] }, + { id: "p3", value: "3", title: "The Detail", items: ["Expert work with zero shortcuts."] }, + { id: "p4", value: "4", title: "Drive Away", items: ["Pick up your showroom-ready car."] }, ]} title="Simple. Seamless. Superior." description="Our proven 4-step process ensures consistent, flawless results for your vehicle." @@ -336,21 +146,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "f1", - title: "How long does ceramic coating last?", - content: "Our premium ceramic coatings provide long-lasting gloss and protection for years with proper maintenance.", - }, - { - id: "f2", - title: "Do you offer full body wraps?", - content: "Yes, we specialize in precision-cut full vehicle wraps using high-quality vinyl films.", - }, - { - id: "f3", - title: "How do I book an appointment?", - content: "You can reach us at 956-465-9736 to discuss your vehicle and schedule your detail.", - }, + { id: "f1", title: "How long does ceramic coating last?", content: "Our premium ceramic coatings provide long-lasting gloss and protection for years with proper maintenance." }, + { id: "f2", title: "Do you offer full body wraps?", content: "Yes, we specialize in precision-cut full vehicle wraps using high-quality vinyl films." }, + { id: "f3", title: "How do I book an appointment?", content: "You can reach us at 956-465-9736 to discuss your vehicle and schedule your detail." }, ]} title="Common Questions" description="Everything you need to know about our premium car care standards." @@ -361,9 +159,7 @@ export default function LandingPage() {