From f8c224bd3c84e08f4f2de4e5f4b2c01d60a9f89e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 18:30:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a42aba..a0b2630 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Award, BarChart3, CreditCard, Cpu, Discord, Facebook, Gamepad2, HelpCircle, MessageCircle, Rocket, Shield, Sparkles, Star, Trophy, Twitch, Twitter, Users, Youtube, Zap } from "lucide-react"; +import { Award, BarChart3, CreditCard, Cpu, Facebook, Gamepad2, HelpCircle, MessageCircle, Rocket, Shield, Sparkles, Star, Trophy, Twitch, Twitter, Users, Youtube, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -298,8 +298,7 @@ export default function LandingPage() { { icon: Facebook, href: "https://facebook.com", ariaLabel: "GameVerse Facebook" }, { icon: Twitter, href: "https://twitter.com", ariaLabel: "GameVerse Twitter" }, { icon: Twitch, href: "https://twitch.tv", ariaLabel: "GameVerse Twitch" }, - { icon: Youtube, href: "https://youtube.com", ariaLabel: "GameVerse YouTube" }, - { icon: Discord, href: "https://discord.com", ariaLabel: "GameVerse Discord" } + { icon: Youtube, href: "https://youtube.com", ariaLabel: "GameVerse YouTube" } ]} />