diff --git a/src/app/page.tsx b/src/app/page.tsx index 81538b4..57463de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -189,9 +189,9 @@ export default function LandingPage() { description="Schedule your next service with Minit-Tune & Brakes Auto Centres today. Our team is ready to provide top-notch service and honest advice. Your vehicle—and your peace of mind—deserves nothing less." background={{ variant: "radial-gradient" }} useInvertedBackground={false} - inputPlaceholder="Enter your email for updates" - buttonText="Get in Touch" - termsText="By clicking Get in Touch, you're confirming that you agree with our Privacy Policy." + inputPlaceholder="Your Email Address" + buttonText="Schedule My Service" + termsText="By clicking Schedule My Service, you're confirming that you agree with our Privacy Policy." />
); -} +} \ No newline at end of file