Update src/app/page.tsx
This commit is contained in:
292
src/app/page.tsx
292
src/app/page.tsx
@@ -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>
|
||||
@@ -94,31 +58,12 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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>
|
||||
|
||||
@@ -127,65 +72,16 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
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", name: "Döner Kebap", price: "7,50€", rating: 5, reviewCount: "0", imageSrc: "" },
|
||||
{ id: "p2", name: "Dönerteller", price: "ab 8€", rating: 5, reviewCount: "0", imageSrc: "" },
|
||||
{ id: "p3", name: "Pizza", price: "ab 6€", rating: 5, reviewCount: "0", imageSrc: "" },
|
||||
{ id: "p4", name: "Lahmacun", price: "ab 4€", rating: 5, reviewCount: "0", imageSrc: "" },
|
||||
{ id: "p5", name: "Salat", price: "ab 5€", rating: 5, reviewCount: "0", imageSrc: "" },
|
||||
{ id: "p6", 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>
|
||||
|
||||
@@ -193,65 +89,12 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentySeven
|
||||
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>
|
||||
|
||||
@@ -260,73 +103,23 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
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: "", role: "", company: "", rating: 5, testimonial: "Wenn wir absolut keine Lust aufs Kochen haben holen wir Pizza oder Döner bei der Arena. Es war immer sehr gut, die Leute total nett und das Essen auch preislich total im Rahmen. Der Döner kostet aktuell 7,50 Euro. Das Brot ist top, die Salate superfrisch, Fleisch kann man wählen und unser Favorit, die Cocktail Sauce schmeckt uns super. Ja, und satt wird man davon auch." },
|
||||
{ id: "t2", name: "", role: "", company: "", rating: 5, testimonial: "Ich bestelle seit Jahren bei Arena 3 und bin insgesamt sehr zufrieden. Dieses Mal hatte ich wieder einen Drehspieß-Dürum mit Hähnchenfleisch, Salat und Cocktailsoße. Die Bestellung wurde wie gewohnt schnell zubereitet. Das Hähnchenfleisch war saftig und gut gewürzt, der Salat frisch und knackig. Die Cocktailsoße hat geschmacklich gut harmoniert und den Dürum angenehm abgerundet. Die Portion war ordentlich und sättigend. Über die Jahre hinweg ist die Qualität konstant geblieben, was ich besonders schätze. Für einen zuverlässigen und soliden Imbiss ist Arena 3 für mich seit Langem eine gute Adresse." },
|
||||
{ id: "t3", name: "", role: "", company: "", rating: 5, testimonial: "Wie immer sehr lecker..Frische Champignons am Schnitzel, top. Salat sehr lecker. Überbackene Nudeln spitze. Vielen Dank." }
|
||||
]}
|
||||
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."
|
||||
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 +127,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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user