also worked on initial implementation of navbar in

Basically, I plan to have a navigations table that stores the styles of the navbar and its position. Will allow customizing these styles later on.

I also have a navigation_items table that will hold information about single navbar item, this navbar item can be anything like a logo or link or cta. nav items will store information about style and location and also behaviour.

This might sound like overkill but it's going to allow me to build more variations of a navbar.