From 21a63d83243df1864c222527cb4796d7eecdc2d5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 25 May 2026 05:45:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ede2ad4..7547a09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { { text: "Call Now", href: "tel:01128663773"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=1" imageAlt="Juicy smash burger" mediaAnimation="blur-reveal" avatars={[ @@ -96,7 +96,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "Signature", name: "The Classic Smash", price: "E£240", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg?_wi=1"}, { id: "2", brand: "Signature", name: "Spicy BBQ Smash", price: "E£280", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-slate_23-2148238516.jpg"}, @@ -135,7 +135,7 @@ export default function LandingPage() { features={[ { title: "Fresh Daily", description: "100% fresh beef, hand-smashed on order.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg", imageAlt: "chef cooking burger"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg?_wi=2", imageAlt: "chef cooking burger"}, items: [ { icon: CheckCircle, @@ -148,7 +148,7 @@ export default function LandingPage() { }, { title: "Fast Delivery", description: "Hot, fresh, and delivered right to your door.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg", imageAlt: "chef cooking burger"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-french-fries-inside-plate-dark-background-potato-burger-meal-sandwich-dinner-dish_140725-96436.jpg?_wi=2", imageAlt: "chef cooking burger"}, items: [ { icon: Zap, -- 2.49.1