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 +}