\r\n \r\n Sign-in\r\n \r\n\r\n \r\n\r\n \r\n Create Account\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n {/* search button, create your own search button dialog. or copy it from launchmvpfast components */}\r\n \r\n\r\n \r\n\r\n \r\n
\r\n
\r\n \r\n )\r\n}\r\n",
"type": "registry:component",
"target": "components/navbar.tsx"
},
{
"path": "registry/default/blocks/navbar/mobile-nav.tsx",
"content": "'use client'\r\n\r\nimport React from 'react'\r\nimport {\r\n Popover,\r\n PopoverContent,\r\n PopoverTrigger,\r\n} from '@/registry/default/ui/popover'\r\nimport { Button } from '@/registry/default/ui/button'\r\nimport { cn } from '@/lib/utils'\r\n// import Link from 'next/link'\r\n\r\ntype MobileNavProps = {\r\n nav: {\r\n name: string\r\n items: {\r\n label: string\r\n href: string\r\n }[]\r\n }[]\r\n}\r\n\r\nexport function MobileNav({ nav }: MobileNavProps) {\r\n const Link = 'a' // if using Next.js remove this line. you can use the Link component from 'next/link'\r\n\r\n const [open, setOpen] = React.useState(false)\r\n\r\n return (\r\n \r\n \r\n \r\n \r\n \r\n