diff --git a/src/app/page.tsx b/src/app/page.tsx index 9994e56..35a69e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { enableKpiAnimation={true} buttons={[ { - text: "Book Now", href: "#contact"}, + text: "Book Your Appointment", href: "#contact"}, { text: "Our Services", href: "#services"}, ]} @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file