3 Commits

Author SHA1 Message Date
3712b72ae6 Merge version_4 into main
Merge version_4 into main
2026-05-10 03:12:09 +00:00
73ae5f1840 Update src/app/page.tsx 2026-05-10 03:12:05 +00:00
3f22c231d2 Merge version_3 into main
Merge version_3 into main
2026-05-10 03:11:03 +00:00

View File

@@ -169,7 +169,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
tag="Booking"
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" }]}
/>
</div>
@@ -186,4 +186,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}