From b93eba033b0876634a38b6874ec2e2a84cac3276 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 10:18:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a5ae83..23e4f77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,7 +107,7 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "basic", badge: "Essential", price: "$80", subtitle: "Core beauty care", buttons: [ + id: "basic", badge: "Essential", price: "$80", subtitle: "Essential refresh for daily radiance", buttons: [ { text: "Book", href: "#contact"}, ], @@ -115,7 +115,7 @@ export default function LandingPage() { "Consultation", "Hair Cut", "Style"], }, { - id: "pro", badge: "Signature", price: "$150", subtitle: "Transformative experience", buttons: [ + id: "pro", badge: "Signature", price: "$150", subtitle: "Pro-level revitalizing transformation", buttons: [ { text: "Book", href: "#contact"}, ], @@ -123,7 +123,7 @@ export default function LandingPage() { "Full Color", "Facial Treatment", "Style"], }, { - id: "ultimate", badge: "Luxury", price: "$250", subtitle: "The ultimate indulgence", buttons: [ + id: "ultimate", badge: "Luxury", price: "$250", subtitle: "The ultimate head-to-toe glow", buttons: [ { text: "Book", href: "#contact"}, ], -- 2.49.1