7 Commits

Author SHA1 Message Date
6ec48ccbe3 Merge version_2 into main
Merge version_2 into main
2026-04-26 15:32:03 +00:00
293774e6eb Update src/app/page.tsx 2026-04-26 15:31:57 +00:00
8b8d43e47e Merge version_2 into main
Merge version_2 into main
2026-04-26 15:31:27 +00:00
79167949df Update src/app/page.tsx 2026-04-26 15:31:24 +00:00
ed221f5a5c Merge version_2 into main
Merge version_2 into main
2026-04-26 15:30:55 +00:00
6197579501 Update src/app/page.tsx 2026-04-26 15:30:52 +00:00
015e3cf060 Merge version_1 into main
Merge version_1 into main
2026-04-26 15:24:24 +00:00

View File

@@ -29,62 +29,26 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Speisekarte",
id: "menu",
},
{
name: "Kontakt",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Speisekarte", id: "menu" },
{ name: "Kontakt", id: "contact" },
]}
brandName="Arena 3"
button={{
text: "Jetzt anrufen",
href: "tel:06435908414",
}}
button={{ text: "Jetzt anrufen", href: "tel:06435908414" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroCarouselLogo
logoText="Pizza & Kebap Haus Wallmerod"
description="Authentische Spezialitäten seit Jahren in Wallmerod."
logoText="Arena 3 Pizza & Kebap Haus"
description="Authentische Spezialitäten in Wallmerod."
buttons={[
{
text: "Bestellen",
href: "https://www.lieferando.de",
},
{
text: "Anrufen",
href: "tel:06435908414",
},
{ text: "Bestellen", href: "https://www.lieferando.de" },
{ text: "Anrufen", href: "tel:06435908414" },
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=1",
imageAlt: "pizza kebab restaurant interior",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/national-qutab-with-sumakh-other-spices_114579-2393.jpg",
imageAlt: "National qutab with sumakh and other spices.",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571586.jpg",
imageAlt: "Close up on street food in neon light",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235804.jpg",
imageAlt: "Side view chef preparing pizza",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/pizza-with-meat-pieces-tomato_140725-44256.jpg",
imageAlt: "Pizza with meat pieces and tomato",
},
{ imageAlt: "Arena 3 Pizza & Kebap Haus" },
{ imageAlt: "Arena 3 Pizza & Kebap Haus" },
]}
/>
</div>
@@ -96,29 +60,11 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "Frankfurter Str. 45",
description: "Standort Wallmerod",
},
{
id: "m2",
value: "4.2 ⭐",
description: "490 Rezensionen",
},
{
id: "m3",
value: "1-10€",
description: "Preisklasse",
},
{
id: "m4",
value: "Offen",
description: "Lieferstatus",
},
{ id: "m1", value: "Frankfurter Str. 45", description: "Wallmerod" },
{ id: "m2", value: "täglich geöffnet", description: "Besuchen Sie uns" },
]}
title="Unsere Fakten"
description="Was uns auszeichnet Ihr Lieblingsplatz in Wallmerod."
title="Arena 3"
description="Pizza, Döner, Lahmacun, Salat & Nudeln."
/>
</div>
@@ -129,63 +75,15 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
brand: "Bestseller",
name: "Dönerteller",
price: "ab 8€",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg?_wi=1",
},
{
id: "p2",
brand: "Klassiker",
name: "Döner Kebap",
price: "ab 5€",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg?_wi=1",
},
{
id: "p3",
brand: "Italienisch",
name: "Pizza",
price: "ab 6€",
rating: 4,
reviewCount: "80",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-neapolitan-pizza-board-with-cherry-tomatoes-free-space-text_78826-2847.jpg",
},
{
id: "p4",
brand: "Spezial",
name: "Lahmacun",
price: "ab 4€",
rating: 4,
reviewCount: "50",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-turkish-pizza-lahmajun-with-lemon-parsley_140725-6998.jpg",
},
{
id: "p5",
brand: "Frisch",
name: "Salat",
price: "ab 5€",
rating: 4,
reviewCount: "30",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-veggie-ingredients-bowl_23-2148585843.jpg",
},
{
id: "p6",
brand: "Pasta",
name: "Nudeln",
price: "ab 7€",
rating: 4,
reviewCount: "20",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-dark-pasta-dish-dough_140725-82174.jpg",
},
{ id: "p1", brand: "Arena 3", name: "Döner Kebap", price: "7,50€", rating: 5, reviewCount: "0", imageSrc: "" },
{ id: "p2", brand: "Arena 3", name: "Dönerteller", price: "ab 8€", rating: 5, reviewCount: "0", imageSrc: "" },
{ id: "p3", brand: "Arena 3", name: "Pizza", price: "ab 6€", rating: 5, reviewCount: "0", imageSrc: "" },
{ id: "p4", brand: "Arena 3", name: "Lahmacun", price: "ab 4€", rating: 5, reviewCount: "0", imageSrc: "" },
{ id: "p5", brand: "Arena 3", name: "Salat", price: "ab 5€", rating: 5, reviewCount: "0", imageSrc: "" },
{ id: "p6", brand: "Arena 3", name: "Nudeln", price: "ab 7€", rating: 5, reviewCount: "0", imageSrc: "" },
]}
title="Unsere Speisekarte"
description="Frisch zubereitet für Sie von herzhaft bis klassisch."
description="Frisch und lecker zubereitet."
/>
</div>
@@ -194,64 +92,12 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Bestellung"
description="Wir freuen uns auf Ihre Bestellung."
features={[
{
id: "f1",
title: "Lieferando",
descriptions: [
"Online bequem bestellen",
],
imageSrc: "http://img.b2bpic.net/free-photo/iskender-kebab-garnished-with-tomato-sauce-served-with-yoghurt_140725-254.jpg",
imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt",
},
{
id: "f2",
title: "Telefon",
descriptions: [
"Direkt anrufen",
],
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pizza-restaurant-table_23-2148305651.jpg?_wi=2",
imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt",
},
{
id: "f3",
title: "Abholung",
descriptions: [
"Einfach vorbeikommen",
],
imageSrc: "http://img.b2bpic.net/free-photo/beef-bone-barbecue-lavash-with-grilled-vegetables-red-sauce_114579-2969.jpg?_wi=2",
imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt",
},
{
id: "f4",
title: "Vor Ort",
descriptions: [
"Gemütlich essen",
],
imageSrc: "http://img.b2bpic.net/free-photo/meat-doner-bread-wooden-board_140725-2425.jpg?_wi=2",
imageAlt: "Iskender kebab garnished with tomato sauce, served with yoghurt",
},
{ id: "f1", title: "Lieferando", descriptions: ["Online bestellen"] },
{ id: "f2", title: "Telefonisch", descriptions: ["06435 908414"] },
]}
title="So bestellen Sie"
description="Genießen Sie unsere Spezialitäten ganz wie Sie möchten."
/>
</div>
<div id="banner" data-section="banner">
<MetricCardTwo
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
metrics={[
{
id: "b1",
value: "06435 908414",
description: "Rufen Sie uns jetzt an!",
},
]}
title="Jetzt bestellen"
description="Lassen Sie es sich schmecken!"
/>
</div>
@@ -261,72 +107,25 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
description=""
title="Das sagen unsere Kunden"
testimonials={[
{
id: "t1",
name: "Max M.",
role: "Kunde",
company: "Wallmerod",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesspeople-lunch-break-eating-pizza_23-2148908952.jpg",
},
{
id: "t2",
name: "Anna S.",
role: "Stammkunde",
company: "Wallmerod",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-their-cups-tea_23-2148693090.jpg",
},
{
id: "t3",
name: "Tim K.",
role: "Gast",
company: "Wallmerod",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-eating-pizza-after-working_23-2148298076.jpg",
},
{
id: "t4",
name: "Julia B.",
role: "Stammkunde",
company: "Wallmerod",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-satisfied-dark-skinned-female-model-with-afro-haircut-gentle-smile_273609-25888.jpg",
},
{
id: "t5",
name: "Lukas P.",
role: "Kunde",
company: "Wallmerod",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-asian-girl-barista-working-cafe-holding-cup-tea-giving-client-their-order_1258-199281.jpg",
},
{ id: "t1", name: "Gast 1", role: "Kunde", company: "Arena 3", rating: 5 },
{ id: "t2", name: "Gast 2", role: "Kunde", company: "Arena 3", rating: 5 },
{ id: "t3", name: "Gast 3", role: "Kunde", company: "Arena 3", rating: 5 }
]}
title="Kundenbewertungen"
description="Was unsere Gäste über uns sagen."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Öffnungszeiten & Kontakt"
title="Kontakt & Zeiten"
description="Frankfurter Str. 45, Wallmerod. Mo-Sa: 11-22h, So: 12-21h."
useInvertedBackground={false}
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
},
{
name: "email",
type: "email",
placeholder: "Email",
},
{ name: "name", type: "text", placeholder: "Name" },
{ name: "message", type: "text", placeholder: "Nachricht" },
]}
imageSrc="http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-while-relaxing-cafe_637285-8958.jpg"
imageAlt="Happy man talking to his girlfriend while relaxing in a cafe"
/>
</div>
@@ -334,28 +133,11 @@ export default function LandingPage() {
<FooterBaseCard
logoText="Arena 3"
columns={[
{
title: "Menü",
items: [
{
label: "Speisekarte",
href: "#menu",
},
],
},
{
title: "Kontakt",
items: [
{
label: "Telefon",
href: "tel:06435908414",
},
],
},
{ title: "Navigation", items: [{ label: "Home", href: "#nav" }, { label: "Speisekarte", href: "#menu" }] }
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}