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"}, ] }, ]}