From 82da8db9f6f06c9d966494f1494ea64f2fab5e47 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:15: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 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" -- 2.49.1