4 Commits

Author SHA1 Message Date
4106aacb5b Update src/app/page.tsx 2026-04-23 10:45:08 +00:00
3c2763413f Merge version_2 into main
Merge version_2 into main
2026-04-23 10:43:30 +00:00
a3ec0460f9 Update src/app/page.tsx 2026-04-23 10:43:27 +00:00
1e0dcd4624 Merge version_1 into main
Merge version_1 into main
2026-04-23 10:41:59 +00:00

View File

@@ -44,8 +44,8 @@ export default function LandingPage() {
<HeroSplit
background={{ variant: "gradient-bars" }}
title="Elite Care for Your Vehicle."
description="Destain Detailing delivers world-class, professional automotive care. From ceramic coatings and paint corrections to deep interior steam cleaning, we protect and preserve your car's value."
buttons={[{ text: "Book Your Detail", href: "#contact" }]}
description="Experience superior protection with our premium ceramic coatings and expert paint correction services. Destain Detailing restores your vehicle's showroom-quality finish and preserves its value with world-class care."
buttons={[{ text: "Book Your Detail", href: "#contact" }, { text: "View Packages", href: "#packages" }]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-car-care-process_23-2149193588.jpg"
imageAlt="Professional car detailing studio"
mediaAnimation="blur-reveal"
@@ -183,4 +183,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}