2 Commits

Author SHA1 Message Date
a0b9bf6a1d Merge version_2 into main
Merge version_2 into main
2026-04-16 01:18:05 +00:00
ff7e836373 Update src/app/page.tsx 2026-04-16 01:18:02 +00:00

View File

@@ -32,31 +32,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Services",
id: "features",
},
name: "Services", id: "features"},
{
name: "Pricing",
id: "pricing",
},
name: "Pricing", id: "pricing"},
{
name: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Detail Dudes"
button={{
text: "Book Now",
href: "#contact",
}}
text: "Book Now", href: "#contact"}}
/>
</div>
@@ -66,13 +54,9 @@ export default function LandingPage() {
description="Premium car detailing services that bring out the true shine of your vehicle. Expert care for every inch, inside and out."
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
{
text: "View Packages",
href: "#pricing",
},
text: "View Packages", href: "#pricing"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=r1r46b"
imageAlt="luxury car detailing workshop clean"
@@ -84,9 +68,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="About Detail Dudes"
description={[
"At Detail Dudes, we believe your car is an extension of your personality. That's why we treat every vehicle with the care it deserves, using only the finest products and techniques.",
"Our team of passionate detailers has years of experience in preserving, protecting, and rejuvenating vehicles of all makes and models.",
]}
"At Detail Dudes, we believe your car is an extension of your personality. That's why we treat every vehicle with the care it deserves, using only the finest products and techniques.", "Our team of passionate detailers has years of experience in preserving, protecting, and rejuvenating vehicles of all makes and models."]}
/>
</div>
@@ -97,34 +79,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "f1",
label: "Exteriors",
title: "Paint Protection",
items: [
"Hand wash & clay bar",
"Ceramic coating application",
"Paint sealant protection",
],
id: "f1", label: "Exteriors", title: "Paint Protection", items: [
"Hand wash & clay bar", "Ceramic coating application", "Paint sealant protection"],
},
{
id: "f2",
label: "Interiors",
title: "Deep Cleaning",
items: [
"Upholstery shampooing",
"Leather conditioning",
"Dashboard sanitation",
],
id: "f2", label: "Interiors", title: "Deep Cleaning", items: [
"Upholstery shampooing", "Leather conditioning", "Dashboard sanitation"],
},
{
id: "f3",
label: "Finishing",
title: "Detailing Add-ons",
items: [
"Wheel & tire cleaning",
"Engine bay detail",
"Headlight restoration",
],
id: "f3", label: "Finishing", title: "Detailing Add-ons", items: [
"Wheel & tire cleaning", "Engine bay detail", "Headlight restoration"],
},
]}
title="Our Services"
@@ -139,56 +103,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic",
badge: "Essential",
price: "$149",
subtitle: "Basic maintenance package",
features: [
"Full exterior wash",
"Interior vacuum",
"Window cleaning",
],
id: "basic", badge: "Essential", price: "$149", subtitle: "Basic maintenance package", features: [
"Full exterior wash", "Interior vacuum", "Window cleaning"],
buttons: [
{
text: "Book Basic",
href: "#contact",
},
text: "Book Basic", href: "#contact"},
],
},
{
id: "pro",
badge: "Popular",
price: "$299",
subtitle: "Full detail experience",
features: [
"Basic package included",
"Leather conditioning",
"Paint wax/sealant",
"Engine wipe down",
],
id: "pro", badge: "Popular", price: "$299", subtitle: "Full detail experience", features: [
"Basic package included", "Leather conditioning", "Paint wax/sealant", "Engine wipe down"],
buttons: [
{
text: "Book Pro",
href: "#contact",
},
text: "Book Pro", href: "#contact"},
],
},
{
id: "ultimate",
badge: "Premium",
price: "$499",
subtitle: "Comprehensive protection",
features: [
"Pro package included",
"Ceramic coating",
"Interior shampooing",
"Headlight restoration",
],
id: "ultimate", badge: "Premium", price: "$499", subtitle: "Comprehensive showroom-quality protection", features: [
"Pro package included", "Ceramic coating", "Interior shampooing", "Headlight restoration"],
buttons: [
{
text: "Book Ultimate",
href: "#contact",
},
text: "Book Ultimate", href: "#contact"},
],
},
]}
@@ -202,12 +137,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"WaxWorks",
"CeramicPro",
"LeatherCare",
"EcoWash",
"PaintExpert",
]}
"WaxWorks", "CeramicPro", "LeatherCare", "EcoWash", "PaintExpert"]}
title="Trusted Partners"
description="Using only industry-leading detailing products."
/>
@@ -221,25 +151,15 @@ export default function LandingPage() {
author="Marcus Thorne"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wen2xw",
alt: "Marcus",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wen2xw", alt: "Marcus"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tl1di",
alt: "Elena",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=8tl1di", alt: "Elena"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj8fww",
alt: "Sam",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rj8fww", alt: "Sam"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txn4o2",
alt: "Jordan",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txn4o2", alt: "Jordan"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p6ua9p",
alt: "Alex",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=p6ua9p", alt: "Alex"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -252,20 +172,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1",
title: "How long does a full detail take?",
content: "Typically, a full detail takes about 4-6 hours depending on vehicle size and condition.",
},
id: "q1", title: "How long does a full detail take?", content: "Typically, a full detail takes about 4-6 hours depending on vehicle size and condition."},
{
id: "q2",
title: "Do you offer mobile detailing?",
content: "Yes! We can come to your home or office for ultimate convenience.",
},
id: "q2", title: "Do you offer mobile detailing?", content: "Yes! We can come to your home or office for ultimate convenience."},
{
id: "q3",
title: "What products do you use?",
content: "We use eco-friendly, professional-grade cleaning products safe for all vehicle surfaces.",
},
id: "q3", title: "What products do you use?", content: "We use eco-friendly, professional-grade cleaning products safe for all vehicle surfaces."},
]}
title="Common Questions"
description="Have questions? We have answers."
@@ -280,14 +191,11 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "canvas-reveal",
}}
variant: "canvas-reveal"}}
text="Ready to get your car looking its best? Reach out to Detail Dudes today and book your appointment."
buttons={[
{
text: "Contact Us Now",
href: "mailto:hello@detaildudes.com",
},
text: "Contact Us Now", href: "mailto:hello@detaildudes.com"},
]}
/>
</div>
@@ -297,33 +205,21 @@ export default function LandingPage() {
logoText="Detail Dudes"
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Services",
href: "#features",
},
label: "Services", href: "#features"},
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}
@@ -333,4 +229,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}