From 1ada0d9861f543f39585d306c24ed49c4741a636 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 5 Jun 2026 07:19:05 +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 bfd33f5..6ad6963 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -90,15 +90,15 @@ export default function LandingPage() { buttonAnimation="opacity" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/pork-belly-pan-with-pepper-seeds-tomatoes-spices_1150-22014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pork-belly-pan-with-pepper-seeds-tomatoes-spices_1150-22014.jpg?_wi=1", imageAlt: "Assorted premium pork cuts", }, { - imageSrc: "http://img.b2bpic.net/free-photo/glazed-duck-fillet-with-mashed-potatoes-sauce-served-fancy-restaurant-plate-ai-generative_123827-23807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glazed-duck-fillet-with-mashed-potatoes-sauce-served-fancy-restaurant-plate-ai-generative_123827-23807.jpg?_wi=1", imageAlt: "Gourmet cooked pork dish", }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-life-country-side-after-moving-from-city_23-2151278859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-life-country-side-after-moving-from-city_23-2151278859.jpg?_wi=1", imageAlt: "Happy pigs on a green pasture", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-meat-slice-with-tomatoes-dark-blue-background-food-meat-kitchen-animal-butcher-chicken-color-cow_179666-46014.jpg", imageAlt: "Butcher preparing meat", }, - imageSrc: "http://img.b2bpic.net/free-photo/pork-belly-pan-with-pepper-seeds-tomatoes-spices_1150-22014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pork-belly-pan-with-pepper-seeds-tomatoes-spices_1150-22014.jpg?_wi=2", imageAlt: "piglets feeding on farm", }, { @@ -175,7 +175,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565251.jpg", imageAlt: "Sustainable farm operations", }, - imageSrc: "http://img.b2bpic.net/free-photo/glazed-duck-fillet-with-mashed-potatoes-sauce-served-fancy-restaurant-plate-ai-generative_123827-23807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/glazed-duck-fillet-with-mashed-potatoes-sauce-served-fancy-restaurant-plate-ai-generative_123827-23807.jpg?_wi=2", imageAlt: "piglets feeding on farm", }, { @@ -189,7 +189,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/colleagues-work-having-lunch_23-2148894065.jpg", imageAlt: "Happy customer with pork", }, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-life-country-side-after-moving-from-city_23-2151278859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-millennial-woman-living-life-country-side-after-moving-from-city_23-2151278859.jpg?_wi=2", imageAlt: "piglets feeding on farm", }, ]} -- 2.49.1