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