From 86904eef112a9708f580a8c8ac79f4cfcff2b497 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:55:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4e7ac4..5ad733c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Team", id: "team" }, { name: "Contact", id: "booking" }, ]} - button={{ text: "Book Now", href: "https://www.setmore.com" }} + button={{ text: "Book Now", href: "https://hair4allbarbersalon.setmore.com" }} brandName="HAIR 4 ALL" /> @@ -57,7 +57,7 @@ export default function LandingPage() { imageAlt="Professional barbershop interior" mediaAnimation="slide-up" buttons={[ - { text: "Book Your Appointment", href: "https://www.setmore.com" }, + { text: "Book Your Appointment", href: "https://hair4allbarbersalon.setmore.com" }, { text: "Learn More", href: "#about" }, ]} /> @@ -206,8 +206,8 @@ export default function LandingPage() { }, { title: "Booking", items: [ - { label: "Schedule Appointment", href: "https://www.setmore.com" }, - { label: "View Availability", href: "https://www.setmore.com" }, + { label: "Schedule Appointment", href: "https://hair4allbarbersalon.setmore.com" }, + { label: "View Availability", href: "https://hair4allbarbersalon.setmore.com" }, { label: "Pricing", href: "#services" }, { label: "Gift Cards", href: "#" }, ], @@ -217,4 +217,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1