Update src/app/page.tsx

This commit is contained in:
2026-03-12 18:30:45 +00:00
parent 3709f9f695
commit 1d480537ac

View File

@@ -243,8 +243,8 @@ export default function LandingPage() {
description="Ready for a premium grooming experience? Contact us to schedule your appointment at Arez Barbershop in Erbil."
background={{ variant: 'plain' }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Schedule Now"
inputPlaceholder="Enter your phone number"
buttonText="Get in Touch"
termsText="By booking, you agree to our terms. We respect your privacy."
/>
</div>
@@ -285,4 +285,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}