Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5f86b6d4aa | |||
| 03da198d00 | |||
| 7a8d4c5beb | |||
| 6d9c4f2d43 | |||
| c229b9896c |
@@ -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>
|
||||
|
||||
@@ -44,26 +45,16 @@ export default function LandingPage() {
|
||||
title="Frische Zutaten, bester Geschmack – Döner & Pizza in Ahlem"
|
||||
description="Willkommen im Döner Haus Ahlem. Erleben Sie authentischen Genuss direkt am Endpunkt Ahlem. Qualität und Frische stehen bei uns an erster Stelle."
|
||||
testimonials={[
|
||||
{ name: "Marco S.", handle: "@localguide", testimonial: "Einer der besten Döner in Hannover! Immer frisch und super Personal.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.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/young-friends-having-laugh-together_23-2148395336.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: "Kevin F.", handle: "@kevin_f", testimonial: "Preis-Leistung ist unschlagbar. Komme gerne wieder vorbei.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/joyful-man-drinking-beer-pub_329181-18354.jpg" }
|
||||
{ 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" }
|
||||
]}
|
||||
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/close-up-young-handsome-man-isolated_273609-35974.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/portrait-joyful-man-being-glad-hear-old-best-friend-mobile-phone_273609-8929.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."
|
||||
@@ -106,10 +93,8 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
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: "Timo H.", role: "Ahlem-Bewohner", testimonial: "Beste Döner in ganz Ahlem, immer frisch.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-talking-while-eating-lunch-restaurant_637285-9017.jpg" },
|
||||
{ id: "3", name: "Jens 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: "Uwe F.", role: "Besucher", testimonial: "Tolle Atmosphäre und tolle Auswahl.", imageSrc: "http://img.b2bpic.net/free-photo/group-happy-friends-brining-food-table-communicating-while-having-lunch-together-home_637285-3138.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: "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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user