diff --git a/src/app/page.tsx b/src/app/page.tsx
index adc7665..45b9e29 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,31 +33,19 @@ export default function LandingPage() {
@@ -65,109 +53,61 @@ export default function LandingPage() {
@@ -179,24 +119,16 @@ export default function LandingPage() {
metrics={[
{
icon: Users,
- label: "Active Members",
- value: "1200+",
- },
+ label: "Active Members", value: "1200+"},
{
icon: Zap,
- label: "Classes Weekly",
- value: "75+",
- },
+ label: "Classes Weekly", value: "75+"},
{
icon: Award,
- label: "Certified Trainers",
- value: "20+",
- },
+ label: "Certified Trainers", value: "20+"},
{
icon: Target,
- label: "Goals Achieved",
- value: "10K+",
- },
+ label: "Goals Achieved", value: "10K+"},
]}
metricsAnimation="slide-up"
/>
@@ -209,80 +141,53 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Personalized Training Plans",
- description: "Receive a custom workout regimen designed specifically for your fitness level, goals, and preferences by our expert coaches.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg",
- imageAlt: "Personal trainer assisting a client",
- },
+ title: "Personalized Training Plans", description: "Receive a custom workout regimen designed specifically for your fitness level, goals, and preferences by our expert coaches.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-lifting-barbell-with-personal-trainer_1262-16411.jpg", imageAlt: "Personal trainer assisting a client"},
items: [
{
icon: CheckCircle,
- text: "Tailored Workouts",
- },
+ text: "Tailored Workouts"},
{
icon: CheckCircle,
- text: "Progress Tracking",
- },
+ text: "Progress Tracking"},
{
icon: CheckCircle,
- text: "Dedicated Coach",
- },
+ text: "Dedicated Coach"},
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/young-afro-american-sports-man-standing-with-white-towel-resting-after-workout_171337-9246.jpg?_wi=2",
- imageAlt: "personal training session intense",
+ reverse: false
},
{
- title: "Dynamic Group Classes",
- description: "Join our high-energy group classes, from HIIT to Yoga, fostering a motivating community spirit and challenging you in new ways.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074160.jpg",
- imageAlt: "Energetic group fitness class",
- },
+ title: "Dynamic Group Classes", description: "Join our high-energy group classes, from HIIT to Yoga, fostering a motivating community spirit and challenging you in new ways.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/people-dancing-twerking-indoor-party_23-2151074160.jpg", imageAlt: "Energetic group fitness class"},
items: [
{
icon: CheckCircle,
- text: "Diverse Class Types",
- },
+ text: "Diverse Class Types"},
{
icon: CheckCircle,
- text: "Community Support",
- },
+ text: "Community Support"},
{
icon: CheckCircle,
- text: "Expert Instructors",
- },
+ text: "Expert Instructors"},
],
- reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-female-boxer-is-posing-photographer-dark-photo-studio_613910-3635.jpg?_wi=2",
- imageAlt: "personal training session intense",
+ reverse: true
},
{
- title: "Holistic Nutrition Guidance",
- description: "Complement your training with expert nutritional advice and meal planning to optimize your results and achieve sustainable health.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-eating-salmon-bowls_23-2150533942.jpg",
- imageAlt: "Nutrition coach advising a client",
- },
+ title: "Holistic Nutrition Guidance", description: "Complement your training with expert nutritional advice and meal planning to optimize your results and achieve sustainable health.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-eating-salmon-bowls_23-2150533942.jpg", imageAlt: "Nutrition coach advising a client"},
items: [
{
icon: CheckCircle,
- text: "Custom Meal Plans",
- },
+ text: "Custom Meal Plans"},
{
icon: CheckCircle,
- text: "Dietary Advice",
- },
+ text: "Dietary Advice"},
{
icon: CheckCircle,
- text: "Progress Monitoring",
- },
+ text: "Progress Monitoring"},
],
- reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-gym-with-dumbbells_624325-2251.jpg?_wi=2",
- imageAlt: "personal training session intense",
- },
+ reverse: false
+ }
]}
title="What Makes Iron Pulse Different?"
description="We are committed to providing a comprehensive fitness experience that empowers every member to reach their peak performance."
@@ -296,63 +201,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "basic",
- badge: "Starter",
- badgeIcon: Sparkles,
- price: "$49/mo",
- subtitle: "Access to all gym facilities",
- buttons: [
+ id: "basic", badge: "Starter", badgeIcon: Sparkles,
+ price: "$49/mo", subtitle: "Access to all gym facilities", buttons: [
{
- text: "Get Started",
- href: "#contact",
- },
+ text: "Get Started", href: "#contact"},
],
features: [
- "Full gym access",
- "Locker room facilities",
- "Basic fitness classes",
- "No long-term contract",
- ],
+ "Full gym access", "Locker room facilities", "Basic fitness classes", "No long-term contract"],
},
{
- id: "pro",
- badge: "Popular",
- badgeIcon: Star,
- price: "$79/mo",
- subtitle: "Elevate your training experience",
- buttons: [
+ id: "pro", badge: "Popular", badgeIcon: Star,
+ price: "$79/mo", subtitle: "Elevate your training experience", buttons: [
{
- text: "Choose Pro",
- href: "#contact",
- },
+ text: "Choose Pro", href: "#contact"},
],
features: [
- "Everything in Starter",
- "Unlimited premium classes",
- "One personal training session/month",
- "Nutritional guide access",
- "Guest passes (2/month)",
- ],
+ "Everything in Starter", "Unlimited premium classes", "One personal training session/month", "Nutritional guide access", "Guest passes (2/month)"],
},
{
- id: "elite",
- badge: "Ultimate",
- badgeIcon: Shield,
- price: "$129/mo",
- subtitle: "Unleash your full potential",
- buttons: [
+ id: "elite", badge: "Ultimate", badgeIcon: Shield,
+ price: "$129/mo", subtitle: "Unleash your full potential", buttons: [
{
- text: "Go Elite",
- href: "#contact",
- },
+ text: "Go Elite", href: "#contact"},
],
features: [
- "Everything in Popular",
- "Unlimited personal training sessions",
- "Custom meal & workout plans",
- "Exclusive workshop access",
- "Dedicated account manager",
- ],
+ "Everything in Popular", "Unlimited personal training sessions", "Custom meal & workout plans", "Exclusive workshop access", "Dedicated account manager"],
},
]}
title="Flexible Membership Options"
@@ -367,45 +240,17 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
- id: "trainers",
- groupTitle: "Meet Our Expert Trainers",
- members: [
+ id: "trainers", groupTitle: "Meet Our Expert Trainers", members: [
{
- id: "trainer1",
- title: "Liam Johnson",
- subtitle: "Head Coach, Strength & Conditioning",
- detail: "With over a decade of experience, Liam specializes in high-performance training and athletic development.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32117.jpg",
- imageAlt: "Liam Johnson, Head Coach",
- },
+ id: "trainer1", title: "Liam Johnson", subtitle: "Head Coach, Strength & Conditioning", detail: "With over a decade of experience, Liam specializes in high-performance training and athletic development.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-pink-top-standing-with-coach_1157-32117.jpg", imageAlt: "Liam Johnson, Head Coach"},
{
- id: "trainer2",
- title: "Olivia Smith",
- subtitle: "Senior Trainer, Yoga & Flexibility",
- detail: "Olivia's passion for holistic wellness helps members improve mobility, balance, and mental clarity.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-fit-woman-gym_23-2149338060.jpg",
- imageAlt: "Olivia Smith, Senior Trainer",
- },
+ id: "trainer2", title: "Olivia Smith", subtitle: "Senior Trainer, Yoga & Flexibility", detail: "Olivia's passion for holistic wellness helps members improve mobility, balance, and mental clarity.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-fit-woman-gym_23-2149338060.jpg", imageAlt: "Olivia Smith, Senior Trainer"},
{
- id: "trainer3",
- title: "Noah Williams",
- subtitle: "Certified Nutritionist & Trainer",
- detail: "Noah combines scientific nutrition with strength training to guide clients to optimal health and body composition.",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg",
- imageAlt: "Noah Williams, Certified Nutritionist",
- },
+ id: "trainer3", title: "Noah Williams", subtitle: "Certified Nutritionist & Trainer", detail: "Noah combines scientific nutrition with strength training to guide clients to optimal health and body composition.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-man-gym_23-2150007192.jpg", imageAlt: "Noah Williams, Certified Nutritionist"},
{
- id: "trainer4",
- title: "Ava Brown",
- subtitle: "Group Fitness & HIIT Specialist",
- detail: "Ava brings infectious energy to every class, motivating members to push their limits and achieve their best.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg",
- imageAlt: "Ava Brown, Group Fitness Specialist",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/young-afro-american-sports-man-standing-with-white-towel-resting-after-workout_171337-9246.jpg?_wi=3",
- imageAlt: "male personal trainer smiling confident",
- },
+ id: "trainer4", title: "Ava Brown", subtitle: "Group Fitness & HIIT Specialist", detail: "Ava brings infectious energy to every class, motivating members to push their limits and achieve their best.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-sporty-black-man-standing-with-his-arms-crossed_1262-16419.jpg", imageAlt: "Ava Brown, Group Fitness Specialist"},
+ ]
+ }
]}
title="Dedicated to Your Success"
description="Our team of highly qualified and passionate trainers are here to guide you through every step of your fitness journey."
@@ -419,73 +264,31 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- name: "Alex P.",
- role: "Software Engineer",
- company: "Tech Innovations",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg",
- imageAlt: "happy gym member male smiling",
- },
+ id: "1", name: "Alex P.", role: "Software Engineer", company: "Tech Innovations", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-muscular-handsome-man-wetsuit-dark-background_613910-15130.jpg", imageAlt: "happy gym member male smiling"},
{
- id: "2",
- name: "Jamie L.",
- role: "Marketing Manager",
- company: "Global Brands",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1240.jpg",
- imageAlt: "female gym member smiling workout",
- },
+ id: "2", name: "Jamie L.", role: "Marketing Manager", company: "Global Brands", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/crazy-sports-man-angry-expression_1194-1240.jpg", imageAlt: "female gym member smiling workout"},
{
- id: "3",
- name: "Sam K.",
- role: "Entrepreneur",
- company: "Startup Hub",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255846.jpg",
- imageAlt: "diverse gym member dark background",
- },
+ id: "3", name: "Sam K.", role: "Entrepreneur", company: "Startup Hub", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/person-sport-gym-using-kettlebells_23-2149255846.jpg", imageAlt: "diverse gym member dark background"},
{
- id: "4",
- name: "Casey M.",
- role: "Creative Director",
- company: "Design Studio",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450148.jpg",
- imageAlt: "woman lifting weights gym",
- },
+ id: "4", name: "Casey M.", role: "Creative Director", company: "Design Studio", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-athlete-competing-olympic-games_23-2151450148.jpg", imageAlt: "woman lifting weights gym"},
{
- id: "5",
- name: "Jordan R.",
- role: "Financial Analyst",
- company: "Wealth Management",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg",
- imageAlt: "group fitness class smiling",
- },
+ id: "5", name: "Jordan R.", role: "Financial Analyst", company: "Wealth Management", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-women-together-gym_23-2148430244.jpg", imageAlt: "group fitness class smiling"},
{
- id: "6",
- name: "Taylor B.",
- role: "Healthcare Professional",
- company: "City Hospital",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-training-gym_23-2148625803.jpg",
- imageAlt: "senior man working out gym",
- },
+ id: "6", name: "Taylor B.", role: "Healthcare Professional", company: "City Hospital", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-training-gym_23-2148625803.jpg", imageAlt: "senior man working out gym"},
]}
kpiItems={[
{
- value: "98%",
- label: "Member Satisfaction",
- },
+ value: "98%", label: "Member Satisfaction"},
{
- value: "5K+",
- label: "Success Stories",
- },
+ value: "5K+", label: "Success Stories"},
{
- value: "100%",
- label: "Trainer Certified",
- },
+ value: "100%", label: "Trainer Certified"},
]}
title="Hear From Our Thriving Community"
description="Our members are our greatest advocates. Read their stories and see the impact Iron Pulse Fitness has made."
@@ -497,14 +300,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7144.jpg",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypusg1",
- "http://img.b2bpic.net/free-vector/20-analytic-investment-balanced-scorecard-solid-glyph-icon-pack-like-scale-implementation-match-savings-gold_1142-19318.jpg",
- "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2g9qv7",
- "http://img.b2bpic.net/free-photo/front-view-fit-woman-outdoors_23-2150352002.jpg",
- "http://img.b2bpic.net/free-photo/ballerina-training-perform-eleegance-icon_53876-13812.jpg",
- "http://img.b2bpic.net/free-vector/personal-trainer-logo-design-template_742173-29658.jpg",
- ]}
+ "http://img.b2bpic.net/free-vector/basket-ball-logo_1057-7144.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ypusg1", "http://img.b2bpic.net/free-vector/20-analytic-investment-balanced-scorecard-solid-glyph-icon-pack-like-scale-implementation-match-savings-gold_1142-19318.jpg", "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2g9qv7", "http://img.b2bpic.net/free-photo/front-view-fit-woman-outdoors_23-2150352002.jpg", "http://img.b2bpic.net/free-photo/ballerina-training-perform-eleegance-icon_53876-13812.jpg", "http://img.b2bpic.net/free-vector/personal-trainer-logo-design-template_742173-29658.jpg"]}
title="Trusted by Leaders in Health & Wellness"
description="We partner with top brands and organizations to bring you the best in fitness innovation and support."
speed={35}
@@ -516,8 +312,7 @@ export default function LandingPage() {