anix/: add buttons to discovery page

This commit is contained in:
Kentai Radiquum 2025-08-25 07:30:10 +05:00
parent bfb361a0a8
commit 61baffd295
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
2 changed files with 17 additions and 2 deletions

View file

@ -37,7 +37,7 @@ export const InterestingCarousel = () => {
<Swiper
modules={[Navigation]}
spaceBetween={8}
slidesPerView={3}
slidesPerView={"auto"}
direction={"horizontal"}
rewind={true}
navigation={{
@ -60,7 +60,7 @@ export const InterestingCarousel = () => {
style={{ maxWidth: "fit-content" }}
>
<Link href={`/release/${item.action}`}>
<div className="relative w-[480px] h-[270px] rounded-lg overflow-hidden">
<div className="relative w-[300px] md:w-[480px] aspect-video rounded-lg overflow-hidden">
<Image
src={item.image}
alt=""