|
1 | | -import { Fragment } from 'react'; |
2 | | -import { Popover, Transition } from '@headlessui/react'; |
3 | | -import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline'; |
4 | | -import { SiGithubsponsors } from 'react-icons/si'; |
| 1 | +import { Fragment } from "react"; |
| 2 | +import { Popover, Transition } from "@headlessui/react"; |
| 3 | +import { Bars3Icon, XMarkIcon } from "@heroicons/react/24/outline"; |
| 4 | +import { SiGithubsponsors } from "react-icons/si"; |
5 | 5 |
|
6 | 6 | const navigation = [ |
7 | | - { name: 'Blog', href: '/blog' }, |
8 | | - { name: 'Projects', href: '/projects' }, |
9 | | - { name: 'Community Partners', href: '/partners' }, |
10 | | - { name: 'WebX Team', href: '/team' }, |
| 7 | + { name: "Blog", href: "/blog" }, |
| 8 | + { name: "Projects", href: "/projects" }, |
| 9 | + { name: "Community Partners", href: "/partners" }, |
| 10 | + { name: "WebX Team", href: "/team" }, |
11 | 11 | ]; |
12 | 12 |
|
13 | 13 | const Navbar = () => { |
@@ -106,22 +106,7 @@ const Navbar = () => { |
106 | 106 | </a> |
107 | 107 | ))} |
108 | 108 | </div> |
109 | | - {/* <div className="mt-6 px-5"> |
110 | | - <a |
111 | | - href="#" |
112 | | - className="block w-full rounded-md bg-indigo-600 py-3 px-4 text-center font-medium text-white shadow hover:bg-indigo-700" |
113 | | - > |
114 | | - Start free trial |
115 | | - </a> |
116 | | - </div> */} |
117 | | - {/* <div className="mt-6 px-5"> |
118 | | - <p className="text-center text-base font-medium text-gray-500"> |
119 | | - Existing customer?{' '} |
120 | | - <a href="#" className="text-gray-900 hover:underline"> |
121 | | - Login |
122 | | - </a> |
123 | | - </p> |
124 | | - </div> */} |
| 109 | + {/* Add button here */} |
125 | 110 | </div> |
126 | 111 | </div> |
127 | 112 | </Popover.Panel> |
|
0 commit comments