From e41351f75859a20423b74410520a21243be5af94 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 14:11:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b6690e1..05f0353 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,32 +71,32 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg?_wi=1", imageAlt: "Freshly cooked battered cod and chips", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-holding-ice-cream_23-2147911708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-holding-ice-cream_23-2147911708.jpg?_wi=1", imageAlt: "Popeyes shop exterior", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-cutlery-lemon-slices_23-2148784859.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fish-chips-with-cutlery-lemon-slices_23-2148784859.jpg?_wi=1", imageAlt: "Freshly fried cod", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg?_wi=1", imageAlt: "Takeaway packaging", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg?_wi=2", imageAlt: "Fresh chips close up", }, { id: "6", - imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-holding-ice-cream_23-2147911708.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/two-happy-female-friends-holding-ice-cream_23-2147911708.jpg?_wi=2", imageAlt: "Goffs Oak parade", }, ]} @@ -124,7 +124,7 @@ export default function LandingPage() { }, ]} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/top-view-fish-chips-with-cutlery-lemon-slices_23-2148784859.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-fish-chips-with-cutlery-lemon-slices_23-2148784859.jpg?_wi=2" imageAlt="Professional fish and chip fryer" metricsAnimation="slide-up" /> @@ -139,42 +139,42 @@ export default function LandingPage() { id: 1, title: "Cod & Chips", description: "Classic battered cod fillet with thick-cut chips, freshly cooked to order.", - imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg?_wi=3", imageAlt: "Cod and chips", }, { id: 2, title: "Plaice & Chips", description: "Lightly battered plaice with generous chips — a local favourite.", - imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg?_wi=4", imageAlt: "Plaice and chips", }, { id: 3, title: "Skate & Chips", description: "Huge portion of skate with chips — perfect for a big appetite.", - imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fish-chips-bowl-with-lemon-notebook_23-2148776014.jpg?_wi=5", imageAlt: "Skate and chips", }, { id: 4, title: "Chicken Wings & Chips", description: "Crispy fried chicken wings with chips — highly recommended.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg?_wi=2", imageAlt: "Chicken wings and chips", }, { id: 5, title: "Chips", description: "A generous portion of thick-cut, perfectly cooked chips.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg?_wi=3", imageAlt: "Thick cut chips", }, { id: 6, title: "Fish Roll", description: "Fresh battered fish in a soft roll — great for on the go.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-asian-dish-menu_23-2147681090.jpg?_wi=4", imageAlt: "Fish roll", }, ]} @@ -238,7 +238,7 @@ export default function LandingPage() {