diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0edfde9..9712ba9 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,64 +34,41 @@ export default function LandingPage() {
@@ -479,23 +276,17 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
- href: "https://facebook.com/inwimoneye",
- ariaLabel: "Facebook",
- },
+ href: "https://facebook.com/inwimoneye", ariaLabel: "Facebook"},
{
icon: Twitter,
- href: "https://twitter.com/inwimoneye",
- ariaLabel: "Twitter",
- },
+ href: "https://twitter.com/inwimoneye", ariaLabel: "Twitter"},
{
icon: Linkedin,
- href: "https://linkedin.com/company/inwimoneye",
- ariaLabel: "LinkedIn",
- },
+ href: "https://linkedin.com/company/inwimoneye", ariaLabel: "LinkedIn"},
]}
/>
);
-}
+}
\ No newline at end of file