Update src/app/page.tsx
This commit is contained in:
281
src/app/page.tsx
281
src/app/page.tsx
@@ -29,33 +29,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "#about-us",
|
||||
},
|
||||
name: "Über uns", id: "#about-us"},
|
||||
{
|
||||
name: "Spezialitäten",
|
||||
id: "#signature-dishes",
|
||||
},
|
||||
name: "Spezialitäten", id: "#signature-dishes"},
|
||||
{
|
||||
name: "Galerie",
|
||||
id: "#gallery",
|
||||
},
|
||||
name: "Galerie", id: "#gallery"},
|
||||
{
|
||||
name: "Bewertungen",
|
||||
id: "#customer-reviews",
|
||||
},
|
||||
name: "Bewertungen", id: "#customer-reviews"},
|
||||
{
|
||||
name: "Reservierung",
|
||||
id: "#reservation",
|
||||
},
|
||||
name: "Reservierung", id: "#reservation"},
|
||||
{
|
||||
name: "Standort",
|
||||
id: "#location",
|
||||
},
|
||||
name: "Standort", id: "#location"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/happy-diwali-golden-mandala-style-card-design_1017-34161.jpg"
|
||||
logoAlt="1001 Nacht Logo"
|
||||
@@ -71,77 +57,38 @@ export default function LandingPage() {
|
||||
description="Traditionelle Rezepte, unvergessliche Aromen und eine magische Atmosphäre."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Mahdi S.",
|
||||
handle: "@foodie_wien",
|
||||
testimonial: "Ein Stück Orient in Wien. Unvergesslich!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-latin-man-wearing-summer-clothes-listening-music-with-earphones-against-yellow-space_58466-11962.jpg",
|
||||
imageAlt: "Mahdi S. Porträt",
|
||||
},
|
||||
name: "Mahdi S.", handle: "@foodie_wien", testimonial: "Ein Stück Orient in Wien. Unvergesslich!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-latin-man-wearing-summer-clothes-listening-music-with-earphones-against-yellow-space_58466-11962.jpg", imageAlt: "Mahdi S. Porträt"},
|
||||
{
|
||||
name: "Lena K.",
|
||||
handle: "@gast_austria",
|
||||
testimonial: "Die besten Kababs, die ich je gegessen habe.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cocktail_23-2150124853.jpg",
|
||||
imageAlt: "Lena K. Porträt",
|
||||
},
|
||||
name: "Lena K.", handle: "@gast_austria", testimonial: "Die besten Kababs, die ich je gegessen habe.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-cocktail_23-2150124853.jpg", imageAlt: "Lena K. Porträt"},
|
||||
{
|
||||
name: "Omar F.",
|
||||
handle: "@travel_gourmet",
|
||||
testimonial: "Wunderbares Ambiente und exzellenter Service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg",
|
||||
imageAlt: "Omar F. Porträt",
|
||||
},
|
||||
name: "Omar F.", handle: "@travel_gourmet", testimonial: "Wunderbares Ambiente und exzellenter Service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg", imageAlt: "Omar F. Porträt"},
|
||||
{
|
||||
name: "Maximilian B.",
|
||||
handle: "@reise_essen",
|
||||
testimonial: "Ein kulinarisches Märchen! Die Aromen sind so reichhaltig und authentisch. Ein Muss für jeden Besuch in Wien.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg",
|
||||
imageAlt: "Maximilian B. Porträt",
|
||||
},
|
||||
name: "Maximilian B.", handle: "@reise_essen", testimonial: "Ein kulinarisches Märchen! Die Aromen sind so reichhaltig und authentisch. Ein Muss für jeden Besuch in Wien.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598344.jpg", imageAlt: "Maximilian B. Porträt"},
|
||||
{
|
||||
name: "Sophie L.",
|
||||
handle: "@feine_schmecker",
|
||||
testimonial: "Der beste persische Reis, den ich je hatte. Dazu die gastfreundliche Atmosphäre – einfach perfekt für einen besonderen Abend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-senior-female-friends-luxurious-restaurant_23-2150517410.jpg",
|
||||
imageAlt: "Sophie L. Porträt",
|
||||
},
|
||||
name: "Sophie L.", handle: "@feine_schmecker", testimonial: "Der beste persische Reis, den ich je hatte. Dazu die gastfreundliche Atmosphäre – einfach perfekt für einen besonderen Abend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-senior-female-friends-luxurious-restaurant_23-2150517410.jpg", imageAlt: "Sophie L. Porträt"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Tisch reservieren",
|
||||
href: "#reservation",
|
||||
},
|
||||
text: "Tisch reservieren", href: "#reservation"},
|
||||
{
|
||||
text: "Menü ansehen",
|
||||
href: "#signature-dishes",
|
||||
},
|
||||
text: "Menü ansehen", href: "#signature-dishes"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/happy-diwali-golden-mandala-style-card-design_1017-34161.jpg",
|
||||
alt: "Mahdi S. Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-vector/happy-diwali-golden-mandala-style-card-design_1017-34161.jpg", alt: "Mahdi S. Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-rice-garnish-vegetable-salad-inside-ethnic-plate_114579-2989.jpg",
|
||||
alt: "Lena K. Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/chicken-barbecue-with-rice-garnish-vegetable-salad-inside-ethnic-plate_114579-2989.jpg", alt: "Lena K. Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-latin-man-wearing-summer-clothes-listening-music-with-earphones-against-yellow-space_58466-11962.jpg",
|
||||
alt: "Omar F. Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-latin-man-wearing-summer-clothes-listening-music-with-earphones-against-yellow-space_58466-11962.jpg", alt: "Omar F. Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-cook-white-cook-suit-holding-black-food-bowl-smelling-it-green_140725-21402.jpg",
|
||||
alt: "Chef Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-young-male-cook-white-cook-suit-holding-black-food-bowl-smelling-it-green_140725-21402.jpg", alt: "Chef Avatar"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-man_23-2149022653.jpg",
|
||||
alt: "Glücklicher Gast Avatar",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-smiling-man_23-2149022653.jpg", alt: "Glücklicher Gast Avatar"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chicken-barbecue-with-rice-garnish-vegetable-salad-inside-ethnic-plate_114579-2989.jpg"
|
||||
imageAlt="Grosses Hintergrundbild mit persischer Küche"
|
||||
@@ -161,17 +108,11 @@ export default function LandingPage() {
|
||||
description="Tauchen Sie ein in die reiche Tradition der persischen Gastfreundschaft, wo jedes Gericht eine Geschichte erzählt und jede Begegnung eine Ehre ist. Im 1001 Nacht verbinden wir jahrhundertealte Rezepte mit modernen Akzenten, um Ihnen ein unvergessliches kulinarisches Erlebnis zu bieten. Unsere Küche zelebriert die Vielfalt und Tiefe der iranischen Aromen, von würzigen Kababs bis zu aromatischen Reisgerichten, stets zubereitet mit den frischesten Zutaten und viel Liebe."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Authentische Rezepte",
|
||||
description: "Jedes Gericht wird nach traditionellen persischen Methoden zubereitet.",
|
||||
},
|
||||
title: "Authentische Rezepte", description: "Jedes Gericht wird nach traditionellen persischen Methoden zubereitet."},
|
||||
{
|
||||
title: "Frische Zutaten",
|
||||
description: "Wir verwenden nur die hochwertigsten und frischesten Zutaten.",
|
||||
},
|
||||
title: "Frische Zutaten", description: "Wir verwenden nur die hochwertigsten und frischesten Zutaten."},
|
||||
{
|
||||
title: "Magische Atmosphäre",
|
||||
description: "Erleben Sie ein Ambiente, das Sie in den Orient entführt.",
|
||||
},
|
||||
title: "Magische Atmosphäre", description: "Erleben Sie ein Ambiente, das Sie in den Orient entführt."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/green-pattern_1017-6206.jpg"
|
||||
imageAlt="Elegante persische Dekormuster"
|
||||
@@ -187,53 +128,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "koobideh",
|
||||
name: "Kabab Koobideh",
|
||||
price: "€18.50",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbecue-chicken-skewer-with-vegetable-salad-slice-lemon_141793-4763.jpg",
|
||||
imageAlt: "Kabab Koobideh mit Reis",
|
||||
},
|
||||
id: "koobideh", name: "Kabab Koobideh", price: "€18.50", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/side-view-barbecue-chicken-skewer-with-vegetable-salad-slice-lemon_141793-4763.jpg", imageAlt: "Kabab Koobideh mit Reis"},
|
||||
{
|
||||
id: "joojeh",
|
||||
name: "Joojeh Kabab",
|
||||
price: "€19.90",
|
||||
variant: "Traditionell",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-table_140725-8376.jpg",
|
||||
imageAlt: "Joojeh Kabab mit Reis",
|
||||
},
|
||||
id: "joojeh", name: "Joojeh Kabab", price: "€19.90", variant: "Traditionell", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-table_140725-8376.jpg", imageAlt: "Joojeh Kabab mit Reis"},
|
||||
{
|
||||
id: "ghormeh-sabzi",
|
||||
name: "Ghormeh Sabzi",
|
||||
price: "€17.00",
|
||||
variant: "Klassiker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-spices-plate-potatoes-with-mushrooms-wooden-cutting-board_140725-99215.jpg",
|
||||
imageAlt: "Ghormeh Sabzi Eintopf",
|
||||
},
|
||||
id: "ghormeh-sabzi", name: "Ghormeh Sabzi", price: "€17.00", variant: "Klassiker", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-plate-spices-plate-potatoes-with-mushrooms-wooden-cutting-board_140725-99215.jpg", imageAlt: "Ghormeh Sabzi Eintopf"},
|
||||
{
|
||||
id: "fesenjan",
|
||||
name: "Fesenjan",
|
||||
price: "€21.00",
|
||||
variant: "Exklusiv",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-spices-lemon-pepper-tomatoes_140725-78455.jpg",
|
||||
imageAlt: "Fesenjan Eintopf mit Huhn",
|
||||
},
|
||||
id: "fesenjan", name: "Fesenjan", price: "€21.00", variant: "Exklusiv", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-pilaf-appetizing-pilaf-spices-lemon-pepper-tomatoes_140725-78455.jpg", imageAlt: "Fesenjan Eintopf mit Huhn"},
|
||||
{
|
||||
id: "rice-specialties",
|
||||
name: "Persische Reis Spezialitäten",
|
||||
price: "ab €5.00",
|
||||
variant: "Beilagen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-meal-with-rice-tomatoes_23-2148294959.jpg",
|
||||
imageAlt: "Verschiedene persische Reisgerichte",
|
||||
},
|
||||
id: "rice-specialties", name: "Persische Reis Spezialitäten", price: "ab €5.00", variant: "Beilagen", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-meal-with-rice-tomatoes_23-2148294959.jpg", imageAlt: "Verschiedene persische Reisgerichte"},
|
||||
{
|
||||
id: "vegetarian-options",
|
||||
name: "Vegetarische Optionen",
|
||||
price: "ab €16.00",
|
||||
variant: "Vielfältig",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roll-walnuts-onion-garlic-cream-cheese-lettuce-side-view_141793-3720.jpg",
|
||||
imageAlt: "Vegetarische persische Gerichte",
|
||||
},
|
||||
id: "vegetarian-options", name: "Vegetarische Optionen", price: "ab €16.00", variant: "Vielfältig", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-roll-walnuts-onion-garlic-cream-cheese-lettuce-side-view_141793-3720.jpg", imageAlt: "Vegetarische persische Gerichte"},
|
||||
]}
|
||||
title="Unsere Spezialitäten"
|
||||
description="Entdecken Sie die Meisterwerke der persischen Küche, sorgfältig zubereitet nach traditionellen Rezepten."
|
||||
@@ -248,53 +153,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-1",
|
||||
name: "Exquisite Speisen",
|
||||
price: "",
|
||||
variant: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg",
|
||||
imageAlt: "Exquisite persische Speisen",
|
||||
},
|
||||
id: "gallery-1", name: "Exquisite Speisen", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-1170.jpg", imageAlt: "Exquisite persische Speisen"},
|
||||
{
|
||||
id: "gallery-2",
|
||||
name: "Elegantes Interieur",
|
||||
price: "",
|
||||
variant: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bell-peppers-cucumber-pickled-cucumber-with-sesame-sprinkles_141793-1973.jpg",
|
||||
imageAlt: "Elegantes Restaurant-Interieur",
|
||||
},
|
||||
id: "gallery-2", name: "Elegantes Interieur", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-bell-peppers-cucumber-pickled-cucumber-with-sesame-sprinkles_141793-1973.jpg", imageAlt: "Elegantes Restaurant-Interieur"},
|
||||
{
|
||||
id: "gallery-3",
|
||||
name: "Live Musik Abende",
|
||||
price: "",
|
||||
variant: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-guitar-music_23-2149213386.jpg",
|
||||
imageAlt: "Live Musik im Restaurant",
|
||||
},
|
||||
id: "gallery-3", name: "Live Musik Abende", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-people-with-guitar-music_23-2149213386.jpg", imageAlt: "Live Musik im Restaurant"},
|
||||
{
|
||||
id: "gallery-4",
|
||||
name: "Süsse Versuchungen",
|
||||
price: "",
|
||||
variant: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg",
|
||||
imageAlt: "Persische Desserts",
|
||||
},
|
||||
id: "gallery-4", name: "Süsse Versuchungen", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/pair-dessert-with-cinnamon-cup-tea_140725-2894.jpg", imageAlt: "Persische Desserts"},
|
||||
{
|
||||
id: "gallery-5",
|
||||
name: "Orientales Ambiente",
|
||||
price: "",
|
||||
variant: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3090.jpg",
|
||||
imageAlt: "Orientalisches Ambiente mit Laternen",
|
||||
},
|
||||
id: "gallery-5", name: "Orientales Ambiente", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3090.jpg", imageAlt: "Orientalisches Ambiente mit Laternen"},
|
||||
{
|
||||
id: "gallery-6",
|
||||
name: "Kulturelle Unterhaltung",
|
||||
price: "",
|
||||
variant: "",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athletic-person-exercising-working-out_23-2150989981.jpg",
|
||||
imageAlt: "Kulturelle Unterhaltung",
|
||||
},
|
||||
id: "gallery-6", name: "Kulturelle Unterhaltung", price: "", variant: "", imageSrc: "http://img.b2bpic.net/free-photo/athletic-person-exercising-working-out_23-2150989981.jpg", imageAlt: "Kulturelle Unterhaltung"},
|
||||
]}
|
||||
title="Unsere Galerie"
|
||||
description="Ein Einblick in die magische Welt von 1001 Nacht: unsere exquisite Küche, das stilvolle Ambiente und unvergessliche Abende."
|
||||
@@ -308,56 +177,21 @@ export default function LandingPage() {
|
||||
carouselMode="auto"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Huber",
|
||||
role: "Gast",
|
||||
testimonial: "Das 1001 Nacht ist ein absolutes Highlight in Wien! Die Küche ist authentisch, die Aromen sind himmlisch und der Service ist erstklassig. Ich fühle mich jedes Mal wie auf einer Reise in den Orient.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg",
|
||||
imageAlt: "Sarah Huber Porträt",
|
||||
},
|
||||
id: "t1", name: "Sarah Huber", role: "Gast", testimonial: "Das 1001 Nacht ist ein absolutes Highlight in Wien! Die Küche ist authentisch, die Aromen sind himmlisch und der Service ist erstklassig. Ich fühle mich jedes Mal wie auf einer Reise in den Orient.", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg", imageAlt: "Sarah Huber Porträt"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Schmidt",
|
||||
role: "Feinschmecker",
|
||||
testimonial: "Als Liebhaber der persischen Küche kann ich bestätigen: Hier schmeckt es genau wie im Iran. Die Qualität der Zutaten ist herausragend und jeder Bissen ist ein Genuss. Sehr empfehlenswert!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg",
|
||||
imageAlt: "Michael Schmidt Porträt",
|
||||
},
|
||||
id: "t2", name: "Michael Schmidt", role: "Feinschmecker", testimonial: "Als Liebhaber der persischen Küche kann ich bestätigen: Hier schmeckt es genau wie im Iran. Die Qualität der Zutaten ist herausragend und jeder Bissen ist ein Genuss. Sehr empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg", imageAlt: "Michael Schmidt Porträt"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Anna Meier",
|
||||
role: "Bloggerin",
|
||||
testimonial: "Ein magischer Ort mit einer wunderschönen Atmosphäre und köstlichem Essen. Die persischen Muster und Laternen schaffen ein einzigartiges Ambiente. Ich komme gerne wieder!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20504.jpg",
|
||||
imageAlt: "Anna Meier Porträt",
|
||||
},
|
||||
id: "t3", name: "Anna Meier", role: "Bloggerin", testimonial: "Ein magischer Ort mit einer wunderschönen Atmosphäre und köstlichem Essen. Die persischen Muster und Laternen schaffen ein einzigartiges Ambiente. Ich komme gerne wieder!", imageSrc: "http://img.b2bpic.net/free-photo/elegant-couple-spend-time-restaurant_1157-20504.jpg", imageAlt: "Anna Meier Porträt"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Müller",
|
||||
role: "Stammgast",
|
||||
testimonial: "Ich bin seit Jahren Stammgast im 1001 Nacht. Die Konsistenz der Qualität und der freundliche Empfang sind unübertroffen. Mein absolutes Lieblingsrestaurant für persische Spezialitäten.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-placing-fresh-tomatoes-salad_23-2148516911.jpg",
|
||||
imageAlt: "David Müller Porträt",
|
||||
},
|
||||
id: "t4", name: "David Müller", role: "Stammgast", testimonial: "Ich bin seit Jahren Stammgast im 1001 Nacht. Die Konsistenz der Qualität und der freundliche Empfang sind unübertroffen. Mein absolutes Lieblingsrestaurant für persische Spezialitäten.", imageSrc: "http://img.b2bpic.net/free-photo/chef-placing-fresh-tomatoes-salad_23-2148516911.jpg", imageAlt: "David Müller Porträt"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Maria Wagner",
|
||||
role: "Reiseführerin",
|
||||
testimonial: "Für jeden, der die echte persische Kultur und Küche erleben möchte, ist das 1001 Nacht ein Muss. Es ist ein Fest für alle Sinne und hinterlässt einen bleibenden Eindruck.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/polyamory-people-spending-time-together_23-2149301984.jpg",
|
||||
imageAlt: "Maria Wagner Porträt",
|
||||
},
|
||||
id: "t5", name: "Maria Wagner", role: "Reiseführerin", testimonial: "Für jeden, der die echte persische Kultur und Küche erleben möchte, ist das 1001 Nacht ein Muss. Es ist ein Fest für alle Sinne und hinterlässt einen bleibenden Eindruck.", imageSrc: "http://img.b2bpic.net/free-photo/polyamory-people-spending-time-together_23-2149301984.jpg", imageAlt: "Maria Wagner Porträt"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Lukas Brandl",
|
||||
role: "Chefkoch",
|
||||
testimonial: "Die Aromen und Gewürze sind perfekt ausbalanciert. Man spürt die Leidenschaft und das Können in jedem Gericht. Eine wahre Inspiration für jeden Koch.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-colleagues-eating-pizza-lunch_1262-1162.jpg",
|
||||
imageAlt: "Lukas Brandl Porträt",
|
||||
},
|
||||
id: "t6", name: "Lukas Brandl", role: "Chefkoch", testimonial: "Die Aromen und Gewürze sind perfekt ausbalanciert. Man spürt die Leidenschaft und das Können in jedem Gericht. Eine wahre Inspiration für jeden Koch.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-colleagues-eating-pizza-lunch_1262-1162.jpg", imageAlt: "Lukas Brandl Porträt"},
|
||||
]}
|
||||
title="Was unsere Gäste sagen"
|
||||
description="Hören Sie von den unvergesslichen Erlebnissen unserer geschätzten Gäste."
|
||||
animationType="depth-3d"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -370,13 +204,9 @@ export default function LandingPage() {
|
||||
description="Besuchen Sie uns im Herzen Wiens und lassen Sie sich von uns auf eine kulinarische Reise in den Orient entführen. Wir freuen uns auf Sie!"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Adresse",
|
||||
description: "Jörgerstraße 50, 1170 Wien, Österreich",
|
||||
},
|
||||
title: "Adresse", description: "Jörgerstraße 50, 1170 Wien, Österreich"},
|
||||
{
|
||||
title: "Öffnungszeiten",
|
||||
description: "Dienstag - Sonntag: 17:00 - 23:00 Uhr",
|
||||
},
|
||||
title: "Öffnungszeiten", description: "Dienstag - Sonntag: 17:00 - 23:00 Uhr"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-view-different-maps_23-2147837133.jpg"
|
||||
imageAlt="Standort auf Google Maps"
|
||||
@@ -388,14 +218,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Reservieren Sie Ihren Tisch bei uns im 1001 Nacht für ein unvergessliches persisches Festmahl. Füllen Sie unser Online-Formular aus oder kontaktieren Sie uns direkt für besondere Wünsche. Wir freuen uns darauf, Sie begrüßen zu dürfen!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt reservieren",
|
||||
href: "mailto:info@1001nacht.at?subject=Tischreservierung",
|
||||
},
|
||||
text: "Jetzt reservieren", href: "mailto:info@1001nacht.at?subject=Tischreservierung"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -406,13 +233,9 @@ export default function LandingPage() {
|
||||
logoAlt="1001 Nacht Logo"
|
||||
logoText="1001 Nacht"
|
||||
leftLink={{
|
||||
text: "Kontakt & Social Media",
|
||||
href: "https://www.instagram.com/1001nacht_wien",
|
||||
}}
|
||||
text: "Kontakt & Social Media", href: "https://www.instagram.com/1001nacht_wien"}}
|
||||
rightLink={{
|
||||
text: "Impressum & Datenschutz",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Impressum & Datenschutz", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user