Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 10:53:15 +00:00

View File

@@ -43,6 +43,7 @@ export default function LandingPage() {
<HeroSplitDualMedia
title="Da Camillo Authentische Italienische Küche im Essener Südviertel"
description="Willkommen in unserem gemütlichen italienischen Restaurant, wo Tradition und Leidenschaft in jeder Gericht zum Leben erweckt werden."
background={{ variant: "plain" }}
tag="Spaghetteria"
tagIcon={UtensilsCrossed}
tagAnimation="slide-up"
@@ -125,22 +126,22 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "prosecco", name: "Prosecco Frizzante", price: "5,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=1", imageAlt: "Prosecco Italian Wine"
id: "prosecco", name: "Prosecco Frizzante", price: "5,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Prosecco Italian Wine"
},
{
id: "aperol", name: "Aperol Spritz", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=2", imageAlt: "Aperol Spritz Cocktail"
id: "aperol", name: "Aperol Spritz", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Aperol Spritz Cocktail"
},
{
id: "hugo", name: "Hugo", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=3", imageAlt: "Hugo Cocktail"
id: "hugo", name: "Hugo", price: "7,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Hugo Cocktail"
},
{
id: "pils", name: "Stauder Pils", price: "3,40 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=4", imageAlt: "German Beer"
id: "pils", name: "Stauder Pils", price: "3,40 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "German Beer"
},
{
id: "weizen", name: "Erdinger Weizen", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=5", imageAlt: "Bavarian Wheat Beer"
id: "weizen", name: "Erdinger Weizen", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Bavarian Wheat Beer"
},
{
id: "espresso", name: "Espresso", price: "2,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg?_wi=6", imageAlt: "Italian Espresso"
id: "espresso", name: "Espresso", price: "2,00 €", imageSrc: "http://img.b2bpic.net/free-photo/wineglasses-ice-bucket-with-wine-bottle-small-wooden-table_23-2147891272.jpg", imageAlt: "Italian Espresso"
}
]}
/>
@@ -159,19 +160,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Maria Schmidt", role: "Stammgast", company: "Essener Familie", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"
},
{
id: "2", name: "Thomas Braun", role: "Restaurantkritiker", company: "Lokale Presse", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=2"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"
},
{
id: "3", name: "Elena Rossi", role: "Geschäftsfrau", company: "Da Camillo Liebhaber", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=3"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"
},
{
id: "4", name: "Klaus Mueller", role: "Gourmet", company: "Essen Südviertel", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg?_wi=4"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086041.jpg"
}
]}
/>