diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 7d1355b..f9d8445 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -19,25 +19,18 @@ export default function HomePage() {
title="Unlock Your Potential at Shapemeup Fitness"
description="Experience spacious, well-equipped training with personalized coaching in the heart of Padur."
primaryButton={{
- text: "Join Today",
- href: "#contact",
- }}
+ text: "Join Today", href: "#contact"}}
secondaryButton={{
- text: "View Schedule",
- href: "#services",
- }}
+ text: "View Schedule", href: "#services"}}
items={[
{
- text: "Modern Machines",
- icon: Activity,
+ text: "Modern Machines", icon: Activity,
},
{
- text: "Personalized Plans",
- icon: ListChecks,
+ text: "Personalized Plans", icon: ListChecks,
},
{
- text: "Expert Coaching",
- icon: UserCheck,
+ text: "Expert Coaching", icon: UserCheck,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/sport-fitness-health-exercise-bikes-fitness-center_613910-20283.jpg"
@@ -50,9 +43,7 @@ export default function HomePage() {
@@ -65,25 +56,13 @@ export default function HomePage() {
description="Everything you need to transform your fitness journey."
features={[
{
- title: "Modern Gym Space",
- description: "Spacious floor with top-tier equipment.",
- imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-before-training_23-2147688196.jpg",
- },
+ title: "Modern Gym Space", description: "Spacious floor with top-tier equipment.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-before-training_23-2147688196.jpg"},
{
- title: "Infrared Sauna",
- description: "Relax and recover after your intense workouts.",
- imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg",
- },
+ title: "Infrared Sauna", description: "Relax and recover after your intense workouts.", imageSrc: "http://img.b2bpic.net/free-photo/designer-sauna-heaters-geometric-forms-sunny-interior_169016-68905.jpg"},
{
- title: "Fresh Fruit Bar",
- description: "Complimentary fruit bowls to refuel your body.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-plate-with-muesli-kiwi-after-fitness-workout-with-dumbbells_8353-5764.jpg",
- },
+ title: "Fresh Fruit Bar", description: "Complimentary fruit bowls to refuel your body.", imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-plate-with-muesli-kiwi-after-fitness-workout-with-dumbbells_8353-5764.jpg"},
{
- title: "Custom Diet Plans",
- description: "Personalized guidance for PCOS, thyroid, and health.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21899.jpg",
- },
+ title: "Custom Diet Plans", description: "Personalized guidance for PCOS, thyroid, and health.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sports-couple-is-engaged-gym_1157-21899.jpg"},
]}
/>
@@ -97,47 +76,19 @@ export default function HomePage() {
description="Wide range of programs for every fitness level."
items={[
{
- title: "HIIT Training",
- description: "High Intensity Interval Training sessions.",
- imageSrc: "http://img.b2bpic.net/free-photo/weights-medical-mask-gym-bench_23-2148766078.jpg",
- href: "#",
- },
+ title: "HIIT Training", description: "High Intensity Interval Training sessions.", imageSrc: "http://img.b2bpic.net/free-photo/weights-medical-mask-gym-bench_23-2148766078.jpg", href: "#"},
{
- title: "Weight Training",
- description: "Build muscle and strength properly.",
- imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg",
- href: "#",
- },
+ title: "Weight Training", description: "Build muscle and strength properly.", imageSrc: "http://img.b2bpic.net/free-photo/dumbbells-arrangement-gym_23-2150007137.jpg", href: "#"},
{
- title: "Weight Loss Plans",
- description: "Science-backed plans for body transformation.",
- imageSrc: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg",
- href: "#",
- },
+ title: "Weight Loss Plans", description: "Science-backed plans for body transformation.", imageSrc: "http://img.b2bpic.net/free-photo/fit-couple-sitting-floor-gym_23-2147949622.jpg", href: "#"},
{
- title: "Weight Gain Programs",
- description: "Structured plans for healthy muscle gain.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg",
- href: "#",
- },
+ title: "Weight Gain Programs", description: "Structured plans for healthy muscle gain.", imageSrc: "http://img.b2bpic.net/free-photo/woman-training-gym_23-2148024360.jpg", href: "#"},
{
- title: "Reflex Training",
- description: "Advanced flash reaction drills.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-floor-looking-woman-gym_23-2147949623.jpg",
- href: "#",
- },
+ title: "Reflex Training", description: "Advanced flash reaction drills.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-sitting-floor-looking-woman-gym_23-2147949623.jpg", href: "#"},
{
- title: "PCOS Diet Planning",
- description: "Specialized nutrition for hormonal health.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg",
- href: "#",
- },
+ title: "PCOS Diet Planning", description: "Specialized nutrition for hormonal health.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197736.jpg", href: "#"},
{
- title: "Pre-diabetic Diet",
- description: "Focus on metabolic health and balance.",
- imageSrc: "http://img.b2bpic.net/free-photo/bottle-cleaning-solution-gym-bench_23-2148766067.jpg",
- href: "#",
- },
+ title: "Pre-diabetic Diet", description: "Focus on metabolic health and balance.", imageSrc: "http://img.b2bpic.net/free-photo/bottle-cleaning-solution-gym-bench_23-2148766067.jpg", href: "#"},
]}
/>
@@ -148,22 +99,14 @@ export default function HomePage() {
@@ -174,42 +117,23 @@ export default function HomePage() {
@@ -220,18 +144,14 @@ export default function HomePage() {