diff --git a/src/components/navigationBar/Unsigned.tsx b/src/components/navigationBar/Unsigned.tsx index fd7d925..e87cb2d 100644 --- a/src/components/navigationBar/Unsigned.tsx +++ b/src/components/navigationBar/Unsigned.tsx @@ -6,29 +6,29 @@ import { } from "@/components/ui/dropdown-menu"; import { Menu } from "lucide-react"; import { Card } from "@/components/ui/card"; - import ThemeToggle from "@/components/theme-toggle"; +// import ThemeToggle from "@/components/theme-toggle"; import { Button } from "@/components/ui/button"; - import ShadcnKit from "@/components/icons/shadcn-kit"; - import { nanoid } from "nanoid"; +// import ShadcnKit from "@/components/icons/shadcn-kit"; +// import { nanoid } from "nanoid"; import Link from "next/link"; - const Navbar = () => { +export function UnsignedNav() { return ( - + {/* */} -
    +
    • Home
    • - Features + Businesses
    • - Pricing + Projects
    • - FAQs + Blog
    • @@ -100,7 +100,7 @@ import { - + {/* */} ); @@ -108,50 +108,49 @@ import { const landings = [ { - id: nanoid(), + id: 1, title: "Landing 01", route: "/project-management", }, { - id: nanoid(), + id: 2, title: "Landing 02", route: "/crm-landing", }, { - id: nanoid(), + id: 3, title: "Landing 03", route: "/ai-content-landing", }, { - id: nanoid(), + id: 4, title: "Landing 04", route: "/new-intro-landing", }, { - id: nanoid(), + id: 5, title: "Landing 05", route: "/about-us-landing", }, { - id: nanoid(), + id: 6, title: "Landing 06", route: "/contact-us-landing", }, { - id: nanoid(), + id: 7, title: "Landing 07", route: "/faqs-landing", }, { - id: nanoid(), + id: 8, title: "Landing 08", route: "/pricing-landing", }, { - id: nanoid(), + id: 9, title: "Landing 09", route: "/career-landing", }, ]; - - export default Navbar; \ No newline at end of file + \ No newline at end of file