Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-24 13:19:05 +00:00

View File

@@ -29,34 +29,23 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
href: "/",
name: "Home", id: "home"
},
{
name: "Warum?",
id: "features",
href: "#features",
name: "Warum?", id: "features"
},
{
name: "Speisekarte",
id: "menu",
href: "#menu",
name: "Speisekarte", id: "menu"
},
{
name: "Kunden",
id: "testimonials",
href: "#testimonials",
name: "Kunden", id: "testimonials"
},
{
name: "Bestellen",
id: "contact",
href: "#contact",
},
name: "Bestellen", id: "contact"
}
]}
button={{
text: "Jetzt bestellen",
href: "tel:062197607299",
text: "Jetzt bestellen", href: "tel:062197607299"
}}
brandName="Pizzeria Jenny"
/>
@@ -65,34 +54,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "plain",
variant: "plain"
}}
title="Pizzeria Jenny"
description="Knusprige Pizza. Frische Zutaten. Direkt aus Mannheim zu dir nach Hause."
kpis={[
{
value: "5000+",
label: "Lieferungen",
value: "5000+", label: "Lieferungen"
},
{
value: "10+",
label: "Jahre Erfahrung",
value: "10+", label: "Jahre Erfahrung"
},
{
value: "98%",
label: "Zufriedenheit",
},
value: "98%", label: "Zufriedenheit"
}
]}
enableKpiAnimation={true}
buttons={[
{
text: "📞 Jetzt bestellen",
href: "tel:062197607299",
text: "📞 Jetzt bestellen", href: "tel:062197607299"
},
{
text: "🍕 Speisekarte ansehen",
href: "#menu",
},
text: "🍕 Speisekarte ansehen", href: "#menu"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/mixed-pizza-with-meat-chicek-olive-tomato-cheese_140725-5871.jpg"
mediaAnimation="none"
@@ -106,38 +90,23 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "feature-1",
title: "🔥 Knuspriger Boden",
author: "Pizzeria Jenny Team",
description: "Dünn, frisch und perfekt gebacken genau wie echte italienische Pizza.",
tags: [
"Qualität",
"Authentisch",
id: "feature-1", title: "🔥 Knuspriger Boden", author: "Pizzeria Jenny Team", description: "Dünn, frisch und perfekt gebacken genau wie echte italienische Pizza.", tags: [
"Qualität", "Authentisch"
],
imageSrc: "http://img.b2bpic.net/free-photo/dish-covered-burning-salt-with-tomatoes-garlics_140725-3136.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dish-covered-burning-salt-with-tomatoes-garlics_140725-3136.jpg"
},
{
id: "feature-2",
title: "🚀 Schnelle Lieferung",
author: "Pizzeria Jenny Team",
description: "Heiß und frisch direkt zu dir nach Hause in Mannheim.",
tags: [
"Service",
"Effizient",
id: "feature-2", title: "🚀 Schnelle Lieferung", author: "Pizzeria Jenny Team", description: "Heiß und frisch direkt zu dir nach Hause in Mannheim.", tags: [
"Service", "Effizient"
],
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper-bag_23-2149005423.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-paper-bag_23-2149005423.jpg"
},
{
id: "feature-3",
title: "💰 Top Preis-Leistung",
author: "Pizzeria Jenny Team",
description: "Große Portionen, fairer Preis perfekt für jeden Tag.",
tags: [
"Preiswert",
"Wertvoll",
id: "feature-3", title: "💰 Top Preis-Leistung", author: "Pizzeria Jenny Team", description: "Große Portionen, fairer Preis perfekt für jeden Tag.", tags: [
"Preiswert", "Wertvoll"
],
imageSrc: "http://img.b2bpic.net/free-vector/restaurant-web-banners-collection-with-photo_23-2147862561.jpg",
},
imageSrc: "http://img.b2bpic.net/free-vector/restaurant-web-banners-collection-with-photo_23-2147862561.jpg"
}
]}
title="Warum Pizzeria Jenny?"
description="Wir bringen Ihnen authentischen Genuss direkt an Ihre Tür. Frische Zutaten, knuspriger Boden und schneller Service dafür stehen wir."
@@ -152,41 +121,21 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "pizza-salami",
brand: "Classic",
name: "Pizza Salami",
price: "ab 9,50 €",
rating: 4.5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-psd/whole-pepperoni-pizza-top-view_84443-78808.jpg",
id: "pizza-salami", brand: "Classic", name: "Pizza Salami", price: "ab 9,50 €", rating: 4.5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-psd/whole-pepperoni-pizza-top-view_84443-78808.jpg"
},
{
id: "pizza-quattro",
brand: "Special",
name: "Quattro Formaggi",
price: "ab 10,90 €",
rating: 4.8,
reviewCount: "185",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702817.jpg",
id: "pizza-quattro", brand: "Special", name: "Quattro Formaggi", price: "ab 10,90 €", rating: 4.8,
reviewCount: "185", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pizza_23-2150702817.jpg"
},
{
id: "pizza-tonno",
brand: "Seafood",
name: "Pizza Tonno",
price: "ab 10,20 €",
rating: 4.2,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/lahmajun-minced-meat-cheese-parsley-lemon-side-view_141793-12251.jpg",
id: "pizza-tonno", brand: "Seafood", name: "Pizza Tonno", price: "ab 10,20 €", rating: 4.2,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/lahmajun-minced-meat-cheese-parsley-lemon-side-view_141793-12251.jpg"
},
{
id: "side-fries",
brand: "Snack",
name: "Cheese Fries",
price: "4,90 €",
rating: 4,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-french-fries-close-up_23-2148910362.jpg",
},
id: "side-fries", brand: "Snack", name: "Cheese Fries", price: "4,90 €", rating: 4,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-french-fries-close-up_23-2148910362.jpg"
}
]}
title="Unsere Highlights"
description="Entdecken Sie unsere beliebtesten Pizzen und Snacks perfekt für jeden Geschmack. ⭐ 4,2 / 5 aus über 250 Bewertungen"
@@ -199,41 +148,17 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Laura S.",
date: "2 Wochen her",
title: "Perfekt!",
quote: "Echt leckere Pizza. Dünner aber dennoch knuspriger Boden. Immer wieder gerne!",
tag: "Pizza Liebhaber",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg",
id: "1", name: "Laura S.", date: "2 Wochen her", title: "Perfekt!", quote: "Echt leckere Pizza. Dünner aber dennoch knuspriger Boden. Immer wieder gerne!", tag: "Pizza Liebhaber", avatarSrc: "http://img.b2bpic.net/free-photo/happy-man-bachelor-party-laughing_23-2149275479.jpg"
},
{
id: "2",
name: "Max B.",
date: "3 Tage her",
title: "Super Service",
quote: "Sehr nettes Personal und gutes Essen. Die Lieferung war auch blitzschnell.",
tag: "Stammkunde",
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-confident-cheerful-leaning-wooden-wall-walking-street-city-sunny-day_839833-5962.jpg",
id: "2", name: "Max B.", date: "3 Tage her", title: "Super Service", quote: "Sehr nettes Personal und gutes Essen. Die Lieferung war auch blitzschnell.", tag: "Stammkunde", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-smiling-confident-cheerful-leaning-wooden-wall-walking-street-city-sunny-day_839833-5962.jpg"
},
{
id: "3",
name: "Lena H.",
date: "1 Monat her",
title: "Beste Pizza in Mannheim",
quote: "Seit Jahren meine Anlaufstelle für authentische Pizza. Die Qualität ist immer top!",
tag: "Feinschmecker",
avatarSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg",
id: "3", name: "Lena H.", date: "1 Monat her", title: "Beste Pizza in Mannheim", quote: "Seit Jahren meine Anlaufstelle für authentische Pizza. Die Qualität ist immer top!", tag: "Feinschmecker", avatarSrc: "http://img.b2bpic.net/free-photo/indoor-portrait-gorgeous-young-caucasian-female-student-with-perfect-healthy-skin_273609-9035.jpg"
},
{
id: "4",
name: "Tim M.",
date: "Gestern",
title: "Preis-Leistung unschlagbar",
quote: "Für den Preis bekommt man hier wirklich viel geboten. Große Pizzen, frische Zutaten. Absolute Empfehlung!",
tag: "Sparfuchs",
avatarSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg",
},
id: "4", name: "Tim M.", date: "Gestern", title: "Preis-Leistung unschlagbar", quote: "Für den Preis bekommt man hier wirklich viel geboten. Große Pizzen, frische Zutaten. Absolute Empfehlung!", tag: "Sparfuchs", avatarSrc: "http://img.b2bpic.net/free-photo/businesspeople-office-meeting_23-2148908968.jpg"
}
]}
title="Das sagen unsere Kunden"
description="Über 250 Bewertungen sprechen für sich. Hören Sie, was unsere Stammkunden über uns denken."
@@ -244,21 +169,18 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
variant: "plain"
}}
tag="Kontaktiere uns"
title="Hunger? Jetzt direkt bestellen!"
description="Rufen Sie uns an unter 0621 97607299 oder besuchen Sie uns in der Alte Frankfurter Str. 32, Mannheim. Geöffnet bis 23:00 Uhr. Wir freuen uns auf Ihre Bestellung!"
buttons={[
{
text: "Jetzt anrufen & bestellen",
href: "tel:062197607299",
text: "Jetzt anrufen & bestellen", href: "tel:062197607299"
},
{
text: "Auf Karte anzeigen",
href: "https://www.google.com/maps/search/Alte+Frankfurter+Str.+32,+Mannheim",
onClick: "() => window.open('https://www.google.com/maps/search/Alte+Frankfurter+Str.+32,+Mannheim', '_blank')",
},
text: "Auf Karte anzeigen", href: "https://www.google.com/maps/search/Alte+Frankfurter+Str.+32,+Mannheim", onClick: () => window.open('https://www.google.com/maps/search/Alte+Frankfurter+Str.+32,+Mannheim', '_blank')
}
]}
/>
</div>
@@ -267,62 +189,50 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Speisekarte",
items: [
title: "Speisekarte", items: [
{
label: "Pizzen",
href: "#menu",
label: "Pizzen", href: "#menu"
},
{
label: "Pasta",
href: "#",
label: "Pasta", href: "#"
},
{
label: "Salate",
href: "#",
label: "Salate", href: "#"
},
{
label: "Getränke",
href: "#",
},
],
label: "Getränke", href: "#"
}
]
},
{
title: "Info",
items: [
title: "Info", items: [
{
label: "Warum Jenny?",
href: "#features",
label: "Warum Jenny?", href: "#features"
},
{
label: "Kundenstimmen",
href: "#testimonials",
label: "Kundenstimmen", href: "#testimonials"
},
{
label: "Kontakt",
href: "#contact",
},
],
label: "Kontakt", href: "#contact"
}
]
},
{
title: "Rechtliches",
items: [
title: "Rechtliches", items: [
{
label: "Impressum",
href: "#",
label: "Impressum", href: "#"
},
{
label: "Datenschutz",
href: "#",
label: "Datenschutz", href: "#"
},
{
label: "AGB",
href: "#",
},
],
},
label: "AGB", href: "#"
}
]
}
]}
bottomLeftText="© 2026 Pizzeria Jenny Mannheim"
bottomRightText=""
/>
</div>
</ReactLenis>