From 0d9b741e332ec5dd60a6f0979c2447f8055616a1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:10:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dfec87c..f549d9f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { { text: "See Rankings", href: "#metrics" }, ]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-reels_23-2150038616.jpg", imageAlt: "Fitness training" }, - { imageSrc: "http://img.b2bpic.net/free-photo/blonde-light-fitness-tracker-summer-training_1134-704.jpg", imageAlt: "Fitness tracker" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-reels_23-2150038616.jpg?_wi=1", imageAlt: "Fitness training" }, + { imageSrc: "http://img.b2bpic.net/free-photo/blonde-light-fitness-tracker-summer-training_1134-704.jpg?_wi=1", imageAlt: "Fitness tracker" } ]} /> @@ -74,8 +74,8 @@ export default function LandingPage() { title="Transform Your Routine" description="Mobio eliminates guesswork, transforming your 30-day window into a high-impact success story through data and social validation." mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-reels_23-2150038616.jpg", imageAlt: "Feature imagery" }, - { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-composition-white-background_140725-140067.jpg", imageAlt: "Nutrition tracking" } + { imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-reels_23-2150038616.jpg?_wi=2", imageAlt: "Feature imagery" }, + { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-composition-white-background_140725-140067.jpg?_wi=1", imageAlt: "Nutrition tracking" } ]} /> @@ -101,8 +101,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Alex Rivers", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-light-fitness-tracker-summer-training_1134-704.jpg" }, - { id: "t2", name: "Sam Chen", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-composition-white-background_140725-140067.jpg" }, + { id: "t1", name: "Alex Rivers", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blonde-light-fitness-tracker-summer-training_1134-704.jpg?_wi=2" }, + { id: "t2", name: "Sam Chen", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-vegetables-composition-white-background_140725-140067.jpg?_wi=2" }, { id: "t3", name: "Maria Lopez", role: "User", company: "Mobio Athlete", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-lady-sporty-top-leggings-lying-yoga-mat-listening-music-earphones-while-dreamily-closing-her-eyes_574295-5554.jpg" }, ]} kpiItems={[ -- 2.49.1