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" }}