Merge version_1 into main #5

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

View File

@@ -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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_wi=1", 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", 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?_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: "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: "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: "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"
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"
}
]}
/>