From c7be454af8051a5bb802bcf47205e24cd9918c3c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 03:53:13 +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 d0becb9..89c6ed1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { href: "#supplements", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-food-pack_23-2149182205.jpg" + imageSrc="http://img.b2bpic.net/free-photo/flat-lay-delicious-food-pack_23-2149182205.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/flat-lay-food-concept-with-copy-space_23-2148478250.jpg", @@ -105,7 +105,7 @@ export default function LandingPage() { price: "9.50€", rating: 5, reviewCount: "320 kcal", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-meat-with-vegetable-salad_74190-791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-meat-with-vegetable-salad_74190-791.jpg?_wi=1", }, { id: "p2", @@ -114,7 +114,7 @@ export default function LandingPage() { price: "8.00€", rating: 5, reviewCount: "280 kcal", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-food-that-can-cause-allergic-reaction-people_23-2149870588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-food-that-can-cause-allergic-reaction-people_23-2149870588.jpg?_wi=1", }, { id: "p3", @@ -175,7 +175,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/fruit-table_1157-5400.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-pack_23-2149182205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-pack_23-2149182205.jpg?_wi=2", imageAlt: "health supplements capsules bottle", }, { @@ -190,7 +190,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/plastic-jar_187299-45986.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-meat-with-vegetable-salad_74190-791.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-fillet-meat-with-vegetable-salad_74190-791.jpg?_wi=2", imageAlt: "health supplements capsules bottle", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pills-with-copy-space-containers_23-2148533469.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/assortment-food-that-can-cause-allergic-reaction-people_23-2149870588.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-food-that-can-cause-allergic-reaction-people_23-2149870588.jpg?_wi=2", imageAlt: "health supplements capsules bottle", }, ]} -- 2.49.1