diff --git a/src/app/page.tsx b/src/app/page.tsx index 67c1c61..e940de7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -62,8 +50,7 @@ export default function LandingPage() {
@@ -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() {