Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-16 20:44:33 +00:00

View File

@@ -32,10 +32,11 @@ export default function LandingPage() {
{ name: "Start", id: "hero" },
{ name: "Über uns", id: "about" },
{ name: "Speisekarte", id: "products" },
{ name: "Bewertungen", id: "testimonials" },
{ name: "Kontakt", id: "contact" },
]}
brandName="Döner Haus Ahlem"
button={{ text: "Reservieren", href: "tel:+494951165526056" }}
button={{ text: "Reservieren", href: "tel:+4951165526056" }}
/>
</div>
@@ -46,24 +47,14 @@ export default function LandingPage() {
testimonials={[
{ name: "Anna K.", handle: "@anna_k", testimonial: "Einer der besten Döner in Hannover! Immer frisch und super Personal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-her-friends-cafeteria_23-2148395357.jpg" },
{ name: "Lisa M.", handle: "@lisa_ahlem", testimonial: "Die Pizza ist ein absoluter Traum, knusprig und perfekt belegt.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-looking-through-menu-while-sitting-table-cafeteria-with-her-friend_23-2148395394.jpg" },
{ name: "Tom K.", handle: "@tom_k", testimonial: "Super freundliches Team, sehr sauber und extrem leckerer Döner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" },
{ name: "Sarah W.", handle: "@sarah_w", testimonial: "Mein Lieblingsimbiss in ganz Ahlem! Immer schnelle Bedienung.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5060.jpg" },
{ name: "Julia F.", handle: "@julia_f", testimonial: "Preis-Leistung ist unschlagbar. Komme gerne wieder vorbei.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-her-friends-cafe_23-2148395368.jpg" }
{ name: "Tom K.", handle: "@tom_k", testimonial: "Super freundliches Team, sehr sauber und extrem leckerer Döner.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg" }
]}
buttons={[
{ text: "Jetzt anrufen", href: "tel:+494951165526056" },
{ text: "Jetzt anrufen", href: "tel:+4951165526056" },
{ text: "Route planen", href: "https://maps.google.com/?q=Richard-Lattorf-Straße+54,30453+Hannover" }
]}
imageSrc="http://img.b2bpic.net/free-photo/small-party-sandwiches-white-square-plate_114579-2171.jpg"
imageAlt="Hochwertiger Döner und Pizza"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/afro-woman-joying-holds-two-peppers_8353-10029.jpg", alt: "Gast 1" },
{ src: "http://img.b2bpic.net/free-photo/woman-with-peppers-showing-tongue_23-2147700731.jpg", alt: "Gast 2" },
{ src: "http://img.b2bpic.net/free-photo/portrait-young-woman-smiling-indoors_1150-13610.jpg", alt: "Gast 3" },
{ src: "http://img.b2bpic.net/free-photo/photo-happy-housewife-going-cook-healthy-dish-morning-holds-green-leek-red-spoon-smiles-pleasantly-wears-nightclothes_273609-33613.jpg", alt: "Gast 4" },
{ src: "http://img.b2bpic.net/free-photo/happy-young-woman-with-glasses-drinking-coffee-cafe_23-2148395350.jpg", alt: "Gast 5" }
]}
avatarText="Über 500+ zufriedene Gäste aus Hannover"
/>
</div>
@@ -88,11 +79,7 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{ id: "p1", brand: "Döner", name: "Klassischer Döner", price: "ab 6,50 €", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-kebab-meat-tomato-cucumber_140725-116.jpg" },
{ id: "p2", brand: "Döner", name: "Big Döner Hähnchen", price: "7,50 €", rating: 5, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/snacks-with-lemon-white_114579-18420.jpg" },
{ id: "p3", brand: "Pizza", name: "Pizza nach Wahl", price: "ab 8,00 €", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/cutter-near-raw-pizza_23-2147772088.jpg" },
{ id: "p4", brand: "Snack", name: "Pommes frites", price: "3,00 €", rating: 4, reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/from-chicken-nuggets-with-french-fries-human-hand-fly_176474-2613.jpg" },
{ id: "p5", brand: "Salate", name: "Frischer Salat", price: "5,50 €", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-greek-salad-lettuce-tomatoes-feta-cheese-cucumbers-black-olives-purple-onion_176474-2600.jpg" },
{ id: "p6", brand: "Getränke", name: "Ayran & Getränke", price: "ab 1,50 €", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-glass-water-with-slice-lemon-with-yellow-straw_141793-6415.jpg" }
{ id: "p3", brand: "Pizza", name: "Pizza nach Wahl", price: "ab 8,00 €", rating: 5, reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/cutter-near-raw-pizza_23-2147772088.jpg" }
]}
title="Unsere Speisekarte"
description="Entdecken Sie unsere frisch zubereiteten türkischen Spezialitäten."
@@ -107,9 +94,7 @@ export default function LandingPage() {
testimonials={[
{ id: "1", name: "Anna K.", role: "Stammgast", testimonial: "Sehr freundliches Personal und hervorragende Pizza!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg" },
{ id: "2", name: "Maria L.", role: "Anwohnerin", testimonial: "Die beste Döner-Option in Ahlem, immer frisch und lecker.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-woman-having-lunch-cafeteria-with-her-friend_23-2148395357.jpg" },
{ id: "3", name: "Sabine W.", role: "Feinschmecker", testimonial: "Qualität schmeckt man hier einfach. Sehr zu empfehlen.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg" },
{ id: "4", name: "Sara B.", role: "Studentin", testimonial: "Schnell, lecker und super sauber. Top!", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203590.jpg" },
{ id: "5", name: "Elena F.", role: "Stammgast", testimonial: "Tolle Atmosphäre und tolle Auswahl, besonders die Pizza.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-brining-food-table-communicating-while-having-lunch-together-home_637285-3138.jpg" }
{ id: "3", name: "Sara B.", role: "Studentin", testimonial: "Schnell, lecker und super sauber. Top!", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-crowded-party-home_23-2149203590.jpg" }
]}
title="Was unsere Kunden sagen"
description="Erfahren Sie, warum unsere Gäste uns lieben."
@@ -120,10 +105,10 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{ variant: "canvas-reveal" }}
title="Besuchen Sie uns in Ahlem"
description="Richard-Lattorf-Straße 54, 30453 Hannover. Täglich 11-22 Uhr geöffnet."
title="Besuchen Sie uns in Hannover-Ahlem"
description="Wir befinden uns in der Richard-Lattorf-Straße 54, 30453 Hannover. Kommen Sie vorbei für den besten Döner der Stadt!"
buttonText="Anrufen"
onSubmit={(email) => window.open('tel:+494951165526056')}
onSubmit={(email) => window.open('tel:+4951165526056')}
tag="Kontakt"
/>
</div>
@@ -132,9 +117,9 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Kontakt", items: [
title: "Standort", items: [
{ label: "Richard-Lattorf-Straße 54", href: "#" },
{ label: "Tel: +49 511 65526056", href: "tel:+4951165526056" },
{ label: "30453 Hannover", href: "#" },
],
},
{
@@ -153,4 +138,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}