Update src/app/page.tsx

This commit is contained in:
2026-03-27 04:45:26 +00:00
parent 1e6476a32f
commit 1d8cf3a9df

View File

@@ -28,22 +28,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Services",
id: "#features",
},
{
name: "About",
id: "#about",
},
{
name: "Reviews",
id: "#testimonials",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Services", id: "#features" },
{ name: "About", id: "#about" },
{ name: "Reviews", id: "#testimonials" },
{ name: "Contact", id: "#contact" }
]}
brandName="Lifestyle Car Wash"
/>
@@ -51,17 +39,10 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "gradient-bars",
}}
logoText="Lifestyle Car Wash"
description="Premium car washing and detailing services to keep your vehicle looking its absolute best."
buttons={[
{
text: "Book Now",
href: "#contact",
},
]}
background={{ variant: "gradient-bars" }}
buttons={[{ text: "Book Now", href: "#contact" }]}
buttonAnimation="slide-up"
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/still-life-cleaning-tools_23-2150552293.jpg"
@@ -74,14 +55,8 @@ export default function LandingPage() {
<InlineImageSplitTextAbout
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Commitment to ",
},
{
type: "text",
content: "Excellence",
},
{ type: "text", content: "Our Commitment to " },
{ type: "text", content: "Excellence" }
]}
/>
</div>
@@ -93,26 +68,14 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Foam Wash",
description: "Gentle, thorough foam wash to remove dirt without scratching your paint.",
tag: "Wash",
imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5029.jpg",
id: "f1", title: "Foam Wash", description: "Gentle, thorough foam wash to remove dirt without scratching your paint.", tag: "Wash", imageSrc: "http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5029.jpg"
},
{
id: "f2",
title: "Wax & Polish",
description: "High-quality wax application to protect your finish and restore shine.",
tag: "Protect",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193205.jpg",
id: "f2", title: "Wax & Polish", description: "High-quality wax application to protect your finish and restore shine.", tag: "Protect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193205.jpg"
},
{
id: "f3",
title: "Interior Detail",
description: "Deep cleaning of carpets, seats, and dashboards for a fresh interior.",
tag: "Detail",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-drives-car-young-man-drives-car-talks-phone_169016-65059.jpg",
},
id: "f3", title: "Interior Detail", description: "Deep cleaning of carpets, seats, and dashboards for a fresh interior.", tag: "Detail", imageSrc: "http://img.b2bpic.net/free-photo/young-man-drives-car-young-man-drives-car-talks-phone_169016-65059.jpg"
}
]}
title="Our Services"
description="Comprehensive cleaning solutions tailored for your vehicle's needs."
@@ -122,36 +85,21 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwo
textboxLayout="default"
animationType="blur-reveal"
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Alex R.",
role: "Client",
testimonial: "The best car wash in town! Always professional and fast.",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-checking-engine_23-2149437545.jpg",
id: "1", name: "Alex R.", role: "Client", testimonial: "The best car wash in town! Always professional and fast.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-checking-engine_23-2149437545.jpg"
},
{
id: "2",
name: "Sarah J.",
role: "Client",
testimonial: "My car looks like it just came out of the showroom. Thank you!",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22211.jpg",
id: "2", name: "Sarah J.", role: "Client", testimonial: "My car looks like it just came out of the showroom. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-posing-by-car-street_1303-22211.jpg"
},
{
id: "3",
name: "Michael D.",
role: "Client",
testimonial: "Great service and very friendly staff. Highly recommend.",
imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg",
id: "3", name: "Michael D.", role: "Client", testimonial: "Great service and very friendly staff. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-car-detailing-coating-car_1303-30596.jpg"
},
{
id: "4",
name: "Emily P.",
role: "Client",
testimonial: "Efficient, affordable, and incredibly thorough. Will be back.",
imageSrc: "http://img.b2bpic.net/free-photo/man-wiping-car-with-microfiber-after-wash_1303-29061.jpg",
},
id: "4", name: "Emily P.", role: "Client", testimonial: "Efficient, affordable, and incredibly thorough. Will be back.", imageSrc: "http://img.b2bpic.net/free-photo/man-wiping-car-with-microfiber-after-wash_1303-29061.jpg"
}
]}
title="Customer Reviews"
description="Hear what our clients say about their experience at Lifestyle Car Wash."
@@ -161,9 +109,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in touch"
title="Ready for a Shine?"
description="Book your appointment or contact us with any questions."
@@ -176,35 +122,18 @@ export default function LandingPage() {
<FooterBaseReveal
columns={[
{
title: "Links",
items: [
{
label: "Services",
href: "#features",
},
{
label: "About",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
title: "Links", items: [
{ label: "Services", href: "#features" },
{ label: "About", href: "#about" },
{ label: "Contact", href: "#contact" }
]
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Service",
href: "#",
},
],
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
]
}
]}
copyrightText="© 2024 Lifestyle Car Wash. All rights reserved."
/>