From 2403a1c4331c5ef9d8d38d539656aa708a9a3187 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:01:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1e4e43..e8c9a34 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:07848461671" }, { text: "Get Directions", href: "https://maps.google.com/?q=38+Wharf+St,+Sowerby+Bridge+HX6+2AE" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-with-medical-mask-shopping-supermarket_23-2149483165.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-with-medical-mask-shopping-supermarket_23-2149483165.jpg?_wi=1" imageAlt="The Booze Shop storefront in Sowerby Bridge" /> @@ -59,7 +59,7 @@ export default function LandingPage() { { value: "3.8★", title: "Customer Rating" }, { value: "23", title: "Reviews" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/farmer-vendor-zero-waste-shop_482257-92834.jpg" + imageSrc="http://img.b2bpic.net/free-photo/farmer-vendor-zero-waste-shop_482257-92834.jpg?_wi=1" imageAlt="The Booze Shop team" useInvertedBackground={false} mediaAnimation="slide-up" @@ -73,7 +73,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Premium Selection", name: "Beers & Ciders", price: "Great Value", rating: 5, - reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132759.jpg", imageAlt: "Selection of beers and ciders"}, + reviewCount: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132759.jpg?_wi=1", imageAlt: "Selection of beers and ciders"}, { id: "2", brand: "Quality Range", name: "Wines", price: "Competitive", rating: 5, reviewCount: "Choice", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-wine-bottles_1398-5007.jpg", imageAlt: "Wine collection and selection"}, @@ -95,16 +95,16 @@ export default function LandingPage() { features={[ { id: 1, - title: "Competitive Prices", description: "We offer brilliant bargains and great value on all your favourite drinks and essentials, so you save money every time you shop with us.", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132759.jpg"}, + title: "Competitive Prices", description: "We offer brilliant bargains and great value on all your favourite drinks and essentials, so you save money every time you shop with us.", imageSrc: "http://img.b2bpic.net/free-photo/beer-bottles-wooden-table_93675-132759.jpg?_wi=2"}, { id: 2, - title: "Friendly & Helpful Staff", description: "Our team knows their stuff and loves helping customers find exactly what they're looking for with a genuine smile.", imageSrc: "http://img.b2bpic.net/free-photo/farmer-vendor-zero-waste-shop_482257-92834.jpg"}, + title: "Friendly & Helpful Staff", description: "Our team knows their stuff and loves helping customers find exactly what they're looking for with a genuine smile.", imageSrc: "http://img.b2bpic.net/free-photo/farmer-vendor-zero-waste-shop_482257-92834.jpg?_wi=2"}, { id: 3, - title: "Convenient Location", description: "Located in the heart of Sowerby Bridge on Wharf Street, we're easy to find and accessible to the whole community.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1993.jpg"}, + title: "Convenient Location", description: "Located in the heart of Sowerby Bridge on Wharf Street, we're easy to find and accessible to the whole community.", imageSrc: "http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1993.jpg?_wi=1"}, { id: 4, - title: "Open Late Daily", description: "We're open every day until 10 PM, so you can pop in whenever it suits you. Perfect for last-minute shopping.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-medical-mask-shopping-supermarket_23-2149483165.jpg"}, + title: "Open Late Daily", description: "We're open every day until 10 PM, so you can pop in whenever it suits you. Perfect for last-minute shopping.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-medical-mask-shopping-supermarket_23-2149483165.jpg?_wi=2"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -137,7 +137,7 @@ export default function LandingPage() { description="Stop by and see us at our Sowerby Bridge location. We're open daily until 10 PM and always ready to help." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1993.jpg" + imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-buildings_1112-1993.jpg?_wi=2" imageAlt="The Booze Shop location" mediaAnimation="slide-up" mediaPosition="right" @@ -149,7 +149,7 @@ export default function LandingPage() {