Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fc69c94b6d | |||
| 55e8b4eebc | |||
| 13fdcf8bcb | |||
| 9217136ada | |||
| 5fe0eb528d | |||
| 4a279a546f | |||
| 41a4b7d8a3 | |||
| 0d5dec340c |
@@ -47,7 +47,6 @@ export default function LandingPage() {
|
||||
description="Downtown Seattle’s go-to barbershop for clean fades, sharp beard work, and personalized styles. Precision Cuts. Real Attention to Detail."
|
||||
buttons={[
|
||||
{ text: "Book Appointment", href: "#contact" },
|
||||
{ text: "Walk In Today", href: "#location" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k27jmo&_wi=1"
|
||||
imageAlt="modern luxury barbershop interior"
|
||||
@@ -128,9 +127,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{ id: "loyalty-plan", badge: "Special", price: "$10 Off", subtitle: "Your next visit", features: ["Rebooking incentive", "Priority scheduling", "Member discounts"] }
|
||||
{ id: "loyalty-plan", badge: "Special", price: "Exclusive", subtitle: "Member Benefits", features: ["Priority Appointment Access", "Complimentary Beard Taper", "Quarterly Style Consultation"] }
|
||||
]}
|
||||
title="Loyalty Program"
|
||||
title="Client Loyalty Program"
|
||||
description="We value our regulars. Get rewarded for looking sharp."
|
||||
/>
|
||||
</div>
|
||||
@@ -169,7 +168,7 @@ export default function LandingPage() {
|
||||
tag="Final Step"
|
||||
title="Look Sharp. Feel Confident."
|
||||
description="Book your appointment or visit us downtown today."
|
||||
buttonText="Book Appointment"
|
||||
buttonText="Secure Your Spot"
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k27jmo&_wi=4"
|
||||
/>
|
||||
@@ -188,4 +187,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user