diff --git a/src/app/page.tsx b/src/app/page.tsx index fad942e..852e6b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,7 +77,7 @@ export default function BarbershopLanding() { ]} buttons={[ { text: "Book Now", href: "contact" }, - { text: "View Services", href: "services" } + { text: "Check Availability", href: "services" } ]} buttonAnimation="slide-up" carouselPosition="right"