diff --git a/src/app/components/PageLayout.tsx b/src/app/components/PageLayout.tsx index 3bdef51..e2f25b5 100644 --- a/src/app/components/PageLayout.tsx +++ b/src/app/components/PageLayout.tsx @@ -3,7 +3,6 @@ import React from 'react'; import Header from './nav/Header'; import Footer from './Footer'; -import GlobalAnimatedBackground from '../background/GlobalAnimatedBackground'; import PageTransitionEffect from './animation/pageTransitionEffect'; // Utility to detect mobile devices @@ -26,7 +25,7 @@ export default function PageLayout({ const isMobile = isMobileDevice(); return ( -