From 7c4141b0828125aaa35a1a758c070be2bcaa9f61 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Mar 2026 13:11:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +} -- 2.49.1