9 Commits

Author SHA1 Message Date
b92846c83f Merge version_4 into main
Merge version_4 into main
2026-04-16 01:35:34 +00:00
fc69c94b6d Update src/app/page.tsx 2026-04-16 01:35:28 +00:00
55e8b4eebc Merge version_3 into main
Merge version_3 into main
2026-04-16 01:34:41 +00:00
13fdcf8bcb Update src/app/page.tsx 2026-04-16 01:34:38 +00:00
9217136ada Merge version_2 into main
Merge version_2 into main
2026-04-16 01:33:19 +00:00
5fe0eb528d Update src/app/page.tsx 2026-04-16 01:33:16 +00:00
4a279a546f Merge version_1 into main
Merge version_1 into main
2026-04-16 01:31:57 +00:00
41a4b7d8a3 Merge version_1 into main
Merge version_1 into main
2026-04-16 01:31:33 +00:00
0d5dec340c Merge version_1 into main
Merge version_1 into main
2026-04-16 01:31:06 +00:00

View File

@@ -47,7 +47,6 @@ export default function LandingPage() {
description="Downtown Seattles 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>
);
}
}