From 9a24891a8b5e9d6e423f04b0cdaba933942b92b9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 21:29:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 345 ++++++++++------------------------------------- 1 file changed, 68 insertions(+), 277 deletions(-) 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