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