make the dropdown hover color from gradient to simple gray shade
make the button 3d
change the product card design in home page
add add to cart button in the home page
change design of button ghost
added s authState which helps conditonaly render components based on this state
stored user details in localStoarge so that server side end point does not get hit in every page load.
add a guard which protects routes and redirects to login if user is not logged in.
create a logout route