From 309487d294acfad3fdf5c162a59c748fb9579b7e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 01:37:43 +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 72acd2b..8432610 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { tagIcon={Scissors} tagAnimation="slide-up" buttons={[ - { text: "Book Your Appointment", href: "#contact" }, + { text: "Book Now", href: "#contact" }, { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" -- 2.49.1