Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 18:46:13 +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 (
@@ -49,7 +49,7 @@ export default function LandingPage() {
tag="Welcome to the Fandom"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "animated-grid" }}
background={{ variant: "fluid" }}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-ninja-wearing-equipment_23-2150961064.jpg"
imageAlt="Naruto iconic hero image"
buttons={[
@@ -110,13 +110,13 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "The Last Battle", price: "Season 17", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104497.jpg?_wi=1", imageAlt: "The Last Battle episode"
id: "1", name: "The Last Battle", price: "Season 17", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104497.jpg", imageAlt: "The Last Battle episode"
},
{
id: "2", name: "Final Confrontation", price: "Season 17", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-ninjas-fighting_23-2150961068.jpg?_wi=1", imageAlt: "Final Confrontation episode"
id: "2", name: "Final Confrontation", price: "Season 17", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-ninjas-fighting_23-2150961068.jpg", imageAlt: "Final Confrontation episode"
},
{
id: "3", name: "A New Beginning", price: "Season 18", imageSrc: "http://img.b2bpic.net/free-photo/witch-woman-forest_23-2147686827.jpg?_wi=1", imageAlt: "A New Beginning episode"
id: "3", name: "A New Beginning", price: "Season 18", imageSrc: "http://img.b2bpic.net/free-photo/witch-woman-forest_23-2147686827.jpg", imageAlt: "A New Beginning episode"
}
]}
/>
@@ -196,13 +196,13 @@ export default function LandingPage() {
useInvertedBackground={false}
blogs={[
{
id: "1", category: "Episode Review", title: "The Legacy of Team 7", excerpt: "Exploring how Naruto, Sasuke, and Sakura shaped the entire ninja world through their bonds and individual growth.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104497.jpg?_wi=2", imageAlt: "Team 7 legacy", authorName: "Riku Yamada", authorAvatar: "http://img.b2bpic.net/free-photo/view-ecstatic-football-fan-celebrating_23-2150860933.jpg", date: "15 Jan 2025"
id: "1", category: "Episode Review", title: "The Legacy of Team 7", excerpt: "Exploring how Naruto, Sasuke, and Sakura shaped the entire ninja world through their bonds and individual growth.", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-fire_23-2151104497.jpg", imageAlt: "Team 7 legacy", authorName: "Riku Yamada", authorAvatar: "http://img.b2bpic.net/free-photo/view-ecstatic-football-fan-celebrating_23-2150860933.jpg", date: "15 Jan 2025"
},
{
id: "2", category: "Analysis", title: "Greatest Battles in Naruto History", excerpt: "Ranking the most intense, emotional, and visually stunning battles that defined the series.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-ninjas-fighting_23-2150961068.jpg?_wi=2", imageAlt: "Epic battle scenes", authorName: "Yuki Tanaka", authorAvatar: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122915.jpg", date: "12 Jan 2025"
id: "2", category: "Analysis", title: "Greatest Battles in Naruto History", excerpt: "Ranking the most intense, emotional, and visually stunning battles that defined the series.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-ninjas-fighting_23-2150961068.jpg", imageAlt: "Epic battle scenes", authorName: "Yuki Tanaka", authorAvatar: "http://img.b2bpic.net/free-photo/urban-portrait-young-man-with-orange-hair_23-2149122915.jpg", date: "12 Jan 2025"
},
{
id: "3", category: "News", title: "New Boruto Developments", excerpt: "Breaking news about the next generation of ninja and how they continue Naruto's journey.", imageSrc: "http://img.b2bpic.net/free-photo/witch-woman-forest_23-2147686827.jpg?_wi=2", imageAlt: "Boruto series news", authorName: "Kenji Sato", authorAvatar: "http://img.b2bpic.net/free-photo/angry-young-sporty-man-wearing-headband-wristband-putting-hands-ears-isolated-green-background_141793-72496.jpg", date: "10 Jan 2025"
id: "3", category: "News", title: "New Boruto Developments", excerpt: "Breaking news about the next generation of ninja and how they continue Naruto's journey.", imageSrc: "http://img.b2bpic.net/free-photo/witch-woman-forest_23-2147686827.jpg", imageAlt: "Boruto series news", authorName: "Kenji Sato", authorAvatar: "http://img.b2bpic.net/free-photo/angry-young-sporty-man-wearing-headband-wristband-putting-hands-ears-isolated-green-background_141793-72496.jpg", date: "10 Jan 2025"
}
]}
/>
@@ -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>