From 826f352c718be076df55dc577b2fe55d843f9b39 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 16:24:27 +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 b48c87a..f98e47f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { handle: "@alex", testimonial: "This app changed the way I see food. Simply scan and go!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-smartphone-kitchen-while-preparing-vegetable-salad_169016-49843.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-smartphone-kitchen-while-preparing-vegetable-salad_169016-49843.jpg?_wi=1", imageAlt: "healthy food scanning app", }, { @@ -81,7 +81,7 @@ export default function LandingPage() { handle: "@sarahk", testimonial: "Finally, a tracker that makes consistency easy.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/collection-vegan-icon-vectors_53876-66785.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/collection-vegan-icon-vectors_53876-66785.jpg?_wi=1", imageAlt: "healthy food scanning app", }, { @@ -89,7 +89,7 @@ export default function LandingPage() { handle: "@markd", testimonial: "The AI accuracy is impressive, really helpful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-clipboard-with-blank-pages-writing-looking-confident-standing-orange-wall_141793-48863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-clipboard-with-blank-pages-writing-looking-confident-standing-orange-wall_141793-48863.jpg?_wi=1", imageAlt: "healthy food scanning app", }, { @@ -97,7 +97,7 @@ export default function LandingPage() { handle: "@juliep", testimonial: "My fitness journey has never been more organized.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/wellness-diet-plan-healthy-living-icon_53876-121315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wellness-diet-plan-healthy-living-icon_53876-121315.jpg?_wi=1", imageAlt: "healthy food scanning app", }, ]} @@ -107,7 +107,7 @@ export default function LandingPage() { href: "#pricing", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/woman-uses-smartphone-kitchen-while-preparing-vegetable-salad_169016-49843.jpg" + imageSrc="http://img.b2bpic.net/free-photo/woman-uses-smartphone-kitchen-while-preparing-vegetable-salad_169016-49843.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { @@ -193,17 +193,17 @@ export default function LandingPage() { { title: "AI Image Recognition", description: "Snap a photo and get precise calorie counts instantly.", - imageSrc: "http://img.b2bpic.net/free-vector/collection-vegan-icon-vectors_53876-66785.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/collection-vegan-icon-vectors_53876-66785.jpg?_wi=2", }, { title: "Personalized Workouts", description: "Plans built for your height, weight, and fitness level.", - imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-clipboard-with-blank-pages-writing-looking-confident-standing-orange-wall_141793-48863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-fitness-woman-sportswear-with-headband-holding-clipboard-with-blank-pages-writing-looking-confident-standing-orange-wall_141793-48863.jpg?_wi=2", }, { title: "Gamified Streaks", description: "Stay motivated with daily rewards and streak tracking.", - imageSrc: "http://img.b2bpic.net/free-photo/wellness-diet-plan-healthy-living-icon_53876-121315.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wellness-diet-plan-healthy-living-icon_53876-121315.jpg?_wi=2", }, ]} title="Built for Results" -- 2.49.1