From f55368acfe848030cb339f3d615d90494d80ed6e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:49:41 +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 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" } ]} /> -- 2.49.1