mirror of
https://github.com/Radiquum/AniX.git
synced 2025-09-06 06:23:53 +05:00
anix/feat: add wathing now and collections of the week to discovery page
This commit is contained in:
parent
b25bb4d6e9
commit
05cb74b7f2
9 changed files with 74 additions and 32 deletions
|
@ -1,6 +1,8 @@
|
|||
"use client";
|
||||
import { DiscussingTodayCarousel } from "#/components/Discovery/DiscussingTodayCarousel";
|
||||
import { CollectionsOfTheWeek } from "#/components/Discovery/CollectionsOfTheWeek";
|
||||
import { DiscussingToday } from "#/components/Discovery/DiscussingToday";
|
||||
import { InterestingCarousel } from "#/components/Discovery/InterestingCarousel";
|
||||
import { WatchingNowCarousel } from "#/components/Discovery/WatchingNowCarousel";
|
||||
import { Button } from "flowbite-react";
|
||||
|
||||
export const DiscoverPage = () => {
|
||||
|
@ -25,7 +27,9 @@ export const DiscoverPage = () => {
|
|||
<span>Фильтр</span>
|
||||
</Button>
|
||||
</div>
|
||||
<DiscussingTodayCarousel />
|
||||
<DiscussingToday />
|
||||
<WatchingNowCarousel />
|
||||
<CollectionsOfTheWeek />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue