forked from emre/www_projectmycelium_com
feat: implement floating navbar with aurora background and updated header styling
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
import { Outlet } from 'react-router-dom'
|
||||
import { Header } from './Header'
|
||||
import { FloatingNav } from './ui/floating-navbar'
|
||||
import { Footer } from './Footer'
|
||||
import { Header } from './Header'
|
||||
|
||||
export function Layout() {
|
||||
const navItems = [
|
||||
{ name: 'Home', link: '/' },
|
||||
{ name: 'Cloud', link: '/cloud' },
|
||||
{ name: 'Network', link: '/network' },
|
||||
{ name: 'Agents', link: '/agents' },
|
||||
];
|
||||
|
||||
return (
|
||||
<div className="bg-white antialiased" style={{ fontFamily: 'var(--font-inter)' }}>
|
||||
<Header />
|
||||
|
||||
Reference in New Issue
Block a user