From 214e9825db2ed996e844798a649b594baed41376 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:54:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb91bd7..abe4337 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/friends-laughing-while-sitting-table-with-food_23-2149187051.jpg", imageAlt: "Friends sharing memorable meal" }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg", imageAlt: "Beautifully plated signature pierogi" + imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg?_wi=1", imageAlt: "Beautifully plated signature pierogi" } ]} buttons={[ @@ -102,7 +102,7 @@ export default function LandingPage() { tag="Chef's Selection" products={[ { - id: "1", name: "Heritage Pierogi", price: "£14", imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg", imageAlt: "Heritage Pierogi with truffle and wild mushrooms" + id: "1", name: "Heritage Pierogi", price: "£14", imageSrc: "http://img.b2bpic.net/free-photo/crispy-potato-chips-with-tomato-sauce-snack-concept_1150-23577.jpg?_wi=2", imageAlt: "Heritage Pierogi with truffle and wild mushrooms" }, { id: "2", name: "Silken Borscht", price: "£12", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-soup-with-herbs-spices-served-with-yogurt-dark-bread_114579-29286.jpg", imageAlt: "Silken Borscht with sour cream and fresh herbs" -- 2.49.1