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" + }, ]} />