diff --git a/src/app/page.tsx b/src/app/page.tsx
index 434073a..83cc1ab 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,87 +44,35 @@ export default function LandingPage() {
@@ -150,36 +83,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- label: "Personal",
- title: "Personal Training",
- items: [
- "Customized workout plans",
- "One-on-one accountability",
- "Expert form correction",
- ],
- },
- {
- id: "f2",
- label: "Classes",
- title: "HIIT Burn & Yoga",
- items: [
- "High-octane HIIT sessions",
- "Power Hour classes",
- "Iron Yoga for flexibility",
- ],
- },
- {
- id: "f3",
- label: "Recovery",
- title: "Recovery Lounge",
- items: [
- "Professional massage tools",
- "Stretching stations",
- "Post-workout hydration",
- ],
- },
+ { id: "f1", label: "Personal", title: "Personal Training", items: ["Customized workout plans", "One-on-one accountability", "Expert form correction"] },
+ { id: "f2", label: "Classes", title: "HIIT Burn & Yoga", items: ["High-octane HIIT sessions", "Power Hour classes", "Iron Yoga for flexibility"] },
+ { id: "f3", label: "Recovery", title: "Recovery Lounge", items: ["Professional massage tools", "Stretching stations", "Post-workout hydration"] },
]}
title="Programs & Zones"
description="Choose your path to excellence with our specialized training zones and high-energy group classes."
@@ -192,21 +98,9 @@ export default function LandingPage() {
title="Our Gym Performance"
tag="Results Driven"
metrics={[
- {
- id: "m1",
- value: "1,500+",
- description: "Active Members",
- },
- {
- id: "m2",
- value: "50,000",
- description: "Classes Conducted",
- },
- {
- id: "m3",
- value: "98%",
- description: "Success Rate",
- },
+ { id: "m1", value: "1,500+", description: "Active Members" },
+ { id: "m2", value: "50,000", description: "Classes Conducted" },
+ { id: "m3", value: "98%", description: "Success Rate" },
]}
metricsAnimation="blur-reveal"
/>
@@ -218,39 +112,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "basic",
- badge: "Essential",
- price: "₹1,999/mo",
- subtitle: "Great for getting started",
- features: [
- "Gym Access",
- "Locker Room",
- "Free Wi-Fi",
- ],
- },
- {
- id: "pro",
- badge: "Most Popular",
- price: "₹2,999/mo",
- subtitle: "The ultimate fitness experience",
- features: [
- "Gym + Classes",
- "1x Assessment",
- "Priority Booking",
- ],
- },
- {
- id: "elite",
- badge: "Premium",
- price: "₹4,999/mo",
- subtitle: "Full access to everything",
- features: [
- "Full All-Access",
- "Recovery Lounge",
- "1:1 Coaching Session",
- ],
- },
+ { id: "basic", badge: "Essential", price: "₹1,999/mo", subtitle: "Great for getting started", features: ["Gym Access", "Locker Room", "Free Wi-Fi"] },
+ { id: "pro", badge: "Most Popular", price: "₹2,999/mo", subtitle: "The ultimate fitness experience", features: ["Gym + Classes", "1x Assessment", "Priority Booking"] },
+ { id: "elite", badge: "Premium", price: "₹4,999/mo", subtitle: "Full access to everything", features: ["Full All-Access", "Recovery Lounge", "1:1 Coaching Session"] },
]}
title="Membership Plans"
description="Choose the perfect plan to fuel your fitness journey with our flexible membership options."
@@ -263,21 +127,9 @@ export default function LandingPage() {
title="Meet Your Coaches"
tag="Expert Guidance"
members={[
- {
- id: "t1",
- name: "Vikram Singh",
- imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg",
- },
- {
- id: "t2",
- name: "Ananya Reddy",
- imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-14185.jpg",
- },
- {
- id: "t3",
- name: "Rahul Verma",
- imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32105.jpg",
- },
+ { id: "t1", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/male-boxer-posing-t-shirt-with-arms-crossed_23-2148426241.jpg" },
+ { id: "t2", name: "Ananya Reddy", imageSrc: "http://img.b2bpic.net/free-photo/female-model-sport-bra-looks-seductive-with-hands-closed_114579-14185.jpg" },
+ { id: "t3", name: "Rahul Verma", imageSrc: "http://img.b2bpic.net/free-photo/two-internationals-friends-is-engaged-gym_1157-32105.jpg" },
]}
memberVariant="card"
membersAnimation="blur-reveal"
@@ -286,44 +138,20 @@ export default function LandingPage() {