diff --git a/latosa-frontend/components/nav-bar.tsx b/latosa-frontend/components/nav-bar.tsx index 9f20767..05eae36 100644 --- a/latosa-frontend/components/nav-bar.tsx +++ b/latosa-frontend/components/nav-bar.tsx @@ -10,12 +10,6 @@ import { } from "@/components/ui/accordion"; import { Button, buttonVariants } from "@/components/ui/button"; import { - NavigationMenu, - NavigationMenuContent, - NavigationMenuItem, - NavigationMenuLink, - NavigationMenuList, - NavigationMenuTrigger, navigationMenuTriggerStyle, } from "@/components/ui/navigation-menu"; import { @@ -103,85 +97,17 @@ const Navbar = () => { > Accueil - - - - - Products - - - - - {subMenuItemsOne.map( - (item, idx) => ( - - - {item.icon} - - - { - item.title - } - - - { - item.description - } - - - - - ), - )} - - - - - - - Resources - - - - - {subMenuItemsTwo.map( - (item, idx) => ( - - - {item.icon} - - - { - item.title - } - - - { - item.description - } - - - - - ), - )} - - - - - - + + Calendar +
- { - item.description - } -