Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33eccaea69 | |||
| 28948f6df4 |
@@ -104,29 +104,37 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "haircut", badge: "Classic", price: "20 KM", subtitle: "Precision Cut & Style", buttons: [
|
id: "buzz-cut", badge: "Quick", price: "12.0 KM", subtitle: "Clean & Simple", buttons: [{
|
||||||
{
|
text: "Book Buzz Cut", href: "#contact"
|
||||||
text: "Book Haircut", href: "#contact"},
|
}],
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"Consultation", "Wash & Cut", "Styling", "Hot Towel Finish"],
|
"Quick Wash", "Precision Buzz", "Styling"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "beard-trim", badge: "Refine", price: "15 KM", subtitle: "Expert Beard Grooming", buttons: [
|
id: "childrens-haircut", badge: "Kids", price: "10.0 KM", subtitle: "Gentle Cut (up to 6 years)", buttons: [{
|
||||||
{
|
text: "Book Kid's Haircut", href: "#contact"
|
||||||
text: "Book Beard Trim", href: "#contact"},
|
}],
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"Beard Shaping", "Trimming & Lining", "Beard Product Application", "Razor Finish"],
|
"Friendly Service", "Haircut (up to 6 years)", "Quick Style"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "full-grooming", badge: "Premium", price: "30 KM", subtitle: "Complete Transformation", buttons: [
|
id: "haircut", badge: "Classic", price: "15.0 KM", subtitle: "Standard Cut & Style", buttons: [{
|
||||||
{
|
text: "Book Haircut", href: "#contact"
|
||||||
text: "Book Full Grooming", href: "#contact"},
|
}],
|
||||||
],
|
|
||||||
features: [
|
features: [
|
||||||
"Precision Haircut", "Full Beard Grooming", "Face Hot Towel Shave", "Finishing Touches"],
|
"Consultation", "Wash & Cut", "Styling"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: "haircut-beard", badge: "Combo", price: "20.0–25.0 KM", subtitle: "Complete Look", buttons: [{
|
||||||
|
text: "Book Combo", href: "#contact"
|
||||||
|
}],
|
||||||
|
features: [
|
||||||
|
"Precision Haircut", "Beard Styling & Trim", "Hot Towel Finish"
|
||||||
|
]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
title="Our Services & Pricing"
|
title="Our Services & Pricing"
|
||||||
description="Tailored grooming solutions designed for the modern man seeking exceptional quality."
|
description="Tailored grooming solutions designed for the modern man seeking exceptional quality."
|
||||||
@@ -223,4 +231,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user