diff --git a/src/app/page.tsx b/src/app/page.tsx index 7699d89..7ff4113 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,37 +101,37 @@ export default function LandingPage() { id: "1", name: "Whole Chicken", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/employees-sorting-produced-meat-sausages_114579-12066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employees-sorting-produced-meat-sausages_114579-12066.jpg?_wi=1", }, { id: "2", name: "Chicken Fillets", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8701.jpg?_wi=1", }, { id: "3", name: "Drumsticks", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-street-food_23-2149009696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-street-food_23-2149009696.jpg?_wi=1", }, { id: "4", name: "Wings Pack", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/employees-sorting-produced-meat-sausages_114579-12066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employees-sorting-produced-meat-sausages_114579-12066.jpg?_wi=2", }, { id: "5", name: "Tenderloins", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8701.jpg?_wi=2", }, { id: "6", name: "Specialty Cuts", price: "Premium", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-street-food_23-2149009696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-street-food_23-2149009696.jpg?_wi=2", }, ]} title="Our Premium Selection" @@ -153,7 +153,7 @@ export default function LandingPage() { tags: [ "Verified", ], - imageSrc: "http://img.b2bpic.net/free-photo/employees-sorting-produced-meat-sausages_114579-12066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/employees-sorting-produced-meat-sausages_114579-12066.jpg?_wi=3", }, { id: "c2", @@ -163,7 +163,7 @@ export default function LandingPage() { tags: [ "Purity", ], - imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8701.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8701.jpg?_wi=3", }, { id: "c3", @@ -173,7 +173,7 @@ export default function LandingPage() { tags: [ "Natural", ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-street-food_23-2149009696.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-street-food_23-2149009696.jpg?_wi=3", }, ]} title="Certified Quality Standards"