diff --git a/src/app/page.tsx b/src/app/page.tsx index a8c56ab..a68fa73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,19 +80,19 @@ export default function LandingPage() { id: "snacks", title: "Fresh Snacks & Treats", descriptions: [ "Wide selection of crisps, chocolate, and confectionery", "Local and international brands always in stock" ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-varied-beer-snacks-with-bottle-beer-rustic-with-copy-space_141793-6675.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-varied-beer-snacks-with-bottle-beer-rustic-with-copy-space_141793-6675.jpg?_wi=1" }, { id: "drinks", title: "Cold Drinks & Beverages", descriptions: [ "Refreshing cold drinks, soft drinks, and water", "Perfect for any time of day" ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-standing-near-bar-counter-looking-each-other_23-2147859545.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-standing-near-bar-counter-looking-each-other_23-2147859545.jpg?_wi=1" }, { id: "essentials", title: "Everyday Essentials", descriptions: [ "Groceries, toiletries, and household items", "Everything you forgot, right here" ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-apples-box-with-apple-juice-wooden-orange-tile-background-vertical-space-text_176474-7920.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-apples-box-with-apple-juice-wooden-orange-tile-background-vertical-space-text_176474-7920.jpg?_wi=1" } ]} gridVariant="three-columns-all-equal-width" @@ -110,13 +110,13 @@ export default function LandingPage() { tagIcon={ShoppingBag} products={[ { - id: "snacks-crisps", name: "Crisps & Savoury", price: "From £0.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-varied-beer-snacks-with-bottle-beer-rustic-with-copy-space_141793-6675.jpg" + id: "snacks-crisps", name: "Crisps & Savoury", price: "From £0.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-varied-beer-snacks-with-bottle-beer-rustic-with-copy-space_141793-6675.jpg?_wi=2" }, { - id: "drinks-cold", name: "Cold Beverages", price: "From £1.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-standing-near-bar-counter-looking-each-other_23-2147859545.jpg" + id: "drinks-cold", name: "Cold Beverages", price: "From £1.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-couple-standing-near-bar-counter-looking-each-other_23-2147859545.jpg?_wi=2" }, { - id: "fresh-food", name: "Fresh Items", price: "From £2.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-apples-box-with-apple-juice-wooden-orange-tile-background-vertical-space-text_176474-7920.jpg" + id: "fresh-food", name: "Fresh Items", price: "From £2.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-apples-box-with-apple-juice-wooden-orange-tile-background-vertical-space-text_176474-7920.jpg?_wi=2" } ]} gridVariant="three-columns-all-equal-width"