From 1651e0d852b535c440d7cedca6988806d8410977 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 22 Jun 2026 05:15:35 +0000 Subject: [PATCH] Bob AI: Added AuroraBackground to Layout for galaxy-themed 3D motion --- src/components/Layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 ( - - + +