Update src/app/page.tsx
This commit is contained in:
165
src/app/page.tsx
165
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="DetailPro"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="DetailPro"
|
||||
description="Premium mobile car detailing. We bring the showroom quality directly to your doorstep with meticulous attention to every detail."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
{
|
||||
text: "View Packages",
|
||||
href: "#pricing",
|
||||
},
|
||||
text: "View Packages", href: "#pricing"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-car-washing-service_23-2149212227.jpg?_wi=1"
|
||||
imageAlt="Luxury car detailing"
|
||||
@@ -91,26 +78,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Ceramic Coating",
|
||||
description: "High-durability protective layer for long-lasting shine.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg",
|
||||
titleIconSrc: "Shield",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Ceramic Coating", description: "High-durability protective layer for long-lasting shine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg", titleIconSrc: "Shield", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Interior Deep Clean",
|
||||
description: "Full steam clean, conditioning, and sanitization for interiors.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552221.jpg",
|
||||
titleIconSrc: "Sparkles",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Interior Deep Clean", description: "Full steam clean, conditioning, and sanitization for interiors.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552221.jpg", titleIconSrc: "Sparkles", buttonText: "Learn More"},
|
||||
{
|
||||
title: "Engine Bay Detailing",
|
||||
description: "Safe, gentle degreasing to keep your engine running clean.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881886.jpg",
|
||||
titleIconSrc: "Zap",
|
||||
buttonText: "Learn More",
|
||||
},
|
||||
title: "Engine Bay Detailing", description: "Safe, gentle degreasing to keep your engine running clean.", imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881886.jpg", titleIconSrc: "Zap", buttonText: "Learn More"},
|
||||
]}
|
||||
title="Comprehensive Care"
|
||||
description="Our specialized packages are designed to protect, clean, and revitalize every inch of your vehicle."
|
||||
@@ -124,58 +96,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "express",
|
||||
badge: "Essential",
|
||||
price: "$120",
|
||||
subtitle: "Quick refresh for daily drivers.",
|
||||
buttons: [
|
||||
id: "express", badge: "Essential", price: "$120", subtitle: "Quick refresh for daily drivers.", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Exterior hand wash",
|
||||
"Tire dressing",
|
||||
"Interior vacuum",
|
||||
"Window cleaning",
|
||||
],
|
||||
"Exterior hand wash", "Tire dressing", "Interior vacuum", "Window cleaning"],
|
||||
},
|
||||
{
|
||||
id: "deluxe",
|
||||
badge: "Popular",
|
||||
price: "$250",
|
||||
subtitle: "The perfect balance for enthusiasts.",
|
||||
buttons: [
|
||||
id: "deluxe", badge: "Most Popular (Best Value)", price: "$250", subtitle: "The perfect balance for enthusiasts.", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Express",
|
||||
"Hand wax treatment",
|
||||
"Leather conditioning",
|
||||
"Dashboard treatment",
|
||||
],
|
||||
"Everything in Express", "Hand wax treatment", "Leather conditioning", "Dashboard treatment"],
|
||||
},
|
||||
{
|
||||
id: "prestige",
|
||||
badge: "Complete",
|
||||
price: "$450",
|
||||
subtitle: "Maximum protection and restoration.",
|
||||
buttons: [
|
||||
id: "prestige", badge: "Complete", price: "$450", subtitle: "Maximum protection and restoration.", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Everything in Deluxe",
|
||||
"Ceramic sealant",
|
||||
"Engine bay detail",
|
||||
"Shampooed carpeting",
|
||||
],
|
||||
"Everything in Deluxe", "Ceramic sealant", "Engine bay detail", "Shampooed carpeting"],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Detail"
|
||||
@@ -189,45 +131,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Stellar work!",
|
||||
quote: "My car looks brand new again. DetailPro is incredible.",
|
||||
name: "Alex R.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-taking-selfie-car_23-2148149910.jpg",
|
||||
},
|
||||
id: "t1", title: "Stellar work!", quote: "My car looks brand new again. DetailPro is incredible.", name: "Alex R.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-taking-selfie-car_23-2148149910.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Best in town",
|
||||
quote: "The interior deep clean was well worth the investment.",
|
||||
name: "Maria S.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
|
||||
},
|
||||
id: "t2", title: "Best in town", quote: "The interior deep clean was well worth the investment.", name: "Maria S.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Super happy",
|
||||
quote: "I'm obsessed with how the ceramic coating turned out.",
|
||||
name: "Jason L.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg",
|
||||
},
|
||||
id: "t3", title: "Super happy", quote: "I'm obsessed with how the ceramic coating turned out.", name: "Jason L.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Great value",
|
||||
quote: "Professional, punctual, and very meticulous with details.",
|
||||
name: "Elena M.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg",
|
||||
},
|
||||
id: "t4", title: "Great value", quote: "Professional, punctual, and very meticulous with details.", name: "Elena M.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Highly recommend",
|
||||
quote: "Never seen my car look this polished. Amazing team!",
|
||||
name: "Kevin H.",
|
||||
role: "Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-smiling_1303-9953.jpg",
|
||||
},
|
||||
id: "t5", title: "Highly recommend", quote: "Never seen my car look this polished. Amazing team!", name: "Kevin H.", role: "Client", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-smiling_1303-9953.jpg"},
|
||||
]}
|
||||
title="Proven Quality"
|
||||
description="Our customers trust us to keep their vehicles looking pristine."
|
||||
@@ -238,8 +150,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Let's Connect"
|
||||
title="Schedule Your Detail"
|
||||
description="Ready to get started? Fill out the form below and we'll be in touch to confirm your appointment."
|
||||
@@ -254,37 +165,25 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -294,4 +193,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user