Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-23 10:43:30 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
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" }]}
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>
);
}
}