diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index cd73ee7..cdf7ba6 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,5 +1,5 @@ import FooterMinimal from '@/components/sections/footer/FooterMinimal'; -import NavbarInline from '@/components/ui/NavbarInline'; +import NavbarCentered from '@/components/ui/NavbarCentered'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; import { Instagram, Phone } from "lucide-react"; @@ -42,7 +42,7 @@ export default function Layout() { -