From 60cac1b074456d74b42e0c577f556a9cf2aebad4 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:40:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8aa9727..a144c31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { imageAlt="Premium barber shop interior with professional styling chairs" imagePosition="right" buttons={[ - { text: "Reserve Your Cut Now", href: "#contact" }, + { text: "Book Your Appointment", href: "#contact" }, { text: "Learn More", href: "#about" }, ]} buttonAnimation="slide-up"