From 2f9fef54ffc6f6fc6bbb83e118ffa8f1cf6f6431 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sun, 1 Mar 2026 21:55:24 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20adjust=20UI=20for=20ima?= =?UTF-8?q?ge-only=20banner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- features/home/sections/Hero/main.tsx | 105 +++++++++++++-------------- 1 file changed, 52 insertions(+), 53 deletions(-) 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 ( -
+
console.log("slide change")} onSwiper={(swiper) => console.log(swiper)} className="h-full" - // autoplay={{ delay: 5000, disableOnInteraction: false }} - // modules={[Autoplay, Pagination, Navigation]} + autoplay={{ delay: 5000, disableOnInteraction: false }} + modules={[Autoplay, Pagination, Navigation]} > {dummyData.map((slide) => slide.imageUrl ? ( @@ -73,44 +86,41 @@ const Hero = () => { alt={slide.title} className="absolute top-0 left-0 z-0 object-cover w-full h-full opacity-80" /> -
-

- {slide.title} -

-
- {slide.tags.map((tag) => ( - +

+ {slide.title} +

+
+ {slide.tags.map((tag) => ( + + {tag} + + ))} +
+

+ {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 && ( - - )} -
+ )} ) : ( // Fallback for slides without image @@ -129,18 +139,7 @@ const Hero = () => { ))}

- 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 && (