diff --git a/src/app/page.tsx b/src/app/page.tsx index 6936249..9823bc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -105,7 +105,7 @@ export default function LandingPage() { ]} ctaTitle="Book Your Visit" ctaDescription="Ready to take care of your oral health? Contact our team today." - ctaButton={{ text: "Schedule Consultation", href: "#" }} + ctaButton={{ text: "Book Your Appointment Online", href: "#" }} ctaIcon={Calendar} /> @@ -122,4 +122,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}