From b4d44eb9a87c0bf72bd5d1e69ec47a21ff4fdd91 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:57:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 45b825e..dfd2908 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { text: "Start Training", href: "#training" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg", imageAlt: "dark modern gym interior" }, + { imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-using-smartphone-training_23-2147789638.jpg?_wi=1", imageAlt: "dark modern gym interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-bench-press-machine_23-2147688194.jpg", imageAlt: "dark modern gym interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/gym-with-motivational-phrase_1134-445.jpg", imageAlt: "dark modern gym interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/silhouette-woman-gym_23-2148024301.jpg", imageAlt: "dark modern gym interior" }, @@ -79,7 +79,7 @@ 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", imageAlt: "heavy gym equipment neon lights" }, + { 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" }, ]} @@ -95,8 +95,8 @@ export default function LandingPage() { 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", 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" }, + { 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" }, ]} title="Extreme Training Programs" description="Choose the program that fits your goals."