From e7b16aa60a9da6e23c2eb719a0e32a5f5ae20169 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:25:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 82 +++++++++++++++++++++++++++++++----------------- 1 file changed, 54 insertions(+), 28 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 29f2422..d3214fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { return ( @@ -47,12 +48,14 @@ export default function LandingPage() { description="Mount Vernon's #1 Car Wash & Detailing Service. Professional hand detailing that makes your car look brand new again. Interior and exterior expertise backed by 5-star ratings." buttons={[ { - text: "Call Now: (914) 363-9188", href: "tel:(914)363-9188"}, + text: "Call Now: (914) 363-9188", href: "tel:(914)363-9188" + }, { - text: "Get a Free Quote", href: "#contact"}, + text: "Get a Free Quote", href: "#contact" + }, ]} background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg" imageAlt="Professional car wash and detailing service" mediaAnimation="slide-up" frameStyle="card" @@ -69,7 +72,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "⭐⭐⭐⭐⭐ 59 Happy Customers", "Professional Hand Detailing", "Affordable Premium Quality", "Same-Day Service Available", "Pet Hair Specialists", "Interior & Exterior Experts", "Serving Mount Vernon & Area"]} + "⭐⭐⭐⭐⭐ 59 Happy Customers", "Professional Hand Detailing", "Affordable Premium Quality", "Same-Day Service Available", "Pet Hair Specialists", "Interior & Exterior Experts", "Serving Mount Vernon & Area" + ]} speed={40} showCard={true} /> @@ -88,29 +92,36 @@ export default function LandingPage() { { id: 1, title: "Exterior Hand Wash", description: "Professional hand washing with premium soap and water spot-free rinse. Your car's exterior gets the premium treatment it deserves.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/image-dirty-car-after-trip-off-road-stands-against-brick-wall-old-part-town_613910-6302.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg" + }, }, { id: 2, title: "Interior Deep Cleaning", description: "Complete interior detailing including vacuuming, stain removal, fabric shampoo, and odor elimination. Transform your car's interior.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" + }, }, { id: 3, title: "Pet Hair Removal", description: "Specialized pet hair removal service using professional-grade equipment. Say goodbye to stubborn pet hair in your vehicle.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-with-carrier-car_23-2150209130.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/cute-dog-with-carrier-car_23-2150209130.jpg" + }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg?_wi=1"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg" + }, }, ]} showStepNumbers={false} buttons={[ { - text: "View All Services", href: "#services"}, + text: "View All Services", href: "#services" + }, ]} buttonAnimation="slide-up" animationType="slide-up" @@ -121,12 +132,14 @@ export default function LandingPage() { @@ -144,11 +157,14 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Interior Transformation", price: "From $40", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=2", imageAlt: "Clean and detailed car interior"}, + id: "1", name: "Interior Transformation", price: "From $40", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg", imageAlt: "Clean and detailed car interior" + }, { - id: "2", name: "Exterior Shine", price: "From $20", imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=2", imageAlt: "Polished and shiny car exterior"}, + id: "2", name: "Exterior Shine", price: "From $20", imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg", imageAlt: "Polished and shiny car exterior" + }, { - id: "3", name: "Pet Hair Removal", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg?_wi=2", imageAlt: "Clean car interior with pet hair removed"}, + id: "3", name: "Pet Hair Removal", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg", imageAlt: "Clean car interior with pet hair removed" + }, ]} /> @@ -163,17 +179,23 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Johnson, Mount Vernon", date: "Date: 15 Jan 2025", title: "Best car wash in the area!", quote: "Flawless Detail did an amazing job on my car. It looks brand new! The team was professional, friendly, and the prices are fair. Highly recommend to anyone in the area.", tag: "Interior Clean", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=2"}, + id: "1", name: "Sarah Johnson, Mount Vernon", date: "Date: 15 Jan 2025", title: "Best car wash in the area!", quote: "Flawless Detail did an amazing job on my car. It looks brand new! The team was professional, friendly, and the prices are fair. Highly recommend to anyone in the area.", tag: "Interior Clean", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg" + }, { - id: "2", name: "Michael Chen, Yonkers", date: "Date: 10 Jan 2025", title: "Incredible attention to detail", quote: "I had stains on my car seats that I thought were permanent. Flawless Detail removed them completely. The interior looks and smells fresh. Worth every penny!", tag: "Stain Removal", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg?_wi=3"}, + id: "2", name: "Michael Chen, Yonkers", date: "Date: 10 Jan 2025", title: "Incredible attention to detail", quote: "I had stains on my car seats that I thought were permanent. Flawless Detail removed them completely. The interior looks and smells fresh. Worth every penny!", tag: "Stain Removal", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-car-carwash-station-outdoor_651396-2004.jpg" + }, { - id: "3", name: "Emily Rodriguez, New Rochelle", date: "Date: 5 Jan 2025", title: "Pet hair completely gone!", quote: "My car was covered in dog hair. The team at Flawless Detail got every last bit out. I'm amazed at the results and the professionalism. Best service I've used!", tag: "Pet Hair Removal", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg?_wi=3"}, + id: "3", name: "Emily Rodriguez, New Rochelle", date: "Date: 5 Jan 2025", title: "Pet hair completely gone!", quote: "My car was covered in dog hair. The team at Flawless Detail got every last bit out. I'm amazed at the results and the professionalism. Best service I've used!", tag: "Pet Hair Removal", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-dusting_23-2149172887.jpg" + }, { - id: "4", name: "David Kim, Bronx", date: "Date: 28 Dec 2024", title: "Friendly and professional team", quote: "Quick service, excellent quality, and friendly staff. They explained what they were doing and went above and beyond. I'm a regular customer now!", tag: "Full Detail", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=3"}, + id: "4", name: "David Kim, Bronx", date: "Date: 28 Dec 2024", title: "Friendly and professional team", quote: "Quick service, excellent quality, and friendly staff. They explained what they were doing and went above and beyond. I'm a regular customer now!", tag: "Full Detail", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg" + }, { - id: "5", name: "Jennifer Lopez, Mount Vernon", date: "Date: 22 Dec 2024", title: "Selling my car and they helped make it shine", quote: "I was selling my car and needed it to look amazing. Flawless Detail did a full detail and the results exceeded my expectations. Buyers were impressed!", tag: "Pre-Sale Detail", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg?_wi=3"}, + id: "5", name: "Jennifer Lopez, Mount Vernon", date: "Date: 22 Dec 2024", title: "Selling my car and they helped make it shine", quote: "I was selling my car and needed it to look amazing. Flawless Detail did a full detail and the results exceeded my expectations. Buyers were impressed!", tag: "Pre-Sale Detail", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22299.jpg" + }, { - id: "6", name: "Robert Martinez, Westchester", date: "Date: 18 Dec 2024", title: "Consistently excellent service", quote: "I've been using Flawless Detail for 6 months. Every visit is fantastic. They remember what services I like and always deliver top-notch work. Highly recommended!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg?_wi=4"}, + id: "6", name: "Robert Martinez, Westchester", date: "Date: 18 Dec 2024", title: "Consistently excellent service", quote: "I've been using Flawless Detail for 6 months. Every visit is fantastic. They remember what services I like and always deliver top-notch work. Highly recommended!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageSrc: "http://img.b2bpic.net/free-photo/headlights-car_1232-2141.jpg" + }, ]} /> @@ -184,9 +206,11 @@ export default function LandingPage() { animationType="entrance-slide" buttons={[ { - text: "Call Now: (914) 363-9188", href: "tel:(914)363-9188"}, + text: "Call Now: (914) 363-9188", href: "tel:(914)363-9188" + }, { - text: "Request Quote", href: "#contact-form"}, + text: "Request Quote", href: "#contact-form" + }, ]} background={{ variant: "plain" }} useInvertedBackground={false} @@ -197,9 +221,11 @@ export default function LandingPage() { -- 2.49.1