diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 6b7aa7f..c3b75b9 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,4 +1,4 @@ -import FooterSimpleMedia from '@/components/sections/footer/FooterSimpleMedia'; +import FooterBrand from '@/components/sections/footer/FooterBrand'; import NavbarInline from '@/components/ui/NavbarInline'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; import SiteBackgroundSlot from "@/components/ui/SiteBackgroundSlot"; @@ -53,9 +53,9 @@ export default function Layout() { - ); -} +} \ No newline at end of file