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"] },