Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-03-04 18:49:45 +00:00

View File

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