From 54ae73abfbf9f98acffe3f02ce659edca2c11105 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:21:19 +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 8f674a9..08e42c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,19 +79,19 @@ export default function LandingPage() { imageAlt: "Fresh produce", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-fruits-cumcuat-lettuce-zucchini-bell-peppers-kiwi-grapes-parsley-green-onion-cauliflower-cherry-tomatoes-lemon-free-space_140725-102906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-fruits-cumcuat-lettuce-zucchini-bell-peppers-kiwi-grapes-parsley-green-onion-cauliflower-cherry-tomatoes-lemon-free-space_140725-102906.jpg?_wi=1", imageAlt: "Organic fruits", }, { - imageSrc: "http://img.b2bpic.net/free-photo/milk-cottage-cheese-dairy-products_23-2148211409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/milk-cottage-cheese-dairy-products_23-2148211409.jpg?_wi=1", imageAlt: "Dairy display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bread-table_1339-8270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bread-table_1339-8270.jpg?_wi=1", imageAlt: "Bakery section", }, { - imageSrc: "http://img.b2bpic.net/free-photo/bottles-with-fruits-smoothie_23-2148527291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottles-with-fruits-smoothie_23-2148527291.jpg?_wi=1", imageAlt: "Beverage selection", }, ]} @@ -110,22 +110,22 @@ export default function LandingPage() { { title: "Fruits & Vegetables", description: "Farm-fresh daily.", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-fruits-cumcuat-lettuce-zucchini-bell-peppers-kiwi-grapes-parsley-green-onion-cauliflower-cherry-tomatoes-lemon-free-space_140725-102906.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-fruits-cumcuat-lettuce-zucchini-bell-peppers-kiwi-grapes-parsley-green-onion-cauliflower-cherry-tomatoes-lemon-free-space_140725-102906.jpg?_wi=2", }, { title: "Dairy", description: "Fresh milk and local cheeses.", - imageSrc: "http://img.b2bpic.net/free-photo/milk-cottage-cheese-dairy-products_23-2148211409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/milk-cottage-cheese-dairy-products_23-2148211409.jpg?_wi=2", }, { title: "Bakery", description: "Daily baked fresh bread.", - imageSrc: "http://img.b2bpic.net/free-photo/bread-table_1339-8270.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bread-table_1339-8270.jpg?_wi=2", }, { title: "Beverages", description: "Refreshing natural drinks.", - imageSrc: "http://img.b2bpic.net/free-photo/bottles-with-fruits-smoothie_23-2148527291.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottles-with-fruits-smoothie_23-2148527291.jpg?_wi=2", }, { title: "Household", -- 2.49.1