diff --git a/src/app/page.tsx b/src/app/page.tsx
index d4a2141..5869c24 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -116,6 +119,7 @@ export default function LandingPage() {