while navigating from the navbar, if you are on /blog the navbar should highlight 'Blog', the same applies if the user is on /pricing the navbar should highlight 'Pricing`.
For dropdowns, if the user is on any subcomponent page, it should highlight the respective nav item.
By highlight, I mean change the styling maybe add a bottom border, or change bg.
while navigating from the navbar, if you are on
/blog
the navbar should highlight 'Blog', the same applies if the user is on/pricing
the navbar should highlight 'Pricing`.For dropdowns, if the user is on any subcomponent page, it should highlight the respective nav item.
By highlight, I mean change the styling maybe add a bottom border, or change bg.
something like this -