import { Book, Menu, Sunset, Trees, Zap } from "lucide-react";
import { cn } from "@/lib/utils";
import {
Accordion,
AccordionContent,
AccordionItem,
AccordionTrigger,
} from "@/components/ui/accordion";
import { Button, buttonVariants } from "@/components/ui/button";
import { navigationMenuTriggerStyle } from "@/components/ui/navigation-menu";
import {
Sheet,
SheetContent,
SheetHeader,
SheetTitle,
SheetTrigger,
} from "@/components/ui/sheet";
import Link from "next/link";
const subMenuItemsOne = [
{
title: "Blog",
description: "The latest industry news, updates, and info",
icon: ,
},
{
title: "Compnay",
description: "Our mission is to innovate and empower the world",
icon: ,
},
{
title: "Careers",
description: "Browse job listing and discover our workspace",
icon: ,
},
{
title: "Support",
description:
"Get in touch with our support team or visit our community forums",
icon: ,
},
];
const subMenuItemsTwo = [
{
title: "Help Center",
description: "Get all the answers you need right here",
icon: ,
},
{
title: "Contact Us",
description: "We are here to help you with any questions you have",
icon: ,
},
{
title: "Status",
description: "Check the current status of our services and APIs",
icon: ,
},
{
title: "Terms of Service",
description: "Our terms and conditions for using our services",
icon: ,
},
];
const Navbar = () => {
return (
);
};
export default Navbar;