From b2a32c947bea38b0fd19a1999ded662c94d6f40a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 16 May 2026 21:44:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 174 +++++++++-------------------------------------- 1 file changed, 32 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0619be7..3f8be2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -60,38 +50,19 @@ export default function LandingPage() {
@@ -210,45 +146,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Fantastic Service", - quote: "OG Detailing transformed my car. It looks better than when I bought it!", - name: "John Doe", - role: "Automotive Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg", - }, + id: "1", title: "Fantastic Service", quote: "OG Detailing transformed my car. It looks better than when I bought it!", name: "John Doe", role: "Automotive Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg"}, { - id: "2", - title: "Highly Recommended", - quote: "Reliable, professional, and very thorough work.", - name: "Jane Smith", - role: "Satisfied Customer", - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", - }, + id: "2", title: "Highly Recommended", quote: "Reliable, professional, and very thorough work.", name: "Jane Smith", role: "Satisfied Customer", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"}, { - id: "3", - title: "Great Attention to Detail", - quote: "The interior deep clean was exactly what I needed. Incredible work.", - name: "Mike Johnson", - role: "Car Owner", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg", - }, + id: "3", title: "Great Attention to Detail", quote: "The interior deep clean was exactly what I needed. Incredible work.", name: "Mike Johnson", role: "Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg"}, { - id: "4", - title: "Perfect Result", - quote: "Ceramic coating looks fantastic. I will definitely come back.", - name: "Sarah Miller", - role: "Luxury Car Owner", - imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-outside_23-2148958788.jpg", - }, + id: "4", title: "Perfect Result", quote: "Ceramic coating looks fantastic. I will definitely come back.", name: "Sarah Miller", role: "Luxury Car Owner", imageSrc: "http://img.b2bpic.net/free-photo/woman-cleaning-her-car-outside_23-2148958788.jpg"}, { - id: "5", - title: "Best in Town", - quote: "Friendly staff and top-notch detailing results.", - name: "David Brown", - role: "Frequent Customer", - imageSrc: "http://img.b2bpic.net/free-photo/positive-happy-dark-skinned-man-has-beard-mustache-smiles-broadly-demonstrates-white-teeth_273609-8924.jpg", - }, + id: "5", title: "Best in Town", quote: "Friendly staff and top-notch detailing results.", name: "David Brown", role: "Frequent Customer", imageSrc: "http://img.b2bpic.net/free-photo/positive-happy-dark-skinned-man-has-beard-mustache-smiles-broadly-demonstrates-white-teeth_273609-8924.jpg"}, ]} title="Customer Reviews" description="What our customers are saying about our detailing services." @@ -261,20 +167,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "1", - title: "How long does a detailing take?", - content: "Depending on the service, most detailing jobs take between 3-6 hours.", - }, + id: "1", title: "How long does a detailing take?", content: "Depending on the service, most detailing jobs take between 3-6 hours."}, { - id: "2", - title: "Do you offer mobile services?", - content: "Yes, we offer convenient mobile detailing services at your location.", - }, + id: "2", title: "Do you offer mobile services?", content: "Yes, we offer convenient mobile detailing services at your location."}, { - id: "3", - title: "How often should I detail my car?", - content: "We recommend professional detailing every 3-6 months to maintain your vehicle's value.", - }, + id: "3", title: "How often should I detail my car?", content: "We recommend professional detailing every 3-6 months to maintain your vehicle's value."}, ]} title="Common Questions" description="Got questions? We've got answers." @@ -286,16 +183,13 @@ export default function LandingPage() {
@@ -307,14 +201,10 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook", - }, + href: "#", ariaLabel: "Facebook"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram", - }, + href: "#", ariaLabel: "Instagram"}, ]} />