diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 321a55a..38a1f7b 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
- "name": "Home",
- "href": "#hero"
+ "name": "Home", "href": "#hero"
},
{
- "name": "Programs",
- "href": "#features"
+ "name": "Programs", "href": "#features"
},
{
- "name": "Membership",
- "href": "#pricing"
+ "name": "Membership", "href": "#pricing"
},
{
- "name": "Trainers",
- "href": "#team"
+ "name": "Trainers", "href": "#team"
},
{
- "name": "Gallery",
- "href": "#gallery"
+ "name": "Gallery", "href": "#gallery"
},
{
- "name": "About",
- "href": "#about"
+ "name": "About", "href": "#about"
},
{
- "name": "Metrics",
- "href": "#metrics"
+ "name": "Metrics", "href": "#metrics"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
@@ -57,52 +49,34 @@ export default function Layout() {
brand="Reshape Fitness"
columns={[
{
- title: "Gym",
- items: [
+ title: "Gym", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Services",
- href: "#features",
- },
+ label: "Services", href: "#features"},
{
- label: "Pricing",
- href: "#pricing",
- },
+ label: "Pricing", href: "#pricing"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact",
- href: "#contact",
- },
+ label: "Contact", href: "#contact"},
{
- label: "Location",
- href: "#map",
- },
+ label: "Location", href: "#map"},
{
- label: "WhatsApp",
- href: "https://wa.me/923466222228",
- },
+ label: "WhatsApp", href: "https://wa.me/923466222228"},
],
},
]}
copyright="© 2024 Reshape Gym, Multan. All rights reserved."
links={[
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
]}
- imageSrc="http://img.b2bpic.net/free-vector/minimal-style-abstract-branding-icon-template-collection_1017-51604.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-vector/minimal-style-abstract-branding-icon-template-collection_1017-51604.jpg"
/>
diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 14e3964..9ff4846 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -19,15 +19,10 @@ export default function HomePage() {
title="Transform Into Your Best Version"
description="Professional coaching, powerful workouts, and a supportive fitness community designed to help you achieve lasting results."
primaryButton={{
- text: "Join Today",
- href: "#contact",
- }}
+ text: "Join Today", href: "#contact"}}
secondaryButton={{
- text: "View Membership Plans",
- href: "#pricing",
- }}
- videoSrc="http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg?_wi=1"
- imageSrc="http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg?_wi=2"
+ text: "View Membership Plans", href: "#pricing"}}
+ videoSrc="http://img.b2bpic.net/free-photo/medium-shot-fit-man-woman_23-2149734739.jpg"
/>
@@ -51,21 +46,9 @@ export default function HomePage() {
title="Experience The Difference"
description="We don't just provide equipment; we provide the structure, expertise, and motivation you need to succeed."
negativeItems={[
- "Inconsistent Results",
- "Lack of Motivation",
- "Poor Form & Injuries",
- "Guesswork Planning",
- "Lack of Professional Advice",
- "Isolation During Workouts",
- ]}
+ "Inconsistent Results", "Lack of Motivation", "Poor Form & Injuries", "Guesswork Planning", "Lack of Professional Advice", "Isolation During Workouts"]}
positiveItems={[
- "Customized Personal Training",
- "Modern Strength Equipment",
- "Transformation Success Programs",
- "Structured Nutrition Guidance",
- "Expert Coaching & Support",
- "Community-Driven Environment",
- ]}
+ "Customized Personal Training", "Modern Strength Equipment", "Transformation Success Programs", "Structured Nutrition Guidance", "Expert Coaching & Support", "Community-Driven Environment"]}
/>
@@ -78,48 +61,22 @@ export default function HomePage() {
description="Select the plan that aligns with your fitness goals and budget."
plans={[
{
- tag: "Essential",
- price: "PKR 5,000",
- description: "Full access to our premium facilities.",
- features: [
- "Full Gym Access",
- "Locker Facilities",
- "Unlimited Cardio",
- ],
+ tag: "Essential", price: "PKR 5,000", description: "Full access to our premium facilities.", features: [
+ "Full Gym Access", "Locker Facilities", "Unlimited Cardio"],
primaryButton: {
- text: "Join Basic",
- href: "#contact",
- },
+ text: "Join Basic", href: "#contact"},
},
{
- tag: "Performance",
- price: "PKR 8,500",
- description: "The perfect balance of guidance and freedom.",
- features: [
- "Full Gym Access",
- "Fitness Assessment",
- "Group Classes",
- "Nutritional Basics",
- ],
+ tag: "Performance", price: "PKR 8,500", description: "The perfect balance of guidance and freedom.", features: [
+ "Full Gym Access", "Fitness Assessment", "Group Classes", "Nutritional Basics"],
primaryButton: {
- text: "Join Premium",
- href: "#contact",
- },
+ text: "Join Premium", href: "#contact"},
},
{
- tag: "Elite",
- price: "PKR 15,000",
- description: "Full transformation support with personal attention.",
- features: [
- "1-on-1 Personal Trainer",
- "Custom Workout Plan",
- "Nutrition Consultation",
- "Weekly Progress Review",
- ],
+ tag: "Elite", price: "PKR 15,000", description: "Full transformation support with personal attention.", features: [
+ "1-on-1 Personal Trainer", "Custom Workout Plan", "Nutrition Consultation", "Weekly Progress Review"],
primaryButton: {
- text: "Join Elite",
- href: "#contact",
- },
+ text: "Join Elite", href: "#contact"},
},
]}
/>
@@ -134,17 +91,9 @@ export default function HomePage() {
description="Trusted by hundreds of members across Multan to deliver real physical and mental transformation."
metrics={[
{
- value: "500+",
- title: "Members Trained",
- description: "People who have started their journey with us.",
- imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891772.jpg",
- },
+ value: "500+", title: "Members Trained", description: "People who have started their journey with us.", imageSrc: "http://img.b2bpic.net/free-photo/person-being-scanned-by-digital-health-app_23-2151891772.jpg"},
{
- value: "120+",
- title: "Transformations",
- description: "Lives changed through consistent commitment.",
- imageSrc: "http://img.b2bpic.net/free-photo/muscular-sportsman-building-biceps-with-dumbbell_651396-294.jpg",
- },
+ value: "120+", title: "Transformations", description: "Lives changed through consistent commitment.", imageSrc: "http://img.b2bpic.net/free-photo/muscular-sportsman-building-biceps-with-dumbbell_651396-294.jpg"},
]}
/>
@@ -158,29 +107,14 @@ export default function HomePage() {
description="Meet our team of experienced fitness coaches, dedicated to refining your technique and performance."
groups={[
{
- title: "Head Coaches",
- members: [
+ title: "Head Coaches", members: [
{
- name: "Ahmed Raza",
- role: "Head Trainer",
- detail: "Certified Specialist in Strength & Conditioning",
- imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg",
- },
+ name: "Ahmed Raza", role: "Head Trainer", detail: "Certified Specialist in Strength & Conditioning", imageSrc: "http://img.b2bpic.net/free-photo/young-sports-man-happy-expression_1194-1587.jpg"},
{
- name: "Sara Khan",
- role: "Fitness Coach",
- detail: "Expert in Weight Loss & Mobility",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-sports-bra_23-2147688063.jpg",
- },
+ name: "Sara Khan", role: "Fitness Coach", detail: "Expert in Weight Loss & Mobility", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-sports-bra_23-2147688063.jpg"},
{
- name: "Bilal Ahmed",
- role: "Transformation Coach",
- detail: "10+ Years of Experience in Athletic Training",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-vector/minimal-style-abstract-branding-icon-template-collection_1017-51604.jpg?_wi=1",
- imageAlt: "professional personal trainer headshot",
+ name: "Bilal Ahmed", role: "Transformation Coach", detail: "10+ Years of Experience in Athletic Training", imageSrc: "http://img.b2bpic.net/free-photo/portrait-athletic-fitness-male-dressed-sportswear-grey-vignette-background_613910-1086.jpg"},
+ ]
},
]}
/>
@@ -195,35 +129,15 @@ export default function HomePage() {
description="Join our community of hundreds of happy members in Multan."
testimonials={[
{
- name: "Hassan",
- role: "Member",
- quote: "Excellent trainers, professional environment, and amazing results. One of the best gyms in Gulgasht.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg",
- },
+ name: "Hassan", role: "Member", quote: "Excellent trainers, professional environment, and amazing results. One of the best gyms in Gulgasht.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-622.jpg"},
{
- name: "Zoya",
- role: "Member",
- quote: "My weight loss journey has been so supported here. Love the group classes!",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg",
- },
+ name: "Zoya", role: "Member", quote: "My weight loss journey has been so supported here. Love the group classes!", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg"},
{
- name: "Farhan",
- role: "Member",
- quote: "Modern equipment and clean space. The best transformation gym I've seen.",
- imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-21382.jpg",
- },
+ name: "Farhan", role: "Member", quote: "Modern equipment and clean space. The best transformation gym I've seen.", imageSrc: "http://img.b2bpic.net/free-photo/build-your-own-body-strength-fitness-exercise-get-fit_53876-21382.jpg"},
{
- name: "Ayesha",
- role: "Member",
- quote: "Exceptional coaching. I've built so much strength in just 3 months.",
- imageSrc: "http://img.b2bpic.net/free-photo/energetic-man-with-dark-skin-has-self-confident-facial-expression-aside-holds-bottle-with-water-poses-rocky-terrain-has-sporty-body-with-muscles-fitness-recreation-lifestyle-concept_273609-29675.jpg",
- },
+ name: "Ayesha", role: "Member", quote: "Exceptional coaching. I've built so much strength in just 3 months.", imageSrc: "http://img.b2bpic.net/free-photo/energetic-man-with-dark-skin-has-self-confident-facial-expression-aside-holds-bottle-with-water-poses-rocky-terrain-has-sporty-body-with-muscles-fitness-recreation-lifestyle-concept_273609-29675.jpg"},
{
- name: "Ali",
- role: "Member",
- quote: "Professional team. They really care about your progress and form.",
- imageSrc: "http://img.b2bpic.net/free-photo/senior-man-having-rest-after-exercising_23-2148297526.jpg",
- },
+ name: "Ali", role: "Member", quote: "Professional team. They really care about your progress and form.", imageSrc: "http://img.b2bpic.net/free-photo/senior-man-having-rest-after-exercising_23-2148297526.jpg"},
]}
/>
@@ -237,40 +151,19 @@ export default function HomePage() {
description="Step into a premium, world-class training environment designed for your best workouts."
items={[
{
- title: "Gym Interior",
- description: "Spacious and modern training floor.",
- imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg",
- },
+ title: "Gym Interior", description: "Spacious and modern training floor.", imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-gym-equipment-with-weights_23-2148766073.jpg"},
{
- title: "Equipment",
- description: "High-end training gear.",
- imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg",
- },
+ title: "Equipment", description: "High-end training gear.", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg"},
{
- title: "Yoga Area",
- description: "Peaceful functional training.",
- imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197735.jpg",
- },
+ title: "Yoga Area", description: "Peaceful functional training.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-gym-equipment_23-2148197735.jpg"},
{
- title: "Fitness Classes",
- description: "Motivating and intense.",
- imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg",
- },
+ title: "Fitness Classes", description: "Motivating and intense.", imageSrc: "http://img.b2bpic.net/free-photo/view-beautifully-decorated-round-table-with-natural-fir-branch-candle-two-flutes-plates-against-classic-sofa-modern-apartment_132075-11383.jpg"},
{
- title: "Locker Room",
- description: "Luxury facility standards.",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-doing-pilates-together_23-2150830152.jpg",
- },
+ title: "Locker Room", description: "Luxury facility standards.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-women-doing-pilates-together_23-2150830152.jpg"},
{
- title: "Nutrition Center",
- description: "Fuel for success.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-healthy-meals_23-2149894884.jpg",
- },
+ title: "Nutrition Center", description: "Fuel for success.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-healthy-meals_23-2149894884.jpg"},
{
- title: "Training Zone",
- description: "Dedicated functional space.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-training-stationary-ike_23-2147671935.jpg",
- },
+ title: "Training Zone", description: "Dedicated functional space.", imageSrc: "http://img.b2bpic.net/free-photo/man-training-stationary-ike_23-2147671935.jpg"},
]}
/>
@@ -282,13 +175,9 @@ export default function HomePage() {
tag="FREE TRIAL"
text="Claim Your Free Fitness Assessment & Trial Session Today. Don't wait for Monday."
primaryButton={{
- text: "Claim My Free Trial",
- href: "https://wa.me/923466222228",
- }}
+ text: "Claim My Free Trial", href: "https://wa.me/923466222228"}},
secondaryButton={{
- text: "Call Now",
- href: "tel:03466222228",
- }}
+ text: "Call Now", href: "tel:03466222228"}}
/>