From a478f599904865bc78d8433673acb8918d45fb4c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:14:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2d3177..d4dd907 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,7 @@ export default function LandingPage() { } ]} buttons={[ - { text: "Book Appointment", href: "#contact" }, + { text: "Book Now", href: "#contact" }, { text: "Learn More", href: "#about" } ]} buttonAnimation="slide-up" -- 2.49.1