From 6fa6acea0772036798e996628b0692d6bddd8ca8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 12:35:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 769cb3d..faf7cdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,42 +135,42 @@ export default function LandingPage() { id: "p1", name: "Tartufo", price: "42 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-table_23-2148305632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-table_23-2148305632.jpg?_wi=1", imageAlt: "Pizza Tartufo", }, { id: "p2", name: "Capricciosa", price: "38 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sausage-pizza-with-fresh-vegetables-white-table-oven-color-dough-pie-cake-bake-pizza-italy-fast-food_140725-148537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sausage-pizza-with-fresh-vegetables-white-table-oven-color-dough-pie-cake-bake-pizza-italy-fast-food_140725-148537.jpg?_wi=1", imageAlt: "Pizza Capricciosa", }, { id: "p3", name: "Margherita", price: "32 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-copy-space_23-2148574306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-copy-space_23-2148574306.jpg?_wi=1", imageAlt: "Margherita Premium", }, { id: "p4", name: "Prosciutto", price: "40 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-table_23-2148305632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-table_23-2148305632.jpg?_wi=2", imageAlt: "Prosciutto", }, { id: "p5", name: "Diavola", price: "39 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sausage-pizza-with-fresh-vegetables-white-table-oven-color-dough-pie-cake-bake-pizza-italy-fast-food_140725-148537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-sausage-pizza-with-fresh-vegetables-white-table-oven-color-dough-pie-cake-bake-pizza-italy-fast-food_140725-148537.jpg?_wi=2", imageAlt: "Diavola", }, { id: "p6", name: "Quattro", price: "41 PLN", - imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-copy-space_23-2148574306.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pizza-slices-arrangement-with-copy-space_23-2148574306.jpg?_wi=2", imageAlt: "Quattro", }, ]} -- 2.49.1