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