diff --git a/src/app/page.tsx b/src/app/page.tsx index 2671bf5..fad942e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,8 +76,8 @@ export default function BarbershopLanding() { } ]} buttons={[ - { text: "Book Your Appointment", href: "contact" }, - { text: "View Our Services", href: "services" } + { text: "Book Now", href: "contact" }, + { text: "View Services", href: "services" } ]} buttonAnimation="slide-up" carouselPosition="right"