From 744e22eab973493bde67e42fff87641c489ea349 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 19:35:10 +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 be26b6f..358d3c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { description="For over a decade, Nick has been giving the community clean, consistent haircuts in a shop where everyone feels welcome. No gimmicks. Just great barbering." background={{ variant: "sparkles-gradient" }} buttons={[ - { text: "Book Your Cut", href: "booking" }, + { text: "Book Now - No Wait", href: "booking" }, { text: "Call Nick", href: "tel:+15551234567" } ]} imageSrc="http://img.b2bpic.net/free-photo/professional-barber-shop-chairs-close-up_23-2148353478.jpg" @@ -205,4 +205,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}