diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 9fb75a8..a163c02 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -44,6 +44,13 @@ export default function RootLayout({ children }: React.PropsWithChildren) { /> )} + {/* Living background */} +
+
+
+
+
+
diff --git a/src/components/Navigation.tsx b/src/components/Navigation.tsx index 2188fa7..d103115 100644 --- a/src/components/Navigation.tsx +++ b/src/components/Navigation.tsx @@ -34,8 +34,7 @@ export function Navigation() { return ( <>