Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47aa5ff2ec | |||
| c98381ef71 | |||
| cc5620ac84 | |||
| bf68781081 | |||
| 6068a94e20 | |||
| 9c83de680d | |||
| 5b3c8df101 |
@@ -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"]
|
||||
}
|
||||
@@ -200,7 +200,7 @@ export default function LandingPage() {
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Clients Say"
|
||||
description="Join thousands of satisfied customers who trust Precision Cuts for their grooming needs"
|
||||
description="Clients report 95% confidence boost after first appointment. Join thousands of satisfied customers who trust Precision Cuts for their grooming needs"
|
||||
tag="Client Testimonials"
|
||||
tagIcon={MessageSquare}
|
||||
tagAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user