Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a7b15894c8 | |||
| 86904eef11 | |||
| 7c72389572 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user