From 2a737489289823f07cdda979e443a2f811e1aac8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:16:00 +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 45092cb..a143d9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2079.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2079.jpg?_wi=1", imageAlt: "Świeże składniki", }, { @@ -127,7 +127,7 @@ export default function LandingPage() { price: "22 PLN", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/meat-patties-served-with-french-fries-green-salad_140725-10606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-patties-served-with-french-fries-green-salad_140725-10606.jpg?_wi=1", }, { id: "p2", @@ -154,7 +154,7 @@ export default function LandingPage() { price: "19 PLN", rating: 5, reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/meat-patties-served-with-french-fries-green-salad_140725-10606.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/meat-patties-served-with-french-fries-green-salad_140725-10606.jpg?_wi=2", }, ]} title="Nasze Specjały" @@ -200,7 +200,7 @@ export default function LandingPage() { tag="KONTAKT" title="Masz pytania?" description="Zamów na wynos lub zarezerwuj stolik. Jesteśmy dostępni codziennie od 11:00 do 22:00." - imageSrc="http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2079.jpg" + imageSrc="http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2079.jpg?_wi=2" mediaAnimation="slide-up" inputPlaceholder="Twój email" buttonText="Wyślij wiadomość" -- 2.49.1