From 68d9a728a283a2e11fd28ba73135341e11de4045 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 14:00:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 274 ++++++++++------------------------------------- 1 file changed, 54 insertions(+), 220 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8632427..fa523a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,77 +34,42 @@ export default function LandingPage() {
@@ -437,19 +277,13 @@ export default function LandingPage() { socialLinks={[ { icon: Facebook, - href: "#", - ariaLabel: "Facebook link", - }, + href: "#", ariaLabel: "Facebook link"}, { icon: Instagram, - href: "#", - ariaLabel: "Instagram link", - }, + href: "#", ariaLabel: "Instagram link"}, { icon: Twitter, - href: "#", - ariaLabel: "Twitter link", - }, + href: "#", ariaLabel: "Twitter link"}, ]} /> -- 2.49.1