Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-26 23:29:23 +00:00

View File

@@ -82,7 +82,7 @@ export default function LandingPage() {
},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/man-with-hat-buttoning-his-vest_1153-1515.jpg"
imageSrc="https://img.b2bpic.net/free-photo/client-doing-hair-cut-barber-shop-salon_1303-20889.jpg?id=7377605"
imageAlt="Luxurious barbershop interior with classic chairs"
mediaAnimation="opacity"
frameStyle="card"
@@ -233,7 +233,7 @@ export default function LandingPage() {
{
id: "basic",
tag: "Classic",
price: "$45",
price: "$35",
period: "per service",
description: "Perfect for a sharp, clean look. Our signature cut tailored to your preference.",
button: {
@@ -250,7 +250,7 @@ export default function LandingPage() {
id: "premium",
tag: "Legacy Package",
tagIcon: Sparkles,
price: "$85",
price: "$55",
period: "per package",
description: "The ultimate grooming experience. A full transformation for the discerning gentleman.",
button: {
@@ -259,25 +259,25 @@ export default function LandingPage() {
featuresTitle: "Includes:",
features: [
"Precision Haircut",
"Luxurious Hot Towel Shave",
"Line-Up",
"Rejuvenating Facial Treatment",
"Beard Trim & Styling (if applicable)",
],
},
{
id: "executive",
tag: "Executive",
price: "$65",
tag: "Kid Haircuts ",
price: "$25",
period: "per service",
description: "Combine the perfect cut with a relaxing, traditional hot towel shave.",
description: "Combine the perfect cut and tranformation.",
button: {
text: "Book Executive",
text: "Book Kids Cut",
},
featuresTitle: "Includes:",
features: [
"Precision Haircut",
"Luxurious Hot Towel Shave",
"Post-Shave Facial Massage",
"Line-Up",
"Aftershave Spray ",
],
},
]}