From fdddfc5954a49eb523a62f95d43837174cc35d49 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 21:13:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3974792..8fee35f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,27 +54,27 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-spaghetti-tomatoes-olives-corn-close-up-dark-blue-background_176474-4615.jpg", imageAlt: "Świeża pizza Piecuch" }, { - imageSrc: "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg", imageAlt: "Pizza Margherita" + imageSrc: "http://img.b2bpic.net/free-photo/pizza-margarita-table_140725-1201.jpg?_wi=1", imageAlt: "Pizza Margherita" }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-italian-pizzas-four-seasons-hawaiian-pizzas_141793-496.jpg", imageAlt: "Pizza Specjalna" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-italian-pizzas-four-seasons-hawaiian-pizzas_141793-496.jpg?_wi=1", imageAlt: "Pizza Specjalna" }, { - imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg", imageAlt: "Pizza Pepperoni" + imageSrc: "http://img.b2bpic.net/free-photo/salami-pizza-topped-with-dried-herbs_140725-2837.jpg?_wi=1", imageAlt: "Pizza Pepperoni" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-pizza-moving-boxes_329181-18232.jpg", imageAlt: "Zadowolony klient" + imageSrc: "http://img.b2bpic.net/free-photo/couple-eating-pizza-moving-boxes_329181-18232.jpg?_wi=1", imageAlt: "Zadowolony klient" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-gathering-together_53876-15272.jpg", imageAlt: "Rodzinna kolacja" + imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-gathering-together_53876-15272.jpg?_wi=1", imageAlt: "Rodzinna kolacja" }, { - imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-gathering-together_53876-15272.jpg", imageAlt: "Pizza party" + imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-gathering-together_53876-15272.jpg?_wi=2", imageAlt: "Pizza party" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-opened-pizza-box-motorcycle_23-2148247850.jpg", imageAlt: "Dostawa pizza" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-opened-pizza-box-motorcycle_23-2148247850.jpg?_wi=1", imageAlt: "Dostawa pizza" } ]} buttons={[ @@ -90,13 +90,13 @@ export default function LandingPage() {