diff --git a/src/app/page.tsx b/src/app/page.tsx index 208fef1..4bc3d60 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { imageAlt: "Fresh produce", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148463.jpg?_wi=1", imageAlt: "Store interior", }, ]} @@ -96,19 +96,19 @@ export default function LandingPage() { id: "f1", title: "Curated Freshness", description: "Hand-picked produce delivered daily from local farms to ensure maximum ripeness.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sun-hat-smelling-leaves_23-2148648900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sun-hat-smelling-leaves_23-2148648900.jpg?_wi=1", }, { id: "f2", title: "Premium Selections", description: "Expertly sourced meats and fresh seafood that meet our rigorous quality standards.", - imageSrc: "http://img.b2bpic.net/free-photo/metal-trays-with-vegetables_1122-1402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-trays-with-vegetables_1122-1402.jpg?_wi=1", }, { id: "f3", title: "A Calm Experience", description: "Enjoy a serene atmosphere with helpful, friendly staff ready to assist you anytime.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148463.jpg?_wi=2", }, ]} title="Why Milam’s Stands Apart" diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index e0b4d7b..4210c23 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -61,21 +61,21 @@ export default function LandingPage() { name: "Organic Produce", price: "Fresh", variant: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sun-hat-smelling-leaves_23-2148648900.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-wearing-sun-hat-smelling-leaves_23-2148648900.jpg?_wi=2", }, { id: "p2", name: "Premium Meats", price: "Quality", variant: "Butcher Shop", - imageSrc: "http://img.b2bpic.net/free-photo/metal-trays-with-vegetables_1122-1402.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/metal-trays-with-vegetables_1122-1402.jpg?_wi=2", }, { id: "p3", name: "Artisanal Bakery", price: "Fresh", variant: "Daily Baked", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148463.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-products_23-2149148463.jpg?_wi=3", }, ]} title="Fresh Departments"