diff --git a/src/app/components/PageLayout.tsx b/src/app/components/PageLayout.tsx index 91936f5..4124804 100644 --- a/src/app/components/PageLayout.tsx +++ b/src/app/components/PageLayout.tsx @@ -25,7 +25,7 @@ export default function PageLayout({ const isMobile = isMobileDevice(); return ( -
+
{showHeader && (
@@ -34,7 +34,7 @@ export default function PageLayout({ )} {/* Main content */} -
+
{children}
diff --git a/src/app/page.tsx b/src/app/page.tsx index 70aa62e..bd72322 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ export default function HomePage() { {/* Hero Section */}
{/* ...existing code (pattern SVG + blurred polygon) ... */} {/* Background layering */} -
+
{/* ...existing code (absolute layers) ... */}