diff --git a/src/app/page.tsx b/src/app/page.tsx
index a6d5b3d..c3b2d10 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,16 +31,11 @@ export default function LandingPage() {
@@ -48,20 +43,14 @@ export default function LandingPage() {
@@ -83,16 +73,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- tag: "Strength", title: "Heavy Weight Section", subtitle: "Pure Performance", description: "High-quality racks and weights for every training level.", imageSrc: "http://img.b2bpic.net/free-photo/sports-dumbbells-filtered-image-processed-vintage-effect_1232-3417.jpg", imageAlt: "gym weightlifting rack modern"},
- {
- tag: "Cardio", title: "Cardio Zone", subtitle: "Endurance Power", description: "Modern cardio machines for heart-healthy workouts.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-lobby_74190-3799.jpg", imageAlt: "gym cardio area with equipment"},
- {
- tag: "Functional", title: "Functional Area", subtitle: "Total Mobility", description: "Versatile space for bodyweight and HIIT training.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-shaved-head-male-doing-pull-ups-trx-straps-stand_613910-11273.jpg", imageAlt: "gym functional training zone"},
- {
- tag: "Flexibility", title: "Stretching Studio", subtitle: "Recovery & Balance", description: "Dedicated quiet zone for yoga and deep stretching.", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-1480.jpg", imageAlt: "Dumbbell"},
- {
- tag: "Hydration", title: "Refreshment Bar", subtitle: "Fuel Your Results", description: "Smoothies and health drinks to power your workout.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Fitness equipment"},
+ { tag: "Strength", title: "Heavy Weight Section", subtitle: "Pure Performance", description: "High-quality racks and weights for every training level.", imageSrc: "http://img.b2bpic.net/free-photo/sports-dumbbells-filtered-image-processed-vintage-effect_1232-3417.jpg", imageAlt: "gym weightlifting rack modern" },
+ { tag: "Cardio", title: "Cardio Zone", subtitle: "Endurance Power", description: "Modern cardio machines for heart-healthy workouts.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-hotel-lobby_74190-3799.jpg", imageAlt: "gym cardio area with equipment" },
+ { tag: "Functional", title: "Functional Area", subtitle: "Total Mobility", description: "Versatile space for bodyweight and HIIT training.", imageSrc: "http://img.b2bpic.net/free-photo/sporty-shaved-head-male-doing-pull-ups-trx-straps-stand_613910-11273.jpg", imageAlt: "gym functional training zone" },
+ { tag: "Flexibility", title: "Stretching Studio", subtitle: "Recovery & Balance", description: "Dedicated quiet zone for yoga and deep stretching.", imageSrc: "http://img.b2bpic.net/free-photo/dumbbell_74190-1480.jpg", imageAlt: "Dumbbell" },
+ { tag: "Hydration", title: "Refreshment Bar", subtitle: "Fuel Your Results", description: "Smoothies and health drinks to power your workout.", imageSrc: "http://img.b2bpic.net/free-photo/fitness-equipment_53876-63194.jpg", imageAlt: "Fitness equipment" },
]}
title="World-Class Training Features"
description="Designed for performance and comfort, our gym facilities offer everything you need."
@@ -105,22 +90,8 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
plans={[
- {
- id: "basic", badge: "Essential", price: "$39/mo", subtitle: "Access to all basic gym areas.", buttons: [
- {
- text: "Choose Basic", href: "#contact"},
- ],
- features: [
- "Gym Access", "Locker Room", "Orientation Session"],
- },
- {
- id: "pro", badge: "Premium", price: "$69/mo", subtitle: "Full access with extras.", buttons: [
- {
- text: "Choose Pro", href: "#contact"},
- ],
- features: [
- "All Basic Features", "Group Classes", "Sauna & Spa", "Priority Booking"],
- },
+ { id: "basic", badge: "Essential", price: "$39/mo", subtitle: "Access to all basic gym areas.", buttons: [{ text: "Choose Basic", href: "#contact" }], features: ["Gym Access", "Locker Room", "Orientation Session"] },
+ { id: "pro", badge: "Premium", price: "$69/mo", subtitle: "Full access with extras.", buttons: [{ text: "Choose Pro", href: "#contact" }], features: ["All Basic Features", "Group Classes", "Sauna & Spa", "Priority Booking"] },
]}
title="Membership Plans"
description="Flexible plans to suit your fitness journey."
@@ -134,12 +105,9 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
- {
- id: "t1", name: "Alex Smith", role: "Head Trainer", imageSrc: "http://img.b2bpic.net/free-photo/clothing-sport-gym-clothes-workout_1303-1762.jpg", imageAlt: "professional fitness coach athlete"},
- {
- id: "t2", name: "Sarah Jones", role: "Cardio Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-crop-top-checkered-shirt-pants-looking-happy-front-view_176474-104116.jpg", imageAlt: "gym instructor teaching class"},
- {
- id: "t3", name: "Mark Wilson", role: "Strength Coach", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg", imageAlt: "qualified gym personal trainer"},
+ { id: "t1", name: "Alex Smith", role: "Head Trainer", imageSrc: "http://img.b2bpic.net/free-photo/clothing-sport-gym-clothes-workout_1303-1762.jpg", imageAlt: "professional fitness coach athlete" },
+ { id: "t2", name: "Sarah Jones", role: "Cardio Specialist", imageSrc: "http://img.b2bpic.net/free-photo/young-female-looking-camera-crop-top-checkered-shirt-pants-looking-happy-front-view_176474-104116.jpg", imageAlt: "gym instructor teaching class" },
+ { id: "t3", name: "Mark Wilson", role: "Strength Coach", imageSrc: "http://img.b2bpic.net/free-photo/young-adult-doing-indoor-sport-gym_23-2149205574.jpg", imageAlt: "qualified gym personal trainer" },
]}
title="Meet Our Trainers"
description="Certified experts ready to guide you."
@@ -152,16 +120,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The best gym in Sousse! Results were immediate.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-woman-doing-exercise-with-dumbbell-studio_171337-9049.jpg"},
- {
- id: "2", name: "John Doe", handle: "@johndoe", testimonial: "California Gym changed my perspective on fitness.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-nature_23-2148291378.jpg"},
- {
- id: "3", name: "Emily Chen", handle: "@emilyc", testimonial: "Professional trainers and a great community.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-dark-skinned-runner-resting-seaside-after-activity-open-air-sitting-embankment-enjoying-sunset-summer-evening-cheerful-student-spending-his-vacations-exercising-outdoors_273609-1184.jpg"},
- {
- id: "4", name: "Mike Ross", handle: "@mikeross", testimonial: "I love the variety of equipment available.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg"},
- {
- id: "5", name: "Jane Smith", handle: "@jsmith", testimonial: "Highly recommended for all fitness enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-with-tablet_23-2149894895.jpg"},
+ { id: "1", name: "Sarah Miller", handle: "@sarah_m", testimonial: "The best gym in Sousse! Results were immediate.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-fitness-woman-doing-exercise-with-dumbbell-studio_171337-9049.jpg" },
+ { id: "2", name: "John Doe", handle: "@johndoe", testimonial: "California Gym changed my perspective on fitness.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-stretching-nature_23-2148291378.jpg" },
+ { id: "3", name: "Emily Chen", handle: "@emilyc", testimonial: "Professional trainers and a great community.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-dark-skinned-runner-resting-seaside-after-activity-open-air-sitting-embankment-enjoying-sunset-summer-evening-cheerful-student-spending-his-vacations-exercising-outdoors_273609-1184.jpg" },
+ { id: "4", name: "Mike Ross", handle: "@mikeross", testimonial: "I love the variety of equipment available.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-man-gym_23-2149517268.jpg" },
+ { id: "5", name: "Jane Smith", handle: "@jsmith", testimonial: "Highly recommended for all fitness enthusiasts.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-women-with-tablet_23-2149894895.jpg" },
]}
title="Success Stories"
description="Our members achieve their goals every day."
@@ -172,8 +135,7 @@ export default function LandingPage() {
@@ -182,8 +144,7 @@ export default function LandingPage() {