VilloKodeHode / mega-collab-modul-s

https://mega-collab-modul-s-u9ph.vercel.app
5 stars 0 forks source link

added all current subpages to the Navbar (can we find a way to dynami… #56

Closed VilloKodeHode closed 1 month ago

VilloKodeHode commented 1 month ago

…cally add all direct subpages here?)

added some files for base components

needs to be done futher: more styling for the header (hover effects, visual effects telling which is the current page) -> useRouter?

renamed:    app/components/atom/Button.jsx -> app/components/base/Card.jsx
new file:   app/components/base/CtaButton.jsx
new file:   app/components/base/Heading.jsx
renamed:    app/components/atom/NavLink.tsx -> app/components/header/atom/NavLink.tsx
new file:   app/components/header/molecule/Navbar.jsx
renamed:    app/components/organism/Header.jsx -> app/components/header/organism/Header.jsx
deleted:    app/components/molecule/Navbar.jsx
new file:   app/data/menuItems.js
modified:   app/layout.tsx