diff --git a/src/app/page.tsx b/src/app/page.tsx
index d30cae8..45b825e 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -59,47 +44,21 @@ export default function LandingPage() {
@@ -110,9 +69,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Built for Serious Training"
description={[
- "Fitness Extreme Qatar is designed for those who want real results.",
- "With a high-energy environment and powerful training culture, this gym pushes you beyond your limits.",
- ]}
+ "Fitness Extreme Qatar is designed for those who want real results.", "With a high-energy environment and powerful training culture, this gym pushes you beyond your limits."]}
/>
@@ -122,24 +79,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "24/7 Access",
- description: "Train on your schedule, anytime.",
- imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=1",
- imageAlt: "heavy gym equipment neon lights",
- },
- {
- title: "High-Energy Atmosphere",
- description: "Music and energy to keep you pushing.",
- imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-hanging-from-treadmill-gym_23-2148766065.jpg",
- imageAlt: "24 hour gym equipment",
- },
- {
- title: "Expert Coaching",
- description: "Professional trainers to guide your progress.",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627099.jpg",
- imageAlt: "personal trainer professional coaching",
- },
+ { title: "24/7 Access", description: "Train on your schedule, anytime.", imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "heavy gym equipment neon lights" },
+ { title: "High-Energy Atmosphere", description: "Music and energy to keep you pushing.", imageSrc: "http://img.b2bpic.net/free-photo/medical-mask-hanging-from-treadmill-gym_23-2148766065.jpg", imageAlt: "24 hour gym equipment" },
+ { title: "Expert Coaching", description: "Professional trainers to guide your progress.", imageSrc: "http://img.b2bpic.net/free-photo/woman-helping-man-gym_23-2149627099.jpg", imageAlt: "personal trainer professional coaching" },
]}
title="Why Fitness Extreme"
description="The best facilities for your body transformation goals in Doha."
@@ -152,54 +94,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "p1",
- title: "HIIT Training",
- price: "$99",
- period: "/mo",
- features: [
- "Strength Training",
- "Cardio Blast",
- "Functional Fitness",
- ],
- button: {
- text: "Choose Plan",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/body-fitness_53876-95316.jpg",
- imageAlt: "intense gym training session",
- },
- {
- id: "p2",
- title: "Personal Coaching",
- price: "$199",
- period: "/mo",
- features: [
- "1-on-1 Sessions",
- "Diet Plans",
- "Monthly Review",
- ],
- button: {
- text: "Choose Plan",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg?_wi=2",
- imageAlt: "intense gym training session",
- },
- {
- id: "p3",
- title: "Transformation",
- price: "$299",
- period: "/mo",
- features: [
- "Custom Nutrition",
- "Weekly Check-ins",
- "Results Tracking",
- ],
- button: {
- text: "Choose Plan",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg?_wi=2",
- imageAlt: "intense gym training session",
- },
+ { id: "p1", title: "HIIT Training", price: "$99", period: "/mo", features: ["Strength Training", "Cardio Blast", "Functional Fitness"], button: { text: "Choose Plan" }, imageSrc: "http://img.b2bpic.net/free-photo/body-fitness_53876-95316.jpg", imageAlt: "intense gym training session" },
+ { id: "p2", title: "Personal Coaching", price: "$199", period: "/mo", features: ["1-on-1 Sessions", "Diet Plans", "Monthly Review"], button: { text: "Choose Plan" }, imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg", imageAlt: "intense gym training session" },
+ { id: "p3", title: "Transformation", price: "$299", period: "/mo", features: ["Custom Nutrition", "Weekly Check-ins", "Results Tracking"], button: { text: "Choose Plan" }, imageSrc: "http://img.b2bpic.net/free-photo/barbell-weights-rack_23-2147789571.jpg", imageAlt: "intense gym training session" },
]}
title="Extreme Training Programs"
description="Choose the program that fits your goals."
@@ -209,30 +106,13 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file