From 23692e686c93955b0c1145d3b9bcd6b375db7d94 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:44: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 7a6656f..8c3c08a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "FAQ", id: "faq" } ]} button={{ - text: "Book Now", href: "#contact" + text: "Schedule Your Appointment", href: "#contact" }} animateOnLoad={true} /> @@ -192,7 +192,7 @@ export default function LandingPage() { title="Book Your Appointment Today" description="Step into GN Fades and experience premium barbering. Our team is ready to give you a fresh cut that turns heads." buttons={[ - { text: "Book Now", href: "tel:+1-555-0123" }, + { text: "Schedule Your Appointment", href: "tel:+1-555-0123" }, { text: "Visit Us", href: "https://maps.google.com" } ]} background={{ variant: "plain" }} -- 2.49.1