From c9badcdcadc37b48393d5fa7e1bea15399a8e74b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 21:14:55 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 63 +++++++++++-------------------------------- 1 file changed, 15 insertions(+), 48 deletions(-) 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() { @@ -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