diff --git a/src/app/page.tsx b/src/app/page.tsx index 1c9e032..52fa41d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { }} title="Rabarbar - Poczuj smak prawdziwej pizzy" description="Zapraszamy do naszego lokalu w Bielawie. Pyszna pizza z pieca, świeże składniki i domowy klimat." - imageSrc="http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg" + imageSrc="http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg?_wi=1" imageAlt="Przytulne wnętrze restauracji Rabarbar" buttons={[ { @@ -134,13 +134,13 @@ export default function LandingPage() { id: "1", name: "Pizza ze szpinakiem", price: "32 zł", - imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg?_wi=1", }, { id: "2", name: "Lemoniada domowa", price: "12 zł", - imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-lemon-mint-glass-grey-grunge-surface_176474-6384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-lemon-mint-glass-grey-grunge-surface_176474-6384.jpg?_wi=1", }, { id: "3", @@ -185,7 +185,7 @@ export default function LandingPage() { quote: "Ciasto zawsze świeże i chrupiące. Polecam!", tag: "Pizza", avatarSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-restaurant-with-wooden-chairs-tables_181624-57563.jpg?_wi=2", imageAlt: "portrait happy restaurant guest smiling", }, { @@ -207,7 +207,7 @@ export default function LandingPage() { quote: "Szybka dostawa i bardzo duża porcja.", tag: "Dania", avatarSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-dressed-denim-shirt-wearing-stylish-glasses_273609-6821.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-lemon-mint-glass-grey-grunge-surface_176474-6384.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/icy-detox-water-with-lemon-mint-glass-grey-grunge-surface_176474-6384.jpg?_wi=2", imageAlt: "portrait happy restaurant guest smiling", }, { @@ -229,7 +229,7 @@ export default function LandingPage() { quote: "Klimat w lokalu bardzo przyjemny.", tag: "Obsługa", avatarSrc: "http://img.b2bpic.net/free-photo/laptop-digital-tablet-book-pot-plant-wooden-table-restaurant_23-2147936091.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-vegan-pizza-done-with-vegetables-by-bakery_23-2150195155.jpg?_wi=2", imageAlt: "portrait happy restaurant guest smiling", }, ]}