From 2d6d39e5b7ddc7b254b476faa6feb43abda713ac Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:06:02 +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 4e0a776..dfd22b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Schedule Appointment", href: "#contact" }, + { text: "Book Your Appointment", href: "#contact" }, { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" @@ -297,4 +297,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1