diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 011b62f..44d9f8d 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -26,26 +26,11 @@ export default function LandingPage() {
@@ -53,15 +38,12 @@ export default function LandingPage() {
@@ -88,18 +68,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