diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 1bf23c3..343c9da 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterBrand from '@/components/sections/footer/FooterBrand'; -import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; +import NavbarMinimal from '@/components/ui/NavbarMinimal'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Outlet } from 'react-router-dom';