From 7b64f9ad64e2ab05ebf41cd982469d57949315f1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:11:38 +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 9a0f623..41d7631 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,9 +107,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { id: "p1", badge: "Essentials", price: "$89", subtitle: "A quick escape", features: ["30 min massage", "Custom oil blend", "Herbal tea"] }, - { id: "p2", badge: "Luxury", price: "$159", subtitle: "The signature experience", features: ["60 min massage", "Organic facial", "Access to sauna", "Spa lunch"] }, - { id: "p3", badge: "Ultimate", price: "$249", subtitle: "Total body bliss", features: ["90 min treatment", "Full body wrap", "Private suite", "Gift set"] }, + { id: "p1", badge: "Essentials", price: "₹7,500", subtitle: "A quick escape", features: ["30 min massage", "Custom oil blend", "Herbal tea"] }, + { id: "p2", badge: "Luxury", price: "₹13,500", subtitle: "The signature experience", features: ["60 min massage", "Organic facial", "Access to sauna", "Spa lunch"] }, + { id: "p3", badge: "Ultimate", price: "₹21,000", subtitle: "Total body bliss", features: ["90 min treatment", "Full body wrap", "Private suite", "Gift set"] }, ]} title="Rejuvenation Packages" description="Explore our tiered treatment options designed for your ultimate wellness journey." -- 2.49.1