2 Commits

Author SHA1 Message Date
8c973bf395 Merge version_2 into main
Merge version_2 into main
2026-04-09 01:48:01 +00:00
947d9a12e8 Update src/app/page.tsx 2026-04-09 01:47:58 +00:00

View File

@@ -29,25 +29,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen <NavbarStyleFullscreen
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "services"},
id: "services",
},
{ {
name: "Testimonials", name: "Testimonials", id: "testimonials"},
id: "testimonials",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Wash Boyz" brandName="Wash Boyz"
/> />
@@ -56,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroLogoBillboard <HeroLogoBillboard
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
logoText="Wash Boyz" logoText="Wash Boyz"
description="We specialize in fine interior and exterior cleaning. Everything we touch turns clean, giving your car that signature pearl shine." description="We specialize in fine interior and exterior cleaning. Everything we touch turns clean, giving your car that signature pearl shine."
buttons={[ buttons={[
{ {
text: "Book Now", text: "Book Now", href: "#contact"},
href: "#contact",
},
{ {
text: "Our Services", text: "Our Services", href: "#services"},
href: "#services",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -80,18 +65,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Specialists in Fine"},
content: "Specialists in Fine",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/driver-washing-his-car-by-sponge-with-soap-solution_651396-3234.jpg", alt: "Car wash detailing"},
src: "http://img.b2bpic.net/free-photo/driver-washing-his-car-by-sponge-with-soap-solution_651396-3234.jpg",
alt: "Car wash detailing",
},
{ {
type: "text", type: "text", content: "Auto Detailing"},
content: "Auto Detailing",
},
]} ]}
/> />
</div> </div>
@@ -103,34 +81,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "s1", id: "s1", label: "Interior", title: "Interior Detailing", items: [
label: "Interior", "Deep vacuuming", "Upholstery treatment", "Dashboard conditioning"],
title: "Interior Detailing",
items: [
"Deep vacuuming",
"Upholstery treatment",
"Dashboard conditioning",
],
}, },
{ {
id: "s2", id: "s2", label: "Exterior", title: "Exterior Protection", items: [
label: "Exterior", "Hand washing", "Paint protection", "Ceramic sealant"],
title: "Exterior Protection",
items: [
"Hand washing",
"Paint protection",
"Ceramic sealant",
],
}, },
{ {
id: "s3", id: "s3", label: "Rims", title: "Wheel Detailing", items: [
label: "Rims", "Rim scrubbing", "Tire dressing", "Brake dust removal"],
title: "Wheel Detailing",
items: [
"Rim scrubbing",
"Tire dressing",
"Brake dust removal",
],
}, },
]} ]}
title="Our Premium Services" title="Our Premium Services"
@@ -142,49 +102,27 @@ export default function LandingPage() {
<TestimonialCardOne <TestimonialCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="split" textboxLayout="split"
gridVariant="uniform-all-items-equal" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Sarah J.", role: "Owner", company: "Local Driver", rating: 5,
name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/happy-black-car-repairman-young-businessman-handshaking-auto-repair-shop_637285-4249.jpg"},
role: "Owner",
company: "Local Driver",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-car-repairman-young-businessman-handshaking-auto-repair-shop_637285-4249.jpg",
},
{ {
id: "t2", id: "t2", name: "Michael B.", role: "Enthusiast", company: "BMW Owner", rating: 5,
name: "Michael B.", imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440198.jpg"},
role: "Enthusiast",
company: "BMW Owner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-gas-station_23-2150440198.jpg",
},
{ {
id: "t3", id: "t3", name: "David L.", role: "Professional", company: "Daily Commuter", rating: 5,
name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27343.jpg"},
role: "Professional",
company: "Daily Commuter",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-white-shirt-wipes-car-car-wash_1157-27343.jpg",
},
{ {
id: "t4", id: "t4", name: "Emily R.", role: "Fan", company: "SUV Driver", rating: 5,
name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/girl-assuring-you-have-lucky-day-happy-smiling-gorgeous-female-entrepreneur-showing-thumb-up-liking-approving-awesome-idea-delighted-giving-positive-reply-agree-standing-white-wall_176420-35575.jpg"},
role: "Fan",
company: "SUV Driver",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/girl-assuring-you-have-lucky-day-happy-smiling-gorgeous-female-entrepreneur-showing-thumb-up-liking-approving-awesome-idea-delighted-giving-positive-reply-agree-standing-white-wall_176420-35575.jpg",
},
{ {
id: "t5", id: "t5", name: "Robert K.", role: "Client", company: "Jeep Owner", rating: 5,
name: "Robert K.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-caucasian-man-wearing-glasses-headphones-looking-camera-putting-hand-headphones-showing-thumb-up-isolated-crimson-background_141793-77247.jpg"},
role: "Client", {
company: "Jeep Owner", id: "t6", name: "James P.", role: "Fan", company: "Truck Driver", rating: 5,
rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-man-washing-car-sunlight_1157-23423.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-caucasian-man-wearing-glasses-headphones-looking-camera-putting-hand-headphones-showing-thumb-up-isolated-crimson-background_141793-77247.jpg",
},
]} ]}
title="Trusted by Drivers" title="Trusted by Drivers"
description="See why our customers in Pompano Beach trust Wash Boyz with their premium vehicles." description="See why our customers in Pompano Beach trust Wash Boyz with their premium vehicles."
@@ -195,8 +133,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Get in Touch" title="Get in Touch"
description="Book your appointment or inquire about our specialized detailing services today." description="Book your appointment or inquire about our specialized detailing services today."
@@ -214,4 +151,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }