3 Commits

Author SHA1 Message Date
a7b15894c8 Merge version_3 into main
Merge version_3 into main
2026-03-10 04:55:32 +00:00
86904eef11 Update src/app/page.tsx 2026-03-10 04:55:28 +00:00
7c72389572 Merge version_2 into main
Merge version_2 into main
2026-03-10 04:54:16 +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>
);
}
}