3 Commits

Author SHA1 Message Date
b0429bbe22 Merge version_5 into main
Merge version_5 into main
2026-04-23 12:11:41 +00:00
7b64f9ad64 Update src/app/page.tsx 2026-04-23 12:11:38 +00:00
8985fe3c97 Merge version_4 into main
Merge version_4 into main
2026-04-23 12:08:37 +00:00

View File

@@ -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."