Update src/app/page.tsx

This commit is contained in:
2026-03-03 09:05:00 +00:00
parent 56c3998731
commit f7fb7b18ff

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Book Appointment", href: "#contact" }}
button={{ text: "Claim Your Free Consultation", href: "#contact" }}
animateOnLoad={true}
/>
</div>
@@ -198,7 +198,7 @@ export default function LandingPage() {
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email address"
buttonText="Book Appointment"
buttonText="Claim Your Free Consultation"
termsText="By booking, you agree to our Terms and Privacy Policy."
/>
</div>