diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 52230eb..51862a8 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -26,26 +26,11 @@ export default function LandingPage() {
@@ -56,28 +41,16 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
- useInvertedBackground={false}
+ useInvertedBackground={true}
title="Main Menu"
description="Classic and contemporary dishes."
products={[
{
- id: "m1",
- brand: "Chef",
- name: "Steak",
- price: "€29.00",
- rating: 5,
- reviewCount: "40",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg",
- },
+ id: "m1", brand: "Chef", name: "Steak", price: "€29.00", rating: 5,
+ reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717853.jpg"},
{
- id: "m2",
- brand: "Chef",
- name: "Salmon",
- price: "€26.00",
- rating: 5,
- reviewCount: "22",
- imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg",
- },
+ id: "m2", brand: "Chef", name: "Salmon", price: "€26.00", rating: 5,
+ reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/women-with-burgers-drinks-sitting-table_23-2148975051.jpg"},
]}
/>
@@ -85,13 +58,11 @@ export default function LandingPage() {
@@ -102,18 +73,14 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/spoorzicht",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/spoorzicht", ariaLabel: "Facebook"},
{
icon: Instagram,
- href: "https://instagram.com/spoorzicht",
- ariaLabel: "Instagram",
- },
+ href: "https://instagram.com/spoorzicht", ariaLabel: "Instagram"},
]}
/>
);
-}
+}
\ No newline at end of file