From f259a701cc369ff32f5694741f7d7593eb5bef8f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:55:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3c15812..f75d8d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Find Us", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg?_wi=1" imageAlt="Freshly cooked fish and chips at Wayside Fish Bar" showDimOverlay={true} /> @@ -70,17 +70,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Cod & Chips", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg"}, + id: "1", name: "Cod & Chips", price: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg?_wi=1"}, { - id: "2", name: "Chicken Fillet Burger", price: "Huge", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg"}, + id: "2", name: "Chicken Fillet Burger", price: "Huge", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=1"}, { - id: "3", name: "Cod Bites", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg"}, + id: "3", name: "Cod Bites", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg?_wi=1"}, { - id: "4", name: "Battered Sausage", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg"}, + id: "4", name: "Battered Sausage", price: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg?_wi=1"}, { - id: "5", name: "Beef Burger", price: "Tasty", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg"}, + id: "5", name: "Beef Burger", price: "Tasty", imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=2"}, { - id: "6", name: "Doner Kebab", price: "Satisfying", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg"}, + id: "6", name: "Doner Kebab", price: "Satisfying", imageSrc: "http://img.b2bpic.net/free-photo/sausages-fried-cabbage_2829-15542.jpg?_wi=2"}, ]} title="Featured Favourites" description="Our signature dishes, cooked to order with the freshest ingredients." @@ -94,16 +94,16 @@ export default function LandingPage() { features={[ { title: "Freshly Cooked", description: "Every meal prepared to order for maximum flavour and heat.", buttonIcon: Sparkles, - imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg", imageAlt: "fresh fish and chips takeaway premium"}, + imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-clipboard_23-2148776015.jpg?_wi=2", imageAlt: "fresh fish and chips takeaway premium"}, { title: "Big Portions", description: "Generous servings that ensure you get real value for money.", buttonIcon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg", imageAlt: "fish and chips premium shot"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-fish-chips-dish-paper-cone_23-2148776026.jpg?_wi=2", imageAlt: "fish and chips premium shot"}, { title: "Separate Cooking", description: "Fish, chicken, and sausages are cooked separately for your peace of mind.", buttonIcon: ShieldCheck, - imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg", imageAlt: "chicken fillet burger appetizing"}, + imageSrc: "http://img.b2bpic.net/free-photo/grill-chicken-burger_1339-1359.jpg?_wi=3", imageAlt: "chicken fillet burger appetizing"}, { title: "Friendly Staff", description: "Always welcomed with a polite, helpful, and accommodating smile.", buttonIcon: Smile, - imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg", imageAlt: "golden cod bites takeaway"}, + imageSrc: "http://img.b2bpic.net/free-photo/classic-chicken-nuggets-sausage-cheese-sticks-wooden-platter_114579-71851.jpg?_wi=2", imageAlt: "golden cod bites takeaway"}, ]} title="Why Locals Love Us" description="We don't just serve food; we serve a community. Discover what makes us special." -- 2.49.1