From a2508328c4f17b45e25675c4ffb483e061d143c4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 30 Apr 2026 14:53:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 168 +++++++---------------------------------------- 1 file changed, 25 insertions(+), 143 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 97b5bc4..4f696df 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -234,16 +124,8 @@ export default function LandingPage() { logoText="V-Infinite" copyrightText="© 2025 V-Infinite | Immersive Worlds" socialLinks={[ - { - icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, - { - icon: Github, - href: "#", - ariaLabel: "Github", - }, + { icon: Twitter, href: "#", ariaLabel: "Twitter" }, + { icon: Github, href: "#", ariaLabel: "Github" }, ]} /> -- 2.49.1