diff --git a/components/2024/layout/navbar.jsx b/components/2024/layout/navbar.jsx index a28e1f2..feceb69 100644 --- a/components/2024/layout/navbar.jsx +++ b/components/2024/layout/navbar.jsx @@ -1,67 +1,75 @@ "use client"; - -import Image from "next/image"; -import Link from "next/link"; -import { QUICKET_LINK } from "@/2023/utils/constants"; -import { useState } from "react"; +import { useState, Fragment } from "react"; +import { Dialog, Disclosure, Popover, Transition } from "@headlessui/react"; +import { Cross1Icon, HamburgerMenuIcon, ChevronDownIcon, HeartFilledIcon } from "@radix-ui/react-icons" import Logo from "@/components/ui/logo"; -import Banner from "@/components/banner"; - -export default function Navbar2024() { - const NavbarLinks = [ +import { BanknotesIcon, DocumentTextIcon, RocketLaunchIcon, ShieldExclamationIcon, TruckIcon, UserGroupIcon} from '@heroicons/react/24/outline' +const NavbarLinks = [ // { // path: "/2024/schedule", // label: "Schedule", // }, { - path: "/2024/sponsors", - label: "Sponsors", + path: "/2024/sponsors", + label: "Sponsors", }, { - path: "#", - label: "Speakers", - subLinks: [ - { - path: "/2024/speakers", - label: "PyCon 2024 Speakers", - }, - ], + path: "#", + label: "Speakers", + subLinks: [ + { + path: "/2024/speakers", + label: "PyCon 2024 Speakers", + description: "Get to know the speakers at PyCon 2024.", + icon: