4 Commits

Author SHA1 Message Date
bf68781081 Update src/app/page.tsx 2026-03-19 13:01:09 +00:00
6068a94e20 Merge version_3 into main
Merge version_3 into main
2026-03-19 12:59:20 +00:00
9c83de680d Update src/app/page.tsx 2026-03-19 12:59:16 +00:00
5b3c8df101 Merge version_2 into main
Merge version_2 into main
2026-03-19 12:55:50 +00:00

View File

@@ -144,17 +144,17 @@ export default function LandingPage() {
tagAnimation="slide-up"
plans={[
{
id: "basic-cut", badge: "Popular", badgeIcon: TrendingUp,
id: "basic-cut", badge: "Most Booked", badgeIcon: TrendingUp,
price: "$35", subtitle: "Classic Haircut", buttons: [{ text: "Book Now", href: "#contact" }],
features: ["Professional haircut", "Head massage", "Premium styling products", "15-minute session"]
},
{
id: "premium-fade", badge: "Best Value", badgeIcon: Star,
id: "premium-fade", badge: "Save $20", badgeIcon: Star,
price: "$50", subtitle: "Premium Fade & Design", buttons: [{ text: "Book Now", href: "#contact" }],
features: ["Expert fade with design cuts", "3D preview consultation", "Luxury head & neck massage", "Premium beard trim", "25-minute session"]
},
{
id: "ultimate-experience", badge: "Luxury", badgeIcon: Crown,
id: "ultimate-experience", badge: "VIP Exclusive", badgeIcon: Crown,
price: "$85", subtitle: "Complete Grooming Experience", buttons: [{ text: "Book Premium", href: "#contact" }],
features: ["Master barber exclusive service", "Full 3D consultation & styling", "Hot towel treatment & shave", "Complete grooming package", "Premium product set included", "45-minute session"]
}