diff --git a/src/app/deals/page.tsx b/src/app/deals/page.tsx index 8c7f178..76892ab 100644 --- a/src/app/deals/page.tsx +++ b/src/app/deals/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Organic Honeycrisp Apples", price: "$2.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg"}, + id: "1", name: "Organic Honeycrisp Apples", price: "$2.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/front-view-box-with-green-vegetables_23-2148678872.jpg?_wi=3"}, { - id: "2", name: "Grass-Fed Ground Beef", price: "$7.49/lb", imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg"}, + id: "2", name: "Grass-Fed Ground Beef", price: "$7.49/lb", imageSrc: "http://img.b2bpic.net/free-photo/butcher-workwear-posing-with-two-axes-refrigerated-warehouse-midst-meat-carcasses_613910-21674.jpg?_wi=3"}, { - id: "3", name: "Fresh Atlantic Salmon", price: "$12.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg"}, + id: "3", name: "Fresh Atlantic Salmon", price: "$12.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-blue-crates-shelf-with-price-label_23-2147916211.jpg?_wi=3"}, ]} title="Weekly Market Deals" description="Explore our hand-picked selection of items on sale this week at Milam's Market."