7 Commits

Author SHA1 Message Date
47aa5ff2ec Merge version_5 into main
Merge version_5 into main
2026-03-19 13:03:42 +00:00
c98381ef71 Update src/app/page.tsx 2026-03-19 13:03:39 +00:00
cc5620ac84 Merge version_4 into main
Merge version_4 into main
2026-03-19 13:01:12 +00:00
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"]
}
@@ -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"