Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-15 18:30:22 +00:00

View File

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