diff --git a/app/layout.tsx b/app/layout.tsx index 2c4dddc..ab81637 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -45,8 +45,8 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - - + + {children} diff --git a/app/page.tsx b/app/page.tsx index 6b9ef3d..2b7b415 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -92,7 +92,7 @@ const territories = [ ]; export default function Home() { - const heroRef = useRef(null); + const heroRef = useRef(null); const { scrollYProgress } = useScroll({ target: heroRef, offset: ["start start", "end start"], @@ -106,10 +106,8 @@ export default function Home() { {/* Hero Section */} -
+
+
{/* Animated background elements */}
-
+
+ {/* Stats Section */}