From bdd48555bf59552864d5a59a3ee43291e4136b47 Mon Sep 17 00:00:00 2001 From: real-zephex Date: Fri, 7 Jun 2024 09:55:23 +0530 Subject: =?UTF-8?q?=F0=9F=9A=80=20feat(ui):=20added=20manga=20with=20bette?= =?UTF-8?q?r=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/components/header/header.jsx | 54 +++++++++++++++++++++--------------- 1 file changed, 31 insertions(+), 23 deletions(-) (limited to 'src/app/components') diff --git a/src/app/components/header/header.jsx b/src/app/components/header/header.jsx index 104911b..950b807 100644 --- a/src/app/components/header/header.jsx +++ b/src/app/components/header/header.jsx @@ -1,30 +1,38 @@ import Link from "next/link"; -import styles from "../../page.module.css"; import { ThemeSwitcher } from "../themeSwitcher"; +import { + Navbar, + NavbarBrand, + NavbarContent, + NavbarItem, + Button, +} from "@nextui-org/react"; export default async function Header() { return ( -
-

- Dramalama -

- {/*
- -

Anime

- - -

Kdrama

- - -

Series

- - -

Movies

- -
*/} - -
+ + +

+ Dramalama +

+
+ + + + + + + + + +
); } -- cgit v1.2.3