From 4f64d275d40d45e39d99d30b579d57a64cde5bd8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:24:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 177 +++++++++++------------------------------------ 1 file changed, 41 insertions(+), 136 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed6e428..4265995 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,41 +44,26 @@ export default function LandingPage() {
@@ -96,31 +75,17 @@ export default function LandingPage() { textboxLayout="split" gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} + tag="Most Popular" + tagIcon={Tag} products={[ { - id: "p1", - name: "Exterior Wash", - price: "R 95", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27483.jpg", - }, + id: "p1", name: "Exterior Wash", price: "R 95", imageSrc: "http://img.b2bpic.net/free-photo/young-man-washing-his-car-carwash_1303-27483.jpg"}, { - id: "p2", - name: "Interior Cleaning", - price: "R 120", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg", - }, + id: "p2", name: "Interior Cleaning", price: "R 120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193623.jpg"}, { - id: "p3", - name: "Full Valet", - price: "R 250", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274594.jpg", - }, + id: "p3", name: "Full Valet", price: "R 250", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-valet-doing-his-job_23-2150274594.jpg"}, { - id: "p4", - name: "Polishing & Detailing", - price: "R 350", - imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg", - }, + id: "p4", name: "Polishing & Detailing", price: "R 350", imageSrc: "http://img.b2bpic.net/free-photo/car-wash-detailing-station_1303-22285.jpg"}, ]} title="Our Professional Services" description="Premium care for every vehicle type, delivered with precision." @@ -135,29 +100,19 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Fast Service", - description: "Get in and out quickly without sacrificing quality.", - }, + title: "Fast Service", description: "Get in and out quickly without sacrificing quality."}, { icon: Tag, - title: "Affordable Pricing", - description: "Top-tier results that fit your budget.", - }, + title: "Affordable Pricing", description: "Top-tier results that fit your budget."}, { icon: Users, - title: "Friendly Staff", - description: "Our team is passionate about car care.", - }, + title: "Friendly Staff", description: "Our team is passionate about car care."}, { icon: CheckCircle, - title: "Quality Results", - description: "A deep clean that brings back the showroom shine.", - }, + title: "Quality Results", description: "A deep clean that brings back the showroom shine."}, { icon: MapPin, - title: "Convenient Location", - description: "Located right on Ottery Road, Cape Town.", - }, + title: "Convenient Location", description: "Located right on Ottery Road, Cape Town."}, ]} title="Why Choose Super Wash?" description="We treat your vehicle like it's our own, every single time." @@ -171,47 +126,17 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Kevin Freeman", - role: "Local Resident", - testimonial: "Value for money and the service was great.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg", - }, + id: "t1", name: "Kevin Freeman", role: "Local Resident", testimonial: "Value for money and the service was great.", imageSrc: "http://img.b2bpic.net/free-photo/happy-business-women-posing-pointing-fingers-camera-while-sitting-table-with-coffee-cups-documents_74855-9959.jpg"}, { - id: "t2", - name: "Sarah Miller", - role: "Customer", - testimonial: "Best car wash in Ottery, very quick and efficient.", - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-showing-thumb-up-isolated-purple_141793-84110.jpg", - }, + id: "t2", name: "Sarah Miller", role: "Customer", testimonial: "Best car wash in Ottery, very quick and efficient.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-laptop-showing-thumb-up-isolated-purple_141793-84110.jpg"}, { - id: "t3", - name: "David Mthembu", - role: "Customer", - testimonial: "Friendly team and my car looks brand new!", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg", - }, + id: "t3", name: "David Mthembu", role: "Customer", testimonial: "Friendly team and my car looks brand new!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-brunette-woman-wearing-casual-sweater-standing-red-background-pointing-fingers-camera-with-happy-funny-face-good-energy-vibes_839833-6469.jpg"}, { - id: "t4", - name: "Linda Jacobs", - role: "Customer", - testimonial: "Reliable and affordable valeting service.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-street_23-2148289283.jpg", - }, + id: "t4", name: "Linda Jacobs", role: "Customer", testimonial: "Reliable and affordable valeting service.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-street_23-2148289283.jpg"}, { - id: "t5", - name: "Paul Botha", - role: "Customer", - testimonial: "Super Wash never disappoints. Highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg", - }, + id: "t5", name: "Paul Botha", role: "Customer", testimonial: "Super Wash never disappoints. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-recommending-new-business-app_1262-21064.jpg"}, { - id: "t6", - name: "Anita Vermaak", - role: "Customer", - testimonial: "Professional detailing and great finish.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg", - }, + id: "t6", name: "Anita Vermaak", role: "Customer", testimonial: "Professional detailing and great finish.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-travel-agency_23-2150433448.jpg"}, ]} title="What Our Customers Say" description="Trusted by hundreds of Cape Town locals for quality service." @@ -235,14 +160,11 @@ export default function LandingPage() {
@@ -251,18 +173,13 @@ export default function LandingPage() { @@ -273,33 +190,21 @@ export default function LandingPage() { logoText="Super Wash" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Booking", - href: "#booking", - }, + label: "Booking", href: "#booking"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]} @@ -309,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1