diff --git a/src/app/anime/[id]/page.tsx b/src/app/anime/[id]/page.tsx index a79d2d4..03ce31e 100644 --- a/src/app/anime/[id]/page.tsx +++ b/src/app/anime/[id]/page.tsx @@ -4,40 +4,23 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import React from "react"; -export default function AnimeDetailPage() { +export default function AnimePage() { return ( - - + +
-
-
-
- -
-
-

Anime Title

-

Synopsis: An incredible journey through the cosmos...

-
-
Rating: 9.2/10
-
Episodes: 24
-
-

Related Recommendations

-
- {[1, 2, 3, 4].map((i) => ( -
-
-

Recommendation {i}

-
- ))} -
-
-
+

Anime Details

); diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 0e7f2cb..67ced61 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -6,31 +6,29 @@ import React from "react"; export default function CatalogPage() { return ( - - + +

Anime Catalog

Filters

-
- - - -
- {[1, 2, 3, 4, 5, 6].map((i) => ( -
-
+ {[1, 2, 3].map((i) => ( +

Anime Title {i}

-

Action • 2024

))}
diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 1684507..e1eecc5 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -6,18 +6,30 @@ import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwe export default function DashboardPage() { return ( - - -
+ + +
diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx index dd7da3a..401471a 100644 --- a/src/app/login/page.tsx +++ b/src/app/login/page.tsx @@ -6,14 +6,27 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function LoginPage() { return ( - - -
+ + +
diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx index b5901af..b1fa145 100644 --- a/src/app/signup/page.tsx +++ b/src/app/signup/page.tsx @@ -6,14 +6,27 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; export default function SignupPage() { return ( - - -
+ + +