From 7f6b8bd4e0fb0dd959a8178c05526175ff124eab Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:23:35 +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 938ea33..1559af5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,27 +106,27 @@ export default function LandingPage() { title: "Local Ingredients", description: "Sourced daily from regional sustainable farms for maximum freshness.", icon: Leaf, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg", imageAlt: "Farm vegetables"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg?_wi=1", imageAlt: "Farm vegetables"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg", imageAlt: "Vegetable basket"}, + imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg?_wi=2", imageAlt: "Vegetable basket"}, ] }, { title: "Chef-Prepared", description: "Nutritious recipes designed by professional chefs for peak flavor.", icon: Award, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg", imageAlt: "Healthy meal"}, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg?_wi=1", imageAlt: "Healthy meal"}, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg", imageAlt: "Chef preparing food"}, + imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg?_wi=2", imageAlt: "Chef preparing food"}, ] }, { title: "Eco-Delivery", description: "Compostable packaging delivered in emission-free vehicles.", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg", imageAlt: "Eco packaging"}, + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg?_wi=1", imageAlt: "Eco packaging"}, { - imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg", imageAlt: "Delivery bike"}, + imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg?_wi=2", imageAlt: "Delivery bike"}, ] }, ]} -- 2.49.1