anix/feat: add recommended to discovery page

This commit is contained in:
Kentai Radiquum 2025-08-25 18:02:35 +05:00
parent 05cb74b7f2
commit 56334893b4
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 30 additions and 1 deletions

View file

@ -2,6 +2,7 @@
import { CollectionsOfTheWeek } from "#/components/Discovery/CollectionsOfTheWeek";
import { DiscussingToday } from "#/components/Discovery/DiscussingToday";
import { InterestingCarousel } from "#/components/Discovery/InterestingCarousel";
import { RecommendedCarousel } from "#/components/Discovery/RecommendedCarousel";
import { WatchingNowCarousel } from "#/components/Discovery/WatchingNowCarousel";
import { Button } from "flowbite-react";
@ -27,6 +28,7 @@ export const DiscoverPage = () => {
<span>Фильтр</span>
</Button>
</div>
<RecommendedCarousel />
<DiscussingToday />
<WatchingNowCarousel />
<CollectionsOfTheWeek />