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