Merge version_2 into main #3
@@ -58,6 +58,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "Frankfurter Str. 45", description: "Wallmerod" },
|
||||
{ id: "m2", value: "täglich geöffnet", description: "Besuchen Sie uns" },
|
||||
@@ -72,13 +73,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ 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: "" },
|
||||
{ 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 und lecker zubereitet."
|
||||
@@ -89,6 +91,7 @@ export default function LandingPage() {
|
||||
<FeatureCardTwentySeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Bestellung"
|
||||
description="Wir freuen uns auf Ihre Bestellung."
|
||||
features={[
|
||||
@@ -105,9 +108,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
title="Das sagen unsere Kunden"
|
||||
testimonials={[
|
||||
{ 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." }
|
||||
{ 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 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,6 +119,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
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: "message", type: "text", placeholder: "Nachricht" },
|
||||
|
||||
Reference in New Issue
Block a user