Update src/app/page.tsx

This commit is contained in:
2026-05-10 03:12:05 +00:00
parent 3f22c231d2
commit 73ae5f1840

View File

@@ -169,7 +169,7 @@ export default function LandingPage() {
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Booking" tag="Booking"
title="Ready for a shine?" title="Ready for a shine?"
description="Send us a message to schedule your detailing session today." description="Book now to secure your spot for this week's cleaning schedule and give your car the care it deserves."
buttons={[{ text: "Book Now", href: "#contact" }]} buttons={[{ text: "Book Now", href: "#contact" }]}
/> />
</div> </div>
@@ -186,4 +186,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }