diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 589c4f6..cbd18f5 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -1,3 +1,4 @@ +import AuroraBackground from "@/components/ui/AuroraBackground"; import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; import NavbarFloatingLogo from '@/components/ui/NavbarFloatingLogo'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; @@ -31,8 +32,8 @@ export default function Layout() { ]; return ( - - + +