From 511e610a45482fdf0dd8250df321e695348cc720 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 07:16:58 +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 28e9941..32770ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-serbian-food-table_23-2149358073.jpg", imageAlt: "fresh turkish kebab roll close up" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-psd/shish-kebab-skewers-with-flatbread-vegetables_84443-79790.jpg", imageAlt: "kebab meat rotating on spit" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/lule-kebab-with-herbs-inside_140725-3781.jpg", imageAlt: "gourmet kebab presentation plating" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2079.jpg", imageAlt: "kebab restaurant interior welcoming" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/big-event-hall-interior-restaurant_114579-2079.jpg?_wi=1", imageAlt: "kebab restaurant interior welcoming" }, { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024769.jpg", imageAlt: "tasty kebab rolls assortment" }, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-cooking-together_23-2148893949.jpg", imageAlt: "kebab restaurant master at work" }, ]} @@ -84,7 +84,7 @@ export default function LandingPage() { products={[ { id: "p1", brand: "Klasyk", name: "Dürüm Kebab", 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"}, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/meat-patties-served-with-french-fries-green-salad_140725-10606.jpg?_wi=1"}, { id: "p2", brand: "Pita", name: "Kebab w Picie", price: "20 PLN", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/pita-stuffed-with-chicken-tomato-lettuce_2829-10670.jpg"}, @@ -93,7 +93,7 @@ export default function LandingPage() { reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-rice-garnish-vegetable-salad-inside-ethnic-plate_114579-2989.jpg"}, { id: "p4", brand: "Wege", name: "Falafel Wrap", 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"}, + reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/meat-patties-served-with-french-fries-green-salad_140725-10606.jpg?_wi=2"}, ]} title="Nasze Specjały" description="Wybierz swój ulubiony wariant mięsa i sosu." @@ -129,7 +129,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