diff --git a/src/app/page.tsx b/src/app/page.tsx index d84244d..6286a7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Sparkles, BookOpen, Play, Heart, BookMarked, Twitter, Youtube, Discord } from 'lucide-react'; +import { Sparkles, BookOpen, Play, Heart, BookMarked, Twitter, Youtube } from 'lucide-react'; export default function LandingPage() { return ( @@ -214,8 +214,7 @@ export default function LandingPage() { copyrightText="© 2025 Naruto Fan Community | Celebrating the Ninja Legacy" socialLinks={[ { icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }, - { icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" }, - { icon: Discord, href: "https://discord.com", ariaLabel: "Discord" } + { icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" } ]} />