Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-10 04:55:33 +00:00

View File

@@ -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"
/>
</div>
@@ -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() {
</div>
</ThemeProvider>
);
}
}