anix/feat: add wathing now and collections of the week to discovery page

This commit is contained in:
Kentai Radiquum 2025-08-25 17:55:51 +05:00
parent b25bb4d6e9
commit 05cb74b7f2
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 74 additions and 32 deletions

View file

@ -40,12 +40,6 @@ export const ReleaseCourusel = (props: {
prevEl: ".swiper-button-prev"
}}
allowTouchMove={true}
breakpoints={{
1800: {
initialSlide: 2,
centeredSlides: true
}
}}
className={Styles.swiper}
>
{props.content.map((release) => {