From c17c1c85e9bfde3255cb50b4e4978418484007c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:50:34 +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 e1447f3..cc981a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -44,7 +44,7 @@ export default function LandingPage() { logoText="Del Mar BarberShop" description="Premium barbering crafted with precision and care. Experience the tradition of expert grooming in our modern, welcoming space." buttons={[ - { text: "Book Appointment", href: "#contact" }, + { text: "Reserve Your Spot", href: "#contact" }, { text: "Learn More", href: "#services" } ]} buttonAnimation="slide-up" -- 2.49.1