From 06b99eade9fca8f4c10759aa6cc5ab1b8a522840 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 16:09:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 55 +++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ceb3fd..16c29c0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { @@ -246,16 +259,20 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "https://twitter.com", ariaLabel: "Follow us on Twitter"}, + href: "https://twitter.com", ariaLabel: "Follow us on Twitter" + }, { icon: Linkedin, - href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn"}, + href: "https://linkedin.com", ariaLabel: "Connect on LinkedIn" + }, { icon: Github, - href: "https://github.com", ariaLabel: "View our code on GitHub"}, + href: "https://github.com", ariaLabel: "View our code on GitHub" + }, { icon: Instagram, - href: "https://instagram.com", ariaLabel: "Follow us on Instagram"}, + href: "https://instagram.com", ariaLabel: "Follow us on Instagram" + }, ]} /> -- 2.49.1