diff --git a/public/images/agents.webp b/public/images/agents.webp new file mode 100644 index 0000000..a40c30b Binary files /dev/null and b/public/images/agents.webp differ diff --git a/src/components/Header.tsx b/src/components/Header.tsx index a6829b8..1247d26 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -1,10 +1,12 @@ +import { useState } from 'react' import { Link, useLocation } from 'react-router-dom' import { Dropdown } from './ui/Dropdown' import { ChevronDownIcon } from '@heroicons/react/20/solid' import { Container } from './Container' import { Button } from './Button' import pmyceliumLogo from '../images/logos/logo_1.png' - +import { Dialog } from '@headlessui/react' +import { Bars3Icon, XMarkIcon } from '@heroicons/react/24/outline' const cloudNavItems = [ { name: 'Cloud', href: '/cloud' }, @@ -15,6 +17,7 @@ const cloudNavItems = [ export function Header() { const location = useLocation() + const [mobileMenuOpen, setMobileMenuOpen] = useState(false) const getCurrentPageName = () => { const currentPath = location.pathname; @@ -72,9 +75,84 @@ export function Header() { Get Mycelium Connector +
-
- - The Agent layer will allow you to run autonomous, policy-governed AI that operates on infrastructure you control, with private memory, verifiable execution, and coordination across your personal or organizational environment. -
-- Works Alone. Works Together. - Use Agents on top of any Mycelium Cloud deployment or pair them with the Mycelium Network for private, encrypted collaboration across users and systems. -
-+ The Agent layer will allow you to run autonomous, policy-governed AI that operates on infrastructure you control, with private memory, verifiable execution, and coordination across your personal or organizational environment. +
++ Works Alone. Works Together. Use Agents on top of any Mycelium Cloud deployment or pair them with the Mycelium Network for private, encrypted collaboration across users and systems. +
+
- - Access GPUs across the Mycelium mesh without waitlists, -inflated pricing, or centralized control. -Run inference, training, and compute workloads where they make sense: -cloud, edge, or on your own hardware. -
-+ Access GPUs across the Mycelium mesh without waitlists, inflated pricing, or centralized control. Run inference, training, and compute workloads where they make sense: cloud, edge, or on your own hardware. +
+
- - Store, replicate, and serve data across the global mesh -with encrypted, quantum safe, verifiable storage you control at the infrastructure layer. -
-+ Store, replicate, and serve data across the global mesh with encrypted, quantum safe, verifiable storage you control at the infrastructure layer. +
+