From 45b394204ea887445eb752c269213e4dd4ff173e Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:22:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06d8d7b..efbc01d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,15 +103,15 @@ export default function LandingPage() { useInvertedBackground={false} plans={[ { - id: "basic", badge: "The Refresh", price: "$30", subtitle: "Clean fade and line-up.", buttons: [{ text: "Book Now", href: "#contact" }], - features: ["Precision Cut", "Neck Taper", "Style Consult"], + id: "basic", badge: "The Refresh", price: "$50", subtitle: "Default haircut ", buttons: [{ text: "Book Now", href: "#contact" }], + features: ["", "", ""], }, { - id: "pro", badge: "The Signature", price: "$50", subtitle: "The ultimate Bros experience.", buttons: [{ text: "Book Now", href: "#contact" }], + id: "pro", badge: "The Signature", price: "$50", subtitle: "Accesible haircut", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Signature Cut", "Beard Trim", "Hot Towel Finish"], }, { - id: "premium", badge: "The Elite", price: "$75", subtitle: "Full grooming transformation.", buttons: [{ text: "Book Now", href: "#contact" }], + id: "premium", badge: "The Elite", price: "$55", subtitle: "Generous haircut ", buttons: [{ text: "Book Now", href: "#contact" }], features: ["Total Grooming", "Deluxe Face Shave", "Premium Products"], }, ]} -- 2.49.1