Merge version_1 into main #1
228
src/app/page.tsx
228
src/app/page.tsx
@@ -31,29 +31,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Speisekarte",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Speisekarte", id: "menu"},
|
||||
{
|
||||
name: "Über Uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über Uns", id: "about"},
|
||||
{
|
||||
name: "Rezensionen",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Rezensionen", id: "testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQ", id: "faq"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="Datterich Schänke"
|
||||
/>
|
||||
@@ -62,8 +50,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Datterich Schänke"
|
||||
description="Genießen Sie authentische Küche in gemütlicher Atmosphäre in Mühltal-Traisa."
|
||||
tag="Ihr Zuhause der Gastlichkeit"
|
||||
@@ -71,38 +58,18 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-gourmet-snack-salad-table_23-2148454103.jpg",
|
||||
imageAlt: "Ein Teller mit leckerem Essen im Restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tasty-gourmet-snack-salad-table_23-2148454103.jpg", imageAlt: "Ein Teller mit leckerem Essen im Restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drink-snacks-table_23-2147885843.jpg",
|
||||
imageAlt: "Gemütlicher Innenbereich der Datterich Schänke",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-crepes-stuffed-with-minced-meat-herb-garnished-with-sauce_140725-5793.jpg",
|
||||
imageAlt: "Crispy fried crepes stuffed with minced meat and herb garnished with sauce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-food-stand-with-grilled-fish-fillet-vegetables_114579-2348.jpg",
|
||||
imageAlt: "Wooden food stand with grilled fish fillet and vegetables",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-with-lots-snacks-beer_140725-1943.jpg",
|
||||
imageAlt: "Table with lots of snacks and beer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drink-snacks-table_23-2147885843.jpg", imageAlt: "Gemütlicher Innenbereich der Datterich Schänke"}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
rating={4.6}
|
||||
ratingText="347 Bewertungen"
|
||||
buttons={[
|
||||
{
|
||||
text: "Speisekarte ansehen",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Speisekarte ansehen", href: "#menu"},
|
||||
{
|
||||
text: "Jetzt reservieren",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Jetzt reservieren", href: "#contact"},
|
||||
]}
|
||||
tagIcon={Award}
|
||||
/>
|
||||
@@ -132,47 +99,17 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "schnitzel",
|
||||
name: "Schweizer Schnitzel",
|
||||
price: "€16.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cooked-chicken-wings-with-herbs_23-2148189808.jpg",
|
||||
imageAlt: "Schweizer Schnitzel mit Beilage",
|
||||
},
|
||||
id: "schnitzel", name: "Schweizer Schnitzel", price: "€16.50", imageSrc: "http://img.b2bpic.net/free-photo/cooked-chicken-wings-with-herbs_23-2148189808.jpg", imageAlt: "Schweizer Schnitzel mit Beilage"},
|
||||
{
|
||||
id: "calamari",
|
||||
name: "Gegrillte Calamari",
|
||||
price: "€14.90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-prawn-steak_1203-8876.jpg",
|
||||
imageAlt: "Gegrillte Calamari mit Zitrone",
|
||||
},
|
||||
id: "calamari", name: "Gegrillte Calamari", price: "€14.90", imageSrc: "http://img.b2bpic.net/free-photo/grilled-salmon-prawn-steak_1203-8876.jpg", imageAlt: "Gegrillte Calamari mit Zitrone"},
|
||||
{
|
||||
id: "rumpsteak",
|
||||
name: "Rumpsteak",
|
||||
price: "€22.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg",
|
||||
imageAlt: "Perfekt gebratenes Rumpsteak",
|
||||
},
|
||||
id: "rumpsteak", name: "Rumpsteak", price: "€22.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-meat-tasty-salted-with-cutlery-table-food-meat-meal-restaurant_140725-28144.jpg", imageAlt: "Perfekt gebratenes Rumpsteak"},
|
||||
{
|
||||
id: "salad-buffet",
|
||||
name: "Salat Buffet",
|
||||
price: "€8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1872.jpg",
|
||||
imageAlt: "Frisches Salatbuffet",
|
||||
},
|
||||
id: "salad-buffet", name: "Salat Buffet", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fresh-vegetable-salad_1150-1872.jpg", imageAlt: "Frisches Salatbuffet"},
|
||||
{
|
||||
id: "pommes",
|
||||
name: "Knusprige Pommes Frites",
|
||||
price: "€4.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-crisps-crackers-inside-pink-plate-grey-surface_140725-20327.jpg",
|
||||
imageAlt: "Portion Pommes Frites",
|
||||
},
|
||||
id: "pommes", name: "Knusprige Pommes Frites", price: "€4.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-crisps-crackers-inside-pink-plate-grey-surface_140725-20327.jpg", imageAlt: "Portion Pommes Frites"},
|
||||
{
|
||||
id: "pizza",
|
||||
name: "Hausgemachte Pizza",
|
||||
price: "ab €12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-spicy-mushroom-pizza-with-red-tomatoes-bell-peppers-olives-mushrooms-all-sliced-inside-with-eggs-dark_140725-20877.jpg",
|
||||
imageAlt: "Eine frisch zubereitete Pizza",
|
||||
},
|
||||
id: "pizza", name: "Hausgemachte Pizza", price: "ab €12.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-spicy-mushroom-pizza-with-red-tomatoes-bell-peppers-olives-mushrooms-all-sliced-inside-with-eggs-dark_140725-20877.jpg", imageAlt: "Eine frisch zubereitete Pizza"},
|
||||
]}
|
||||
title="Unsere Speisekarte"
|
||||
description="Entdecken Sie unsere beliebten Spezialitäten und lassen Sie sich verwöhnen."
|
||||
@@ -180,9 +117,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Vollständige Karte",
|
||||
href: "#",
|
||||
},
|
||||
text: "Vollständige Karte", href: "#"},
|
||||
]}
|
||||
tagIcon={BookOpen}
|
||||
/>
|
||||
@@ -197,50 +132,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Martin Frank",
|
||||
role: "Local Guide",
|
||||
company: "Google Maps",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg",
|
||||
imageAlt: "Happy man enjoying restaurant meal",
|
||||
},
|
||||
id: "1", name: "Martin Frank", role: "Local Guide", company: "Google Maps", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.jpg", imageAlt: "Happy man enjoying restaurant meal"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Timo Seeger",
|
||||
role: "Local Guide",
|
||||
company: "Google Maps",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg",
|
||||
imageAlt: "Woman smiling at a restaurant table",
|
||||
},
|
||||
id: "2", name: "Timo Seeger", role: "Local Guide", company: "Google Maps", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-with-delicious-cocktails_23-2150124812.jpg", imageAlt: "Woman smiling at a restaurant table"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Mario Hickstein",
|
||||
role: "Local Guide",
|
||||
company: "Google Maps",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-taking-selfie-with-mobile-phone-while-enjoying-meal-together-restaurant-friends-concept_58466-16339.jpg",
|
||||
imageAlt: "Group of friends dining together happily",
|
||||
},
|
||||
id: "3", name: "Mario Hickstein", role: "Local Guide", company: "Google Maps", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-taking-selfie-with-mobile-phone-while-enjoying-meal-together-restaurant-friends-concept_58466-16339.jpg", imageAlt: "Group of friends dining together happily"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sarah Müller",
|
||||
role: "Besucherin",
|
||||
company: "Lokalpatriot",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-mobile-phone-reading-newspaper_107420-84975.jpg",
|
||||
imageAlt: "Young man looking at menu at restaurant",
|
||||
},
|
||||
id: "4", name: "Sarah Müller", role: "Besucherin", company: "Lokalpatriot", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-mobile-phone-reading-newspaper_107420-84975.jpg", imageAlt: "Young man looking at menu at restaurant"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Klaus Schmidt",
|
||||
role: "Stammgast",
|
||||
company: "Mühltal",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-frame-gesture_1187-3686.jpg",
|
||||
imageAlt: "Smiling woman giving thumbs up",
|
||||
},
|
||||
id: "5", name: "Klaus Schmidt", role: "Stammgast", company: "Mühltal", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-doing-frame-gesture_1187-3686.jpg", imageAlt: "Smiling woman giving thumbs up"},
|
||||
]}
|
||||
title="Was unsere Gäste sagen"
|
||||
description="Lesen Sie, was zufriedene Kunden über ihren Besuch in der Datterich Schänke berichten."
|
||||
@@ -248,9 +153,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Alle Rezensionen",
|
||||
href: "#",
|
||||
},
|
||||
text: "Alle Rezensionen", href: "#"},
|
||||
]}
|
||||
tagIcon={Star}
|
||||
/>
|
||||
@@ -262,30 +165,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "Kann ich einen Tisch reservieren?",
|
||||
content: "Ja, wir empfehlen dringend, einen Tisch zu reservieren, besonders an Wochenenden und Feiertagen. Bitte rufen Sie uns unter 06151 144672 an.",
|
||||
},
|
||||
id: "faq1", title: "Kann ich einen Tisch reservieren?", content: "Ja, wir empfehlen dringend, einen Tisch zu reservieren, besonders an Wochenenden und Feiertagen. Bitte rufen Sie uns unter 06151 144672 an."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Haben Sie auch vegetarische oder vegane Optionen?",
|
||||
content: "Wir bieten verschiedene vegetarische Gerichte an. Für vegane Optionen sprechen Sie bitte unser Personal an, wir finden gerne eine Lösung für Sie.",
|
||||
},
|
||||
id: "faq2", title: "Haben Sie auch vegetarische oder vegane Optionen?", content: "Wir bieten verschiedene vegetarische Gerichte an. Für vegane Optionen sprechen Sie bitte unser Personal an, wir finden gerne eine Lösung für Sie."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Welche Zahlungsmethoden werden akzeptiert?",
|
||||
content: "Wir akzeptieren Barzahlung, EC-Karte und gängige Kreditkarten (Visa, Mastercard).",
|
||||
},
|
||||
id: "faq3", title: "Welche Zahlungsmethoden werden akzeptiert?", content: "Wir akzeptieren Barzahlung, EC-Karte und gängige Kreditkarten (Visa, Mastercard)."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "Gibt es Parkmöglichkeiten vor Ort?",
|
||||
content: "Ja, es gibt in der Nähe öffentliche Parkplätze, die Sie nutzen können. Für weitere Informationen können Sie uns gerne kontaktieren.",
|
||||
},
|
||||
id: "faq4", title: "Gibt es Parkmöglichkeiten vor Ort?", content: "Ja, es gibt in der Nähe öffentliche Parkplätze, die Sie nutzen können. Für weitere Informationen können Sie uns gerne kontaktieren."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "Sind Haustiere im Restaurant erlaubt?",
|
||||
content: "In unserem Innenbereich sind Haustiere leider nicht gestattet. Auf unserer Terrasse sind gut erzogene Hunde jedoch herzlich willkommen.",
|
||||
},
|
||||
id: "faq5", title: "Sind Haustiere im Restaurant erlaubt?", content: "In unserem Innenbereich sind Haustiere leider nicht gestattet. Auf unserer Terrasse sind gut erzogene Hunde jedoch herzlich willkommen."},
|
||||
]}
|
||||
title="Häufig gestellte Fragen"
|
||||
description="Hier finden Sie schnelle Antworten zu den wichtigsten Fragen rund um die Datterich Schänke."
|
||||
@@ -299,8 +187,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Besuchen Sie uns!"
|
||||
title="Kontakt & Öffnungszeiten"
|
||||
description="Wir freuen uns darauf, Sie in der Datterich Schänke begrüßen zu dürfen. Kontaktieren Sie uns für Reservierungen oder Anfragen."
|
||||
@@ -320,54 +207,33 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Restaurant",
|
||||
items: [
|
||||
title: "Restaurant", items: [
|
||||
{
|
||||
label: "Speisekarte",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Speisekarte", href: "#menu"},
|
||||
{
|
||||
label: "Über Uns",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Über Uns", href: "#about"},
|
||||
{
|
||||
label: "Rezensionen",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Rezensionen", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{
|
||||
label: "06151 144672",
|
||||
href: "tel:+496151144672",
|
||||
},
|
||||
label: "06151 144672", href: "tel:+496151144672"},
|
||||
{
|
||||
label: "Ludwigstraße 87, 64367 Mühltal-Traisa",
|
||||
href: "https://www.google.com/maps/dir/?api=1&destination=Datterich+Sch%C3%A4nke,+Ludwigstra%C3%9Fe+87,+64367+M%C3%BChltal-Traisa",
|
||||
},
|
||||
label: "Ludwigstraße 87, 64367 Mühltal-Traisa", href: "https://www.google.com/maps/dir/?api=1&destination=Datterich+Sch%C3%A4nke,+Ludwigstra%C3%9Fe+87,+64367+M%C3%BChltal-Traisa"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://de-de.facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://de-de.facebook.com"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Öffnungszeiten",
|
||||
items: [
|
||||
title: "Öffnungszeiten", items: [
|
||||
{
|
||||
label: "Mo: Geschlossen",
|
||||
href: "#",
|
||||
},
|
||||
label: "Mo: Geschlossen", href: "#"},
|
||||
{
|
||||
label: "Di-Fr: 17:30 - 22:00 Uhr",
|
||||
href: "#",
|
||||
},
|
||||
label: "Di-Fr: 17:30 - 22:00 Uhr", href: "#"},
|
||||
{
|
||||
label: "Sa-So: 11:30 - 22:00 Uhr",
|
||||
href: "#",
|
||||
},
|
||||
label: "Sa-So: 11:30 - 22:00 Uhr", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user