Update src/app/page.tsx

This commit is contained in:
2026-05-05 18:34:12 +00:00
parent 122a074ff4
commit d782993f80

View File

@@ -93,7 +93,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{ id: "p1", tag: "Basic", price: "₹1,499", period: "/month", description: "Perfect for standard gym access.", button: { text: "Start Now" }, featuresTitle: "Includes:", features: ["Open Gym", "Locker Room", "Cardio Machines"] },
{ id: "p2", tag: "Pro", price: "₹2,999", period: "/month", description: "Gym access plus expert training.", button: { text: "Get Pro" }, featuresTitle: "Includes:", features: ["All Basic Items", "2 PT Sessions", "Personal Nutrition Plan"] },
{ id: "p2", tag: "Pro", price: "₹2,999", period: "/month", description: "Gym access plus expert training.", button: { text: "Start Your Transformation" }, featuresTitle: "Includes:", features: ["All Basic Items", "2 PT Sessions", "Personal Nutrition Plan"] },
{ id: "p3", tag: "Elite", price: "₹4,999", period: "/month", description: "Full access, nutrition & priority support.", button: { text: "Join Elite" }, featuresTitle: "Includes:", features: ["All Pro Items", "Unlimited PT", "Meal Prep Delivery"] },
]}
title="Transparent Pricing Plans"
@@ -176,4 +176,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}