diff --git a/features/home/sections/Hero/main.tsx b/features/home/sections/Hero/main.tsx index cc4e03e..86998ea 100644 --- a/features/home/sections/Hero/main.tsx +++ b/features/home/sections/Hero/main.tsx @@ -37,32 +37,45 @@ const dummyData = [ }, { id: "jo21j189291", - isClickable: false, + isClickable: true, title: "Warning System", tags: [], description: "This is a warning system for anime that contain controversial content. This system is designed to inform viewers about the potential risks of watching certain anime. Viewer discretion is advised. Please watch these anime at your own risk.", - buttonContent: "Watch Now", + buttonContent: "Learn More", buttonLink: "https://www.example.com/boku-no-pico", imageUrl: "", startDate: "2024-01-01", endDate: "2024-12-31", }, + { + id: "dwasdasdasd", + isClickable: false, + title: "", + tags: [], + description: "", + buttonContent: "", + buttonLink: "", + imageUrl: + "https://wallpapers.com/images/featured/cool-boy-anime-y61kpjindsmr277u.jpg", + startDate: "2024-01-01", + endDate: "2024-12-31", + }, ]; // End of dummy data const Hero = () => { const router = useRouter(); return ( -
+ {slide.description} +
+ {slide.isClickable && ( +- Twelve years ago, a colossal demon fox terrorized the world. - During the monster's attack on the Hidden Leaf Village, the - Hokage—the village's leader and most powerful ninja—sacrifices - himself to seal the beast inside a newborn, relieving - civilization from destruction while dooming the baby to a - lonely life. Now, after years of being shunned and bullied, - Naruto Uzumaki pesters the village with elaborate pranks and - vandalism. Despite these antics, he works hard to achieve his - dream: to become the Hokage and earn the acknowledgement of - those who have mistreated him for his entire life. Naruto - joins Team 7, a ninja squad made up of two of his - peers—prodigy Sasuke Uchiha and clever Sakura Haruno. -
- {slide.isClickable && ( - - )} -- Twelve years ago, a colossal demon fox terrorized the world. - During the monster's attack on the Hidden Leaf Village, the - Hokage—the village's leader and most powerful ninja—sacrifices - himself to seal the beast inside a newborn, relieving - civilization from destruction while dooming the baby to a lonely - life. Now, after years of being shunned and bullied, Naruto - Uzumaki pesters the village with elaborate pranks and vandalism. - Despite these antics, he works hard to achieve his dream: to - become the Hokage and earn the acknowledgement of those who have - mistreated him for his entire life. Naruto joins Team 7, a ninja - squad made up of two of his peers—prodigy Sasuke Uchiha and - clever Sakura Haruno. + {slide.description}
{slide.isClickable && (