diff --git a/src/app/page.tsx b/src/app/page.tsx index e9599cf..16bbbc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -144,21 +80,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - icon: Activity, - title: "World-Class Equipment", - description: "Latest generation resistance and cardio machines.", - }, - { - icon: Award, - title: "Elite Training", - description: "Personalized programs from certified fitness professionals.", - }, - { - icon: Shield, - title: "Exclusivity Guaranteed", - description: "Spacious, uncrowded zones for private focus.", - }, + { icon: Activity, title: "World-Class Equipment", description: "Latest generation resistance and cardio machines." }, + { icon: Award, title: "Elite Training", description: "Personalized programs from certified fitness professionals." }, + { icon: Shield, title: "Exclusivity Guaranteed", description: "Spacious, uncrowded zones for private focus." }, ]} title="Premium Amenities" description="State-of-the-art facilities designed for serious performance." @@ -172,60 +96,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "ZonePro", - name: "Leather Gym Bag", - price: "$120", - rating: 5, - reviewCount: "24", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-traveling-by-train_23-2150510176.jpg", - }, - { - id: "p2", - brand: "ZonePro", - name: "Pro Shaker", - price: "$30", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-thermos-floating-water_23-2150963117.jpg", - }, - { - id: "p3", - brand: "ZonePro", - name: "Resistance Bands", - price: "$45", - rating: 4, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564372.jpg", - }, - { - id: "p4", - brand: "ZonePro", - name: "Wrist Wraps", - price: "$25", - rating: 5, - reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-weight-plates-fitness-strap-white-wooden-textured-background_23-2147924619.jpg", - }, - { - id: "p5", - brand: "ZonePro", - name: "Lifting Gloves", - price: "$35", - rating: 4, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/young-man-black-sport-suit-blue-boxing-gloves_140725-12716.jpg", - }, - { - id: "p6", - brand: "ZonePro", - name: "Training Mat", - price: "$55", - rating: 5, - reviewCount: "33", - imageSrc: "http://img.b2bpic.net/free-photo/yoga-welness-wellbeing-young-woman-workout-does-sport-home-female-fitness-instructor_1258-189293.jpg", - }, + { id: "p1", brand: "ZonePro", name: "Leather Gym Bag", price: "$120", rating: 5, reviewCount: "24", imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-traveling-by-train_23-2150510176.jpg" }, + { id: "p2", brand: "ZonePro", name: "Pro Shaker", price: "$30", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-thermos-floating-water_23-2150963117.jpg" }, + { id: "p3", brand: "ZonePro", name: "Resistance Bands", price: "$45", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/workout-equipment-with-christmas-theme-decorations_23-2149564372.jpg" }, + { id: "p4", brand: "ZonePro", name: "Wrist Wraps", price: "$25", rating: 5, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-weight-plates-fitness-strap-white-wooden-textured-background_23-2147924619.jpg" }, + { id: "p5", brand: "ZonePro", name: "Lifting Gloves", price: "$35", rating: 4, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/young-man-black-sport-suit-blue-boxing-gloves_140725-12716.jpg" }, + { id: "p6", brand: "ZonePro", name: "Training Mat", price: "$55", rating: 5, reviewCount: "33", imageSrc: "http://img.b2bpic.net/free-photo/yoga-welness-wellbeing-young-woman-workout-does-sport-home-female-fitness-instructor_1258-189293.jpg" }, ]} title="Performance Gear" description="High-performance accessories for your training needs." @@ -238,41 +114,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "tier1", - badge: "Essentials", - price: "$199/mo", - subtitle: "Full access to main facility.", - features: [ - "Full facility access", - "Free weights access", - "Shower facilities", - ], - }, - { - id: "tier2", - badge: "Elite", - price: "$349/mo", - subtitle: "Added personalized coaching.", - features: [ - "Everything in Essentials", - "2 Monthly PT Sessions", - "Private locker", - "Guest passes", - ], - }, - { - id: "tier3", - badge: "Corporate", - price: "$599/mo", - subtitle: "Full corporate wellness.", - features: [ - "Everything in Elite", - "Unlimited PT", - "Priority booking", - "Nutrition planning", - ], - }, + { id: "tier1", badge: "Essentials", price: "$199/mo", subtitle: "Full access to main facility.", features: ["Full facility access", "Free weights access", "Shower facilities"] }, + { id: "tier2", badge: "Elite", price: "$349/mo", subtitle: "Added personalized coaching.", features: ["Everything in Essentials", "2 Monthly PT Sessions", "Private locker", "Guest passes"] }, + { id: "tier3", badge: "Corporate", price: "$599/mo", subtitle: "Full corporate wellness.", features: ["Everything in Elite", "Unlimited PT", "Priority booking", "Nutrition planning"] }, ]} title="Membership Tiers" description="Investment options for your fitness journey." @@ -286,33 +130,11 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "team-group", - groupTitle: "Certified Experts", - members: [ - { - id: "t1", - title: "Marcus Thorne", - subtitle: "Lead Trainer", - detail: "Specialist in conditioning.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-gym_23-2147789567.jpg", - }, - { - id: "t2", - title: "Elena Rossi", - subtitle: "Elite Conditioning Coach", - detail: "15+ years experience.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-bearded-man_273609-16027.jpg", - }, - { - id: "t3", - title: "James Sterling", - subtitle: "Corporate Wellness Specialist", - detail: "Strategy expert.", - imageSrc: "http://img.b2bpic.net/free-photo/people-health-yoga-lifestyle-concept-horizontal-shot-happy-positive-young-bearded-tattooed-yogi-casual-clothes-practicing-meditation-indoors-sitting-floor-with-legs-crossed_343059-1703.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/running-tracks-empty-health-club_637285-8442.jpg?_wi=2", - imageAlt: "professional fitness coach headshot", + id: "team-group", groupTitle: "Certified Experts", members: [ + { id: "t1", title: "Marcus Thorne", subtitle: "Lead Trainer", detail: "Specialist in conditioning.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-gym_23-2147789567.jpg" }, + { id: "t2", title: "Elena Rossi", subtitle: "Elite Conditioning Coach", detail: "15+ years experience.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-bearded-man_273609-16027.jpg" }, + { id: "t3", title: "James Sterling", subtitle: "Corporate Wellness Specialist", detail: "Strategy expert.", imageSrc: "http://img.b2bpic.net/free-photo/people-health-yoga-lifestyle-concept-horizontal-shot-happy-positive-young-bearded-tattooed-yogi-casual-clothes-practicing-meditation-indoors-sitting-floor-with-legs-crossed_343059-1703.jpg" }, + ] }, ]} title="Expert Coaches" @@ -325,46 +147,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "ts1", - title: "Game Changer", - quote: "Gym Zone is leagues above other local gyms.", - name: "Sarah Miller", - role: "CEO", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg?_wi=2", - }, - { - id: "ts2", - title: "Results Driven", - quote: "The elite atmosphere pushed me harder.", - name: "David Chen", - role: "CTO", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-training-with-kettlebells_23-2149358157.jpg?_wi=2", - }, - { - id: "ts3", - title: "High Quality", - quote: "Facility is immaculate and professional.", - name: "Emily Watson", - role: "Marketing Director", - imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg?_wi=2", - }, - { - id: "ts4", - title: "Professional Focus", - quote: "The best investment in my health.", - name: "Robert Kent", - role: "Lawyer", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg?_wi=2", - }, - { - id: "ts5", - title: "Top Tier", - quote: "Truly an exceptional facility for pros.", - name: "Jane Cooper", - role: "Physician", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg?_wi=2", - }, + { id: "ts1", title: "Game Changer", quote: "Gym Zone is leagues above other local gyms.", name: "Sarah Miller", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-with-beanie_23-2147617976.jpg" }, + { id: "ts2", title: "Results Driven", quote: "The elite atmosphere pushed me harder.", name: "David Chen", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/smiley-man-training-with-kettlebells_23-2149358157.jpg" }, + { id: "ts3", title: "High Quality", quote: "Facility is immaculate and professional.", name: "Emily Watson", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/fit-young-woman-sportswear-posing_23-2148759027.jpg" }, + { id: "ts4", title: "Professional Focus", quote: "The best investment in my health.", name: "Robert Kent", role: "Lawyer", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-wearing-towel-around-neck_1262-16420.jpg" }, + { id: "ts5", title: "Top Tier", quote: "Truly an exceptional facility for pros.", name: "Jane Cooper", role: "Physician", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-sportsman-holds-hand-chin-dark-background_613910-19200.jpg" }, ]} title="Member Experiences" description="Proven results for ambitious individuals." @@ -373,19 +160,11 @@ export default function LandingPage() {