From 9cd041982c06e0b67becc0f054d625ac4894f527 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 15:43:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 +++++++++++------------------------------------ 1 file changed, 34 insertions(+), 111 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a35dd95..1c21bc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,16 +47,13 @@ export default function LandingPage() {
@@ -260,23 +189,17 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Github, - href: "#", - ariaLabel: "Github", - }, + href: "#", ariaLabel: "Github"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, ]} /> ); -} +} \ No newline at end of file -- 2.49.1