Merge version_13 into main #17
177
src/app/page.tsx
177
src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Booking",
|
||||
id: "#booking",
|
||||
},
|
||||
name: "Booking", id: "#booking"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Super Wash"
|
||||
/>
|
||||
@@ -50,41 +44,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Car Deserves the Best Care in Cape Town"
|
||||
description="Fast, affordable, and professional car wash services in Ottery. Experience the Super Wash difference today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book on WhatsApp",
|
||||
href: "https://wa.me/27217037432",
|
||||
},
|
||||
text: "Book on WhatsApp", href: "https://wa.me/27217037432"},
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+27217037432",
|
||||
},
|
||||
text: "Call Now", href: "tel:+27217037432"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212206.jpg",
|
||||
imageAlt: "Super Wash Cape Town Facility",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212206.jpg", imageAlt: "Super Wash Cape Town Facility"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-vacuuming-car-seats_23-2149316437.jpg",
|
||||
imageAlt: "Expert Car Washing",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-vacuuming-car-seats_23-2149316437.jpg", imageAlt: "Expert Car Washing"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/disabled-fencer-special-equipment-wheelchair_23-2149229610.jpg",
|
||||
imageAlt: "Interior Detailing Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/disabled-fencer-special-equipment-wheelchair_23-2149229610.jpg", imageAlt: "Interior Detailing Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car_23-2149316432.jpg",
|
||||
imageAlt: "Man washing a car",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-car_23-2149316432.jpg", imageAlt: "Man washing a car"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27217.jpg",
|
||||
imageAlt: "Man washing his car in a washing station",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-washing-his-car-washing-station_1157-27217.jpg", imageAlt: "Man washing his car in a washing station"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -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() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready for a sparkling clean car? Tap below to book via WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp Us to Book",
|
||||
href: "https://wa.me/27217037432?text=Hi,%20I%20would%20like%20to%20book%20a%20car%20wash.",
|
||||
},
|
||||
text: "WhatsApp Us to Book", href: "https://wa.me/27217037432?text=Hi,%20I%20would%20like%20to%20book%20a%20car%20wash."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -251,18 +173,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Get in touch or book a slot today via phone or WhatsApp."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call: 021 703 7432",
|
||||
href: "tel:+27217037432",
|
||||
},
|
||||
text: "Call: 021 703 7432", href: "tel:+27217037432"},
|
||||
{
|
||||
text: "WhatsApp: 021 703 7432",
|
||||
href: "https://wa.me/27217037432",
|
||||
},
|
||||
text: "WhatsApp: 021 703 7432", href: "https://wa.me/27217037432"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user