diff --git a/src/app/page.tsx b/src/app/page.tsx index 21eee80..25d7425 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,13 +59,13 @@ export default function LandingPage() { { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pieces-meat-roasting-skewers_23-2148253388.jpg", imageAlt: "Kebab z rożna gotowany na płomienia"}, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-with-rice-salad-vegetables-top-view_140725-11296.jpg", imageAlt: "Talerz Kebab - specjalność domu"}, + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-with-rice-salad-vegetables-top-view_140725-11296.jpg?_wi=1", imageAlt: "Talerz Kebab - specjalność domu"}, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", imageAlt: "Rolo Kebab Mały - uliczny klasyk"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg?_wi=1", imageAlt: "Rolo Kebab Mały - uliczny klasyk"}, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg", imageAlt: "Duży Kebab - gigantyczne porcje"}, + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg?_wi=1", imageAlt: "Duży Kebab - gigantyczne porcje"}, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/barbecue-grill-close-up-professionally-cooking-food-open-fire-cast-iron-grate_1321-482.jpg", imageAlt: "Tradycyjny grill z płomieniami"}, + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/barbecue-grill-close-up-professionally-cooking-food-open-fire-cast-iron-grate_1321-482.jpg?_wi=1", imageAlt: "Tradycyjny grill z płomieniami"}, { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-vegetables-tomatoes-bell-peppers-cucumbers-greens-wood-board-knife-black-table_140725-146245.jpg", imageAlt: "Świeże składniki do każdego dnia"}, ]} @@ -94,7 +94,7 @@ export default function LandingPage() { title: "Tradycja i Nowoczesność", description: "Łączymy tradycyjne receptury tureckie z dostępem nowoczesnych standardów czystości i obsługi klienta.", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/barbecue-grill-close-up-professionally-cooking-food-open-fire-cast-iron-grate_1321-482.jpg" + imageSrc="http://img.b2bpic.net/free-photo/barbecue-grill-close-up-professionally-cooking-food-open-fire-cast-iron-grate_1321-482.jpg?_wi=2" imageAlt="Tradycyjny proces przygotowania kebaba" mediaAnimation="slide-up" textboxLayout="default" @@ -111,13 +111,13 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Talerz Kebab", price: "25-35 zł", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-with-rice-salad-vegetables-top-view_140725-11296.jpg", imageAlt: "Talerz Kebab - mięso z dodatkami", initialQuantity: 1, + id: "1", name: "Talerz Kebab", price: "25-35 zł", imageSrc: "http://img.b2bpic.net/free-photo/lula-kebab-with-rice-salad-vegetables-top-view_140725-11296.jpg?_wi=2", imageAlt: "Talerz Kebab - mięso z dodatkami", initialQuantity: 1, }, { - id: "2", name: "Rolo Kebab Mały", price: "20-25 zł", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", imageAlt: "Rolo Kebab Mały - kebab w piecu", initialQuantity: 1, + id: "2", name: "Rolo Kebab Mały", price: "20-25 zł", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg?_wi=2", imageAlt: "Rolo Kebab Mały - kebab w piecu", initialQuantity: 1, }, { - id: "3", name: "Duży Kebab", price: "35-40 zł", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg", imageAlt: "Duży Kebab - gigantyczne porcje", initialQuantity: 1, + id: "3", name: "Duży Kebab", price: "35-40 zł", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-meat-with-onion-greens-tomato-brown-wooden-desk-meal-food-meat-dinner_140725-26141.jpg?_wi=2", imageAlt: "Duży Kebab - gigantyczne porcje", initialQuantity: 1, }, ]} gridVariant="three-columns-all-equal-width" @@ -199,7 +199,7 @@ export default function LandingPage() {