From 557fb99499b5682b4a5910c15dffcac840dc313f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:30:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4426076..7a5dae3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} plans={[ - { id: "p1", badge: "Essential", price: "$25", subtitle: "Men's Cuts", features: ["Precision cut", "Shampoo", "Quick style"] }, + { id: "p1", badge: "Essential", price: "$18", subtitle: "Men's Cuts", features: ["Precision cut", "Shampoo", "Quick style"] }, { id: "p2", badge: "Essential", price: "$35", subtitle: "Women's Cuts", features: ["Style consultation", "Wash", "Cut & Blowout"] }, { id: "p3", badge: "Pro", price: "$120", subtitle: "Full Perm", features: ["Custom curl", "Long-lasting", "Care tips"] }, { id: "p4", badge: "Pro", price: "$140", subtitle: "Highlights", features: ["Full head", "Conditioning", "Gloss treatment"] }, -- 2.49.1