2 Commits

Author SHA1 Message Date
a6782b59ba Update src/app/page.tsx 2026-03-11 13:06:40 +00:00
5419c14c46 Merge version_1 into main
Merge version_1 into main
2026-03-11 13:04:29 +00:00

View File

@@ -115,18 +115,18 @@ export default function LandingPage() {
tag="Pricing" tag="Pricing"
plans={[ plans={[
{ {
id: "classic-cut", tag: "Classic Haircut", price: "$35", period: "/service", description: "Professional haircut tailored to your preferences", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [ id: "classic-cut", tag: "Classic Haircut", price: "$35", period: "/service", description: "Professional haircut tailored to your preferences", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Expert consultation", "Premium scissors", "Style guidance" "Expert consultation", "Premium scissors", "48-hour turnaround"
] ]
}, },
{ {
id: "premium-shave", tag: "Traditional Shave", price: "$40", period: "/service", description: "Luxurious straight razor shave experience", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [ id: "premium-shave", tag: "Traditional Shave", price: "$40", period: "/service", description: "Luxurious straight razor shave experience", button: { text: "Book Now", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Hot towel preparation", "Premium razor technique", "Aftershave treatment" "Hot towel preparation", "Premium razor technique", "48-hour turnaround"
] ]
}, },
{ {
id: "beard-package", tag: "Beard Grooming", price: "$45", period: "/service", description: "Complete beard maintenance and styling", button: { text: "Book", href: "#contact" }, featuresTitle: "What's Included:", features: [ id: "beard-package", tag: "Beard Grooming", price: "$45", period: "/service", description: "Complete beard maintenance and styling", button: { text: "Reserve Spot", href: "#contact" }, featuresTitle: "What's Included:", features: [
"Beard shaping", "Conditioning treatment", "Style consultation" "Beard shaping", "Conditioning treatment", "48-hour turnaround"
] ]
} }
]} ]}