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