import FooterSimple from '@/components/sections/footer/FooterSimple'; import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom'; import { StyleProvider } from "@/components/ui/StyleProvider"; export default function Layout() { const navItems = [ { "name": "Verifications", "href": "#verifications" }, { "name": "Manage Servers", "href": "#manage" }, { "name": "Support", "href": "#support" }, { "name": "Hero", "href": "#hero" }, { "name": "Features", "href": "#features" }, { "name": "Pricing", "href": "#pricing" }, { "name": "Metrics", "href": "#metrics" } ]; return (
); }