From ccfe62aee610abdf3cdef9953572a4beaf97af8f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:02:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 87a502b..9529419 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?_wi=1", imageAlt: "muscular athlete portrait dark studio lighting" + id: "stat-1", imageSrc: "https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=800&q=80", imageAlt: "muscular athlete portrait dark studio lighting" }, { - 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-2", imageSrc: "https://images.unsplash.com/photo-1552a881cd6eae3c2d3d8ebdf6e7f41f?w=800&q=80", 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?_wi=1", imageAlt: "athlete social media content showcase" + id: "stat-3", imageSrc: "https://images.unsplash.com/photo-1517836357463-d25ddfcbf042?w=800&q=80", 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?_wi=2", imageAlt: "muscular athlete portrait dark studio lighting" + id: "stat-4", imageSrc: "https://images.unsplash.com/photo-1539250557-c4fb546fced1?w=800&q=80", imageAlt: "muscular athlete portrait dark studio lighting" }, { - 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-5", imageSrc: "https://images.unsplash.com/photo-1546818150-76bc9f1203b9?w=800&q=80", 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?_wi=2", imageAlt: "athlete social media content showcase" + id: "stat-6", imageSrc: "https://images.unsplash.com/photo-1571902943202-507ec2618e8f?w=800&q=80", 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?_wi=1" + imageSrc="https://images.unsplash.com/photo-1534438327276-14e5300c3a48?w=800&q=80" imageAlt="fitness content creation studio setup" imagePosition="right" mediaAnimation="slide-up" @@ -161,22 +161,22 @@ export default function LandingPage() { author="Marcus Johnson, NPC Competitor" avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-woman-ready-duty_23-2149222740.jpg", alt: "Marcus Johnson" + src: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=150&q=80", alt: "Marcus Johnson" }, { - src: "http://img.b2bpic.net/free-photo/front-view-stoic-basketball-player-holding-ball_23-2148432546.jpg", alt: "Sarah Chen" + src: "https://images.unsplash.com/photo-1506794778202-cad84cf45f1d?w=150&q=80", alt: "Sarah Chen" }, { - src: "http://img.b2bpic.net/free-photo/beautiful-sportive-girl-posing-with-crossed-arms-dark-wall_176420-624.jpg", alt: "David Rodriguez" + src: "https://images.unsplash.com/photo-1517849845537-1d51a20414de?w=150&q=80", alt: "David Rodriguez" }, { - src: "http://img.b2bpic.net/free-photo/man-posing-while-smoking_1296-449.jpg", alt: "Emma Wilson" + src: "https://images.unsplash.com/photo-1507592333233-aeb2541203cd?w=150&q=80", alt: "Emma Wilson" }, { - src: "http://img.b2bpic.net/free-photo/brutal-bearded-muscular-male-holds-dumbbell-grey-vignette-background_613910-207.jpg", alt: "James Mitchell" + src: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=150&q=80", alt: "James Mitchell" }, { - src: "http://img.b2bpic.net/free-photo/cool-ethnic-with-phone-armband-headphones_23-2148203566.jpg", alt: "Lisa Anderson" + src: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=150&q=80", alt: "Lisa Anderson" } ]} ratingAnimation="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?_wi=2" + imageSrc="https://images.unsplash.com/photo-1517836357463-d25ddfcbf042?w=800&q=80" imageAlt="fitness content creation studio setup" mediaPosition="right" mediaAnimation="slide-up" -- 2.49.1