diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b49e82..55f86c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }]} /> @@ -186,4 +186,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file