diff --git a/src/app/page.tsx b/src/app/page.tsx index a4fdefd..353d4c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,25 +53,25 @@ export default function LandingPage() { testimonials={[ { name: "Alex R.", 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", imageAlt: "healthy food scanning app"}, + 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"}, { name: "Jamie L.", handle: "@jamie", testimonial: "The workout plans are perfectly tailored to my pace.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-tablet-with-healthy-stuff-line_23-2148135583.jpg", imageAlt: "healthy food scanning app"}, { name: "Sarah K.", 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", imageAlt: "healthy food scanning app"}, + imageSrc: "http://img.b2bpic.net/free-vector/collection-vegan-icon-vectors_53876-66785.jpg?_wi=1", imageAlt: "healthy food scanning app"}, { name: "Mark D.", 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", imageAlt: "healthy food scanning app"}, + 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"}, { name: "Julie P.", 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", imageAlt: "healthy food scanning app"}, + imageSrc: "http://img.b2bpic.net/free-photo/wellness-diet-plan-healthy-living-icon_53876-121315.jpg?_wi=1", imageAlt: "healthy food scanning app"}, ]} buttons={[ { text: "Get Started", 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={[ { @@ -126,11 +126,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - 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"}, + 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?_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"}, + 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?_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"}, + 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?_wi=2"}, ]} title="Built for Results" description="Everything you need to reach your health goals in one simple, powerful app."