diff --git a/src/app/components/PageLayout.tsx b/src/app/components/PageLayout.tsx index fe3d5b5..87be461 100644 --- a/src/app/components/PageLayout.tsx +++ b/src/app/components/PageLayout.tsx @@ -25,21 +25,21 @@ export default function PageLayout({ const isMobile = isMobileDevice(); return ( -
+
{showHeader && ( -
+
)} {/* Main content */} -
+
{children}
{showFooter && ( -
+
)} diff --git a/src/app/page.tsx b/src/app/page.tsx index 999d31c..dd96a7f 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) ... */}