import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal';
import NavbarCentered from '@/components/ui/NavbarCentered';
import { Outlet } from 'react-router-dom';
export default function Layout() {
const navItems = [
{
"name": "Features",
"href": "#features"
},
{
"name": "Pricing",
"href": "#pricing"
},
{
"name": "About",
"href": "#about"
},
{ name: "Pricing", href: "/pricing" },
];
return (
<>
>
);
}