Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-06-09 20:16:06 +00:00

View File

@@ -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."
/>
</div>
<div id="footer" data-section="footer">
@@ -210,4 +210,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}