Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-23 06:30:25 +00:00

View File

@@ -57,29 +57,29 @@ export default function LandingPage() {
description="Authentic Italian flavors, crafted with passion. Experience the finest culinary delight in Ochojec."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-delicious-italian-food-with-ingredients-black-surface_23-2148076171.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-delicious-italian-food-with-ingredients-black-surface_23-2148076171.jpg?_wi=1",
imageAlt: "Gourmet Pizza and Pasta",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg?_wi=1",
imageAlt: "Pizza Margherita",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg?_wi=1",
imageAlt: "Pasta Carbonara",
},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-delicious-italian-food-with-ingredients-black-surface_23-2148076171.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-delicious-italian-food-with-ingredients-black-surface_23-2148076171.jpg?_wi=2",
imageAlt: "Gourmet Pizza and Pasta",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg?_wi=1",
imageAlt: "Pizza Pepperoni",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-puttanesca-with-tomato-sauce-capers-black-olives-wooden-table_123827-35806.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-puttanesca-with-tomato-sauce-capers-black-olives-wooden-table_123827-35806.jpg?_wi=1",
imageAlt: "Pasta Bolognese",
},
]}
@@ -108,28 +108,28 @@ export default function LandingPage() {
id: "pizza-margherita",
name: "Pizza Margherita",
price: "35 zł",
imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/margarita-pizza-table_140725-4801.jpg?_wi=2",
imageAlt: "Classic Pizza Margherita",
},
{
id: "pizza-pepperoni",
name: "Pizza Pepperoni",
price: "42 zł",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187950.jpg?_wi=2",
imageAlt: "Delicious Pizza Pepperoni",
},
{
id: "pasta-carbonara",
name: "Pasta Carbonara",
price: "38 zł",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-plate-with-pasta_23-2147772008.jpg?_wi=2",
imageAlt: "Creamy Pasta Carbonara",
},
{
id: "pasta-bolognese",
name: "Pasta Bolognese",
price: "39 zł",
imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-puttanesca-with-tomato-sauce-capers-black-olives-wooden-table_123827-35806.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/italian-pasta-puttanesca-with-tomato-sauce-capers-black-olives-wooden-table_123827-35806.jpg?_wi=2",
imageAlt: "Rich Pasta Bolognese",
},
]}