Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-06 18:50:47 +00:00

View File

@@ -49,23 +49,23 @@ export default function LandingPage() {
description="Odkryj autentyczne mięsne potrawy przygotowywane ze świeżych, najwyższej jakości składników. Zamawiaj online, odbierz na wynos lub ciesz się posiłkiem na miejscu."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-with-sliced-onion_140725-3758.jpg", imageAlt: "Grillowany stek mięsny"},
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-with-sliced-onion_140725-3758.jpg?_wi=1", imageAlt: "Grillowany stek mięsny"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg", imageAlt: "Mieszane mięso premium"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg?_wi=1", imageAlt: "Mieszane mięso premium"},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg", imageAlt: "Wnętrze restauracji MEAT SPOT"},
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=1", imageAlt: "Wnętrze restauracji MEAT SPOT"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg", imageAlt: "Specjalne dania mięsne"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg?_wi=1", imageAlt: "Specjalne dania mięsne"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg", imageAlt: "Mięso z frytkami"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg?_wi=2", imageAlt: "Mięso z frytkami"},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg", imageAlt: "Przytulna restauracja"},
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=2", imageAlt: "Przytulna restauracja"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-with-sliced-onion_140725-3758.jpg", imageAlt: "Najwyższej jakości produkty"},
imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-with-sliced-onion_140725-3758.jpg?_wi=2", imageAlt: "Najwyższej jakości produkty"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg", imageAlt: "Platforma mięsna"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg?_wi=2", imageAlt: "Platforma mięsna"},
]}
buttons={[
{
@@ -101,7 +101,7 @@ export default function LandingPage() {
{
title: "Dobrze działająca kuchnia", description: "Nowoczesny sprzęt i doświadczeni kucharze gwarantują doskonałe potrawy."},
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=3"
imageAlt="Restauracja MEAT SPOT"
mediaAnimation="slide-up"
buttons={[
@@ -122,11 +122,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "Premium Stek", price: "89 zł", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-with-sliced-onion_140725-3758.jpg", imageAlt: "Premium stek mięsny"},
id: "1", name: "Premium Stek", price: "89 zł", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-pieces-with-sliced-onion_140725-3758.jpg?_wi=3", imageAlt: "Premium stek mięsny"},
{
id: "2", name: "Żeberka BBQ", price: "79 zł", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg", imageAlt: "Żeberka grillowane"},
id: "2", name: "Żeberka BBQ", price: "79 zł", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-lamb-ribs-with-grilled-potatoes-fresh-tomatoes-glass-red-wine-table_140725-11505.jpg?_wi=3", imageAlt: "Żeberka grillowane"},
{
id: "3", name: "Mięso z Frytkami", price: "45 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg", imageAlt: "Mięso z frytkami"},
id: "3", name: "Mięso z Frytkami", price: "45 zł", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burger-fries-with-salad-table_613910-7517.jpg?_wi=3", imageAlt: "Mięso z frytkami"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -188,7 +188,7 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "radial-gradient"}}
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg"
imageSrc="http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236889.jpg?_wi=4"
imageAlt="MEAT SPOT restauracja"
mediaAnimation="slide-up"
mediaPosition="right"