Merge version_1 into main #3
@@ -52,8 +52,8 @@ export default function LandingPage() {
|
||||
{ text: "Speisekarte ansehen", href: "#menu" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072551.jpg", imageAlt: "Luxus Restaurant Ambiente" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg", imageAlt: "Mediterane Küche" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072551.jpg?_wi=1", imageAlt: "Luxus Restaurant Ambiente" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg?_wi=1", imageAlt: "Mediterane Küche" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -80,9 +80,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Frische Zutaten", description: "Täglich frisch vom Markt.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-foods-ingredients_23-2148869877.jpg", imageAlt: "Arrangement of different foods and ingredients" },
|
||||
{ title: "Stilvolle Atmosphäre", description: "Gemütliches Design trifft Luxus.", buttonIcon: Flame, imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072551.jpg", imageAlt: "Arrangement of different foods and ingredients" },
|
||||
{ title: "Erlesene Weine", description: "Ausgewählte Sorten aus Südeuropa.", buttonIcon: Wine, imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg", imageAlt: "Arrangement of different foods and ingredients" },
|
||||
{ title: "Zuvorkommender Service", description: "Wir lesen Ihnen Wünsche ab.", buttonIcon: Smile, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-sides-tablecloth_23-2148234909.jpg", imageAlt: "Arrangement of different foods and ingredients" },
|
||||
{ title: "Stilvolle Atmosphäre", description: "Gemütliches Design trifft Luxus.", buttonIcon: Flame, imageSrc: "http://img.b2bpic.net/free-photo/traditional-delicious-gulas-dish-composition_23-2149072551.jpg?_wi=2", imageAlt: "Arrangement of different foods and ingredients" },
|
||||
{ title: "Erlesene Weine", description: "Ausgewählte Sorten aus Südeuropa.", buttonIcon: Wine, imageSrc: "http://img.b2bpic.net/free-photo/meal-one-woman-gourmet-restaurant_1301-3243.jpg?_wi=2", imageAlt: "Arrangement of different foods and ingredients" },
|
||||
{ title: "Zuvorkommender Service", description: "Wir lesen Ihnen Wünsche ab.", buttonIcon: Smile, imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-sides-tablecloth_23-2148234909.jpg?_wi=1", imageAlt: "Arrangement of different foods and ingredients" },
|
||||
]}
|
||||
title="Was uns auszeichnet"
|
||||
description="Erleben Sie echte Gastfreundschaft und exzellente kulinarische Qualität."
|
||||
@@ -96,7 +96,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Antipasti Misto", price: "16,50 €", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-sides-tablecloth_23-2148234909.jpg" },
|
||||
{ id: "1", name: "Antipasti Misto", price: "16,50 €", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-mussels-white-sauce-sides-tablecloth_23-2148234909.jpg?_wi=2" },
|
||||
{ id: "2", name: "Tagliatelle Al Tartufo", price: "22,00 €", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-farfalle-pasta-with-cheese-olive-tablecloth_23-2147925964.jpg" },
|
||||
{ id: "3", name: "Branzino vom Grill", price: "28,50 €", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-hand-holding-fork-delicious-meat-free-meal-plate-purple-stripped-towel-sauce-vegetables-dark-background_140725-131355.jpg" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user