From 4346029d6ad83f3ed5e13ad6daf6908e6055386f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:54:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 927f63e..87a502b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,22 +47,22 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "stat-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-handsome-african-sports-man-resting-after-workout_171337-9476.jpg", imageAlt: "muscular athlete portrait dark studio lighting" + id: "stat-1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-handsome-african-sports-man-resting-after-workout_171337-9476.jpg?_wi=1", imageAlt: "muscular athlete portrait dark studio lighting" }, { - id: "stat-2", imageSrc: "http://img.b2bpic.net/free-photo/fencing_654080-2258.jpg", imageAlt: "fit competitor confident pose studio dark" + id: "stat-2", imageSrc: "http://img.b2bpic.net/free-photo/fencing_654080-2258.jpg?_wi=1", imageAlt: "fit competitor confident pose studio dark" }, { - id: "stat-3", imageSrc: "http://img.b2bpic.net/free-psd/gym-fitness-social-media-banner-instagram-post-template_106176-5250.jpg", imageAlt: "athlete social media content showcase" + id: "stat-3", imageSrc: "http://img.b2bpic.net/free-psd/gym-fitness-social-media-banner-instagram-post-template_106176-5250.jpg?_wi=1", imageAlt: "athlete social media content showcase" }, { - id: "stat-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-handsome-african-sports-man-resting-after-workout_171337-9476.jpg", imageAlt: "muscular athlete portrait dark studio lighting" + id: "stat-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-tired-handsome-african-sports-man-resting-after-workout_171337-9476.jpg?_wi=2", imageAlt: "muscular athlete portrait dark studio lighting" }, { - id: "stat-5", imageSrc: "http://img.b2bpic.net/free-photo/fencing_654080-2258.jpg", imageAlt: "fit competitor confident pose studio dark" + id: "stat-5", imageSrc: "http://img.b2bpic.net/free-photo/fencing_654080-2258.jpg?_wi=2", imageAlt: "fit competitor confident pose studio dark" }, { - id: "stat-6", imageSrc: "http://img.b2bpic.net/free-psd/gym-fitness-social-media-banner-instagram-post-template_106176-5250.jpg", imageAlt: "athlete social media content showcase" + id: "stat-6", imageSrc: "http://img.b2bpic.net/free-psd/gym-fitness-social-media-banner-instagram-post-template_106176-5250.jpg?_wi=2", imageAlt: "athlete social media content showcase" } ]} autoPlay={true} @@ -92,7 +92,7 @@ export default function LandingPage() { title: "Analytics & Optimization", description: "Deep-dive reports showing what's working, competitor benchmarks, and data-driven recommendations for growth." } ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290023.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290023.jpg?_wi=1" imageAlt="fitness content creation studio setup" imagePosition="right" mediaAnimation="slide-up" @@ -194,7 +194,7 @@ export default function LandingPage() { buttonText="Request Audit" termsText="We'll review your page and send a detailed audit. No spam, no sales call pressure—just honest feedback." background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290023.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-people-training-together-gym_23-2150290023.jpg?_wi=2" imageAlt="fitness content creation studio setup" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1