Merge version_10_1781403820526 into main #10
@@ -2,14 +2,14 @@ import { Outlet } from 'react-router-dom';
|
||||
|
||||
import { StyleProvider } from '@/components/ui/StyleProvider';
|
||||
import SiteBackgroundSlot from '@/components/ui/SiteBackgroundSlot';
|
||||
import NavbarFloating from "@/components/ui/NavbarFloating";
|
||||
import NavbarInline from "@/components/ui/NavbarInline";
|
||||
import FooterMinimal from "@/components/sections/footer/FooterMinimal";
|
||||
|
||||
export default function Layout() {
|
||||
return (
|
||||
<StyleProvider buttonVariant="default" siteBackground="none" heroBackground="none">
|
||||
<SiteBackgroundSlot />
|
||||
<NavbarFloating
|
||||
<NavbarInline
|
||||
logo="Joseph Alexander"
|
||||
navItems={[
|
||||
{ name: "Work", href: "#work" },
|
||||
|
||||
Reference in New Issue
Block a user