Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-09 18:46:38 +00:00

View File

@@ -61,27 +61,27 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=1",
imageAlt: "Restaurant ambiance",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg?_wi=1",
imageAlt: "Pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg?_wi=1",
imageAlt: "Steak",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-soft-cake-decorated-with-orange-nd-chocolate-dark-table_140725-86822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-soft-cake-decorated-with-orange-nd-chocolate-dark-table_140725-86822.jpg?_wi=1",
imageAlt: "Dessert",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg?_wi=1",
imageAlt: "Interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=2",
imageAlt: "Ambiance",
},
]}
@@ -94,7 +94,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Miejsce z charakterem"
description="Ukryta perełka, która zaskakuje od pierwszego kroku. Z zewnątrz niepozorna, w środku pełna klimatu, ciepła i wyjątkowego stylu. Naszą dumą są duże porcje, dopracowane dania i obsługa, która traktuje każdego gościa indywidualnie."
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg?_wi=2"
imageAlt="Restaurant atmosphere"
/>
</div>
@@ -109,21 +109,21 @@ export default function LandingPage() {
{
title: "Duże porcje",
description: "Goście wracają, bo wychodzą naprawdę najedzeni.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg?_wi=2",
titleIconSrc: "Star",
buttonText: "Sprawdź menu",
},
{
title: "Wyjątkowy klimat",
description: "Przytulne wnętrze z charakterem i niepowtarzalnym stylem.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-assortment_23-2150312224.jpg?_wi=3",
titleIconSrc: "Heart",
buttonText: "Galeria",
},
{
title: "Miła obsługa",
description: "Zawsze uśmiechnięta i dbająca o każdy detal wizyty.",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop_1339-2395.jpg?_wi=3",
titleIconSrc: "Smile",
buttonText: "Rezerwuj",
},
@@ -147,7 +147,7 @@ export default function LandingPage() {
price: "45 zł",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg?_wi=3",
},
{
id: "2",
@@ -156,7 +156,7 @@ export default function LandingPage() {
price: "89 zł",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg?_wi=2",
},
{
id: "3",
@@ -165,7 +165,7 @@ export default function LandingPage() {
price: "22 zł",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-soft-cake-decorated-with-orange-nd-chocolate-dark-table_140725-86822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-soft-cake-decorated-with-orange-nd-chocolate-dark-table_140725-86822.jpg?_wi=2",
},
{
id: "4",
@@ -174,7 +174,7 @@ export default function LandingPage() {
price: "52 zł",
rating: 5,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pizza-copy-space_23-2148574235.jpg?_wi=4",
},
{
id: "5",
@@ -183,7 +183,7 @@ export default function LandingPage() {
price: "32 zł",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-served-with-eggplants-tomatoes_141793-738.jpg?_wi=3",
},
{
id: "6",
@@ -192,7 +192,7 @@ export default function LandingPage() {
price: "26 zł",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-soft-cake-decorated-with-orange-nd-chocolate-dark-table_140725-86822.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-soft-cake-decorated-with-orange-nd-chocolate-dark-table_140725-86822.jpg?_wi=3",
},
]}
title="Nasze specjalności"