Merge version_1 into main #1
185
src/app/page.tsx
185
src/app/page.tsx
@@ -30,43 +30,27 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Speisekarte",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Über uns", id: "about" },
|
||||
{ name: "Speisekarte", id: "menu" },
|
||||
{ name: "Kontakt", id: "contact" },
|
||||
]}
|
||||
brandName="Pizzeria Aroma"
|
||||
button={{ text: "Bestellen", href: "tel:+4920350064563" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
logoText="Pizzeria Aroma"
|
||||
description="Authentische Pizza & Pasta in Duisburg-Walsum. Herzlich willkommen bei Familie Younes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Karte ansehen",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Karte ansehen", href: "#menu"},
|
||||
{
|
||||
text: "Jetzt anrufen",
|
||||
href: "tel:+4920350064563",
|
||||
},
|
||||
text: "Jetzt anrufen", href: "tel:+4920350064563"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134276.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -81,17 +65,11 @@ export default function LandingPage() {
|
||||
description="Als familiengeführte Pizzeria legen wir größten Wert auf frische Zutaten und ein herzliches Ambiente. Ob gemütlich bei uns oder zum Mitnehmen – genießen Sie italienische Klassiker im Herzen von Duisburg-Walsum."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Traditionelle Rezepte",
|
||||
description: "Authentische Pizza, Pasta und Schnitzel.",
|
||||
},
|
||||
title: "Traditionelle Rezepte", description: "Authentische Pizza, Pasta und Schnitzel."},
|
||||
{
|
||||
title: "Familienfreundlich",
|
||||
description: "Ein herzlicher Empfang für Jung und Alt.",
|
||||
},
|
||||
title: "Familienfreundlich", description: "Ein herzlicher Empfang für Jung und Alt."},
|
||||
{
|
||||
title: "Frische Qualität",
|
||||
description: "Täglich frisch zubereitete Zutaten.",
|
||||
},
|
||||
title: "Frische Qualität", description: "Täglich frisch zubereitete Zutaten."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-kids-eating-pizza_23-2148910415.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -106,41 +84,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pizza Margherita",
|
||||
price: "6,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg",
|
||||
},
|
||||
id: "p1", name: "Pizza Margherita", price: "6,00 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-pizza-with-parmesan-cutter_23-2148753762.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Pizza Aroma (Mix)",
|
||||
price: "9,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-pizza-cutter-tomatoes_23-2148753759.jpg",
|
||||
},
|
||||
id: "p2", name: "Pizza Aroma (Mix)", price: "9,00 €", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pizza-with-pizza-cutter-tomatoes_23-2148753759.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Pasta nach Wahl",
|
||||
price: "ab 7,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg",
|
||||
},
|
||||
id: "p3", name: "Pasta nach Wahl", price: "ab 7,50 €", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-appetizing-pasta-with-shrimps-mushrooms-greens_181624-59472.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Fingerfood Mix",
|
||||
price: "ab 4,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mix-salad-cucumbers-tomatoes-with-cheese-greens_140725-2993.jpg",
|
||||
},
|
||||
id: "p4", name: "Fingerfood Mix", price: "ab 4,50 €", imageSrc: "http://img.b2bpic.net/free-photo/mix-salad-cucumbers-tomatoes-with-cheese-greens_140725-2993.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Puten-Schnitzel",
|
||||
price: "ab 11,50 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-fries-food-sandwich-meat-burger-meal_140725-156990.jpg",
|
||||
},
|
||||
id: "p5", name: "Puten-Schnitzel", price: "ab 11,50 €", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-wings-with-greens-tomatoes-light-background-fries-food-sandwich-meat-burger-meal_140725-156990.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fischgerichte",
|
||||
price: "bis 16,00 €",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-fish-slices-with-lemon-slices-dark-seafood-dish-color-food-meat-photo-raw_140725-144018.jpg",
|
||||
},
|
||||
id: "p6", name: "Fischgerichte", price: "bis 16,00 €", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-fish-slices-with-lemon-slices-dark-seafood-dish-color-food-meat-photo-raw_140725-144018.jpg"},
|
||||
]}
|
||||
title="Unsere Spezialitäten"
|
||||
description="Entdecken Sie unsere Vielfalt von BBQ-Pizza bis hin zu hausgemachten Aufläufen."
|
||||
@@ -154,38 +108,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Di–Fr geöffnet",
|
||||
author: "12:00–22:00",
|
||||
description: "Besuchen Sie uns mittags oder zum Abendessen.",
|
||||
tags: [
|
||||
"Mittagstisch",
|
||||
"Abendessen",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-pizza-food-recipe-idea_53876-108029.jpg",
|
||||
},
|
||||
id: "f1", title: "Di–Fr geöffnet", author: "12:00–22:00", description: "Besuchen Sie uns mittags oder zum Abendessen.", tags: [
|
||||
"Mittagstisch", "Abendessen"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-pizza-food-recipe-idea_53876-108029.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sa–So geöffnet",
|
||||
author: "14:00–22:00",
|
||||
description: "Das perfekte Wochenende mit leckerer Pizza.",
|
||||
tags: [
|
||||
"Wochenende",
|
||||
"PizzaTime",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fig-pizza-freshly-baked-healthy-food-recipe_53876-94529.jpg",
|
||||
},
|
||||
id: "f2", title: "Sa–So geöffnet", author: "14:00–22:00", description: "Das perfekte Wochenende mit leckerer Pizza.", tags: [
|
||||
"Wochenende", "PizzaTime"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-fig-pizza-freshly-baked-healthy-food-recipe_53876-94529.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Montag Ruhetag",
|
||||
author: "Geschlossen",
|
||||
description: "An Montagen laden wir unsere Akkus auf.",
|
||||
tags: [
|
||||
"Pause",
|
||||
"Erholung",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-fettuccine-pasta-fork_84443-86328.jpg",
|
||||
},
|
||||
id: "f3", title: "Montag Ruhetag", author: "Geschlossen", description: "An Montagen laden wir unsere Akkus auf.", tags: [
|
||||
"Pause", "Erholung"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creamy-fettuccine-pasta-fork_84443-86328.jpg"},
|
||||
]}
|
||||
title="Service & Öffnungszeiten"
|
||||
description="Wir sind für Sie da, um Ihren Hunger zu stillen."
|
||||
@@ -198,45 +131,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Hervorragende Pizza",
|
||||
quote: "Die beste Pizza in Walsum, immer frisch und schnell.",
|
||||
name: "Thomas Müller",
|
||||
role: "Stammgast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
||||
},
|
||||
id: "t1", title: "Hervorragende Pizza", quote: "Die beste Pizza in Walsum, immer frisch und schnell.", name: "Thomas Müller", role: "Stammgast", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Sehr familienfreundlich",
|
||||
quote: "Die Kinder lieben die Cheesy-Pizza!",
|
||||
name: "Sabine Weber",
|
||||
role: "Mutter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-pizza-boxes-white-background_1149-1995.jpg",
|
||||
},
|
||||
id: "t2", title: "Sehr familienfreundlich", quote: "Die Kinder lieben die Cheesy-Pizza!", name: "Sabine Weber", role: "Mutter", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-pizza-boxes-white-background_1149-1995.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Schneller Service",
|
||||
quote: "Super freundliche Mitarbeiter und tolle Preise.",
|
||||
name: "Ali Hassan",
|
||||
role: "Fan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-lying-floor-relaxing_1262-5659.jpg",
|
||||
},
|
||||
id: "t3", title: "Schneller Service", quote: "Super freundliche Mitarbeiter und tolle Preise.", name: "Ali Hassan", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-man-lying-floor-relaxing_1262-5659.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Immer wieder gut",
|
||||
quote: "Die Auswahl ist klasse, besonders die BBQ-Pizza.",
|
||||
name: "Julia Schneider",
|
||||
role: "Stammgast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg",
|
||||
},
|
||||
id: "t4", title: "Immer wieder gut", quote: "Die Auswahl ist klasse, besonders die BBQ-Pizza.", name: "Julia Schneider", role: "Stammgast", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-girl-talking-video-call-looks-laptop-having-online-meeting-sitting_1258-190963.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Authentisch",
|
||||
quote: "Wie im Italien-Urlaub. Absolut empfehlenswert.",
|
||||
name: "Markus K.",
|
||||
role: "Feinschmecker",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598351.jpg",
|
||||
},
|
||||
id: "t5", title: "Authentisch", quote: "Wie im Italien-Urlaub. Absolut empfehlenswert.", name: "Markus K.", role: "Feinschmecker", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598351.jpg"},
|
||||
]}
|
||||
title="Das sagen unsere Gäste"
|
||||
description="Vielen Dank für Ihre Treue und die netten Worte."
|
||||
@@ -248,20 +151,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Gibt es einen Lieferservice?",
|
||||
content: "Ja, wir bieten Lieferservice und Abholung an. Bitte beachten Sie, dass dies zeitweise je nach Fahrer-Verfügbarkeit variiert.",
|
||||
},
|
||||
id: "q1", title: "Gibt es einen Lieferservice?", content: "Ja, wir bieten Lieferservice und Abholung an. Bitte beachten Sie, dass dies zeitweise je nach Fahrer-Verfügbarkeit variiert."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Wo befindet ihr euch?",
|
||||
content: "Wir finden Sie in der Königstraße 1, 47178 Duisburg-Walsum.",
|
||||
},
|
||||
id: "q2", title: "Wo befindet ihr euch?", content: "Wir finden Sie in der Königstraße 1, 47178 Duisburg-Walsum."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Wie kann man bestellen?",
|
||||
content: "Rufen Sie uns einfach unter +49 203 50064563 an!",
|
||||
},
|
||||
id: "q3", title: "Wie kann man bestellen?", content: "Rufen Sie uns einfach unter +49 203 50064563 an!"},
|
||||
]}
|
||||
sideTitle="Fragen? Antworten."
|
||||
sideDescription="Alles, was Sie über Ihren Besuch wissen müssen."
|
||||
@@ -273,8 +167,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Besuchen Sie uns"
|
||||
description="Königstraße 1, 47178 Duisburg. Wir freuen uns auf Ihren Anruf!"
|
||||
@@ -288,13 +181,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Pizzeria Aroma"
|
||||
leftLink={{
|
||||
text: "Impressum",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Impressum", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Datenschutz",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Datenschutz", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user