From 378a0ba5c1c6549c219fb7411d982c401399a85c Mon Sep 17 00:00:00 2001 From: development Date: Mon, 29 Dec 2025 11:54:51 +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 8bb000e..708dadf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Crown, Sparkles, Zap, Twitter, Youtube, Instagram, Discord } from "lucide-react"; +import { Crown, Sparkles, Zap, Twitter, Youtube, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -318,8 +318,7 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, href: "https://twitter.com/gaminggear", ariaLabel: "Follow GamingGear on Twitter" }, { icon: Youtube, href: "https://youtube.com/gaminggear", ariaLabel: "Watch GamingGear on YouTube" }, - { icon: Instagram, href: "https://instagram.com/gaminggear", ariaLabel: "Follow GamingGear on Instagram" }, - { icon: Discord, href: "https://discord.com/invite/gaminggear", ariaLabel: "Join GamingGear Discord" } + { icon: Instagram, href: "https://instagram.com/gaminggear", ariaLabel: "Follow GamingGear on Instagram" } ]} />