From d8843c5994bd6da3f1a8bea99838e0ddae8790e6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 00:22:34 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.49.1 From 9955e1d5274aea8c8d22a31149c5a0c8f29250e4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 00:22:34 +0000 Subject: [PATCH 2/2] Update src/app/products/page.tsx --- src/app/products/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.49.1