Update src/app/page.tsx

This commit is contained in:
2026-03-11 00:31:21 +00:00
parent 43ec3f9bfa
commit 09a8434629

View File

@@ -159,7 +159,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactFaq
ctaTitle="Book Your Appointment"
ctaDescription="Ready for your next premium grooming experience? Contact us to schedule your appointment today."
ctaDescription="Premium slots fill fast—schedule your appointment now to secure your preferred time and experience our award-winning service."
ctaButton={{ text: "Get in Touch", href: "tel:+1-555-0123" }}
ctaIcon={Phone}
useInvertedBackground={true}
@@ -190,4 +190,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}