diff --git a/app/[page]/layout.tsx b/app/(landing)/[ContentLandingPage]/layout.tsx similarity index 77% rename from app/[page]/layout.tsx rename to app/(landing)/[ContentLandingPage]/layout.tsx index 50614b5b1..52fe67059 100644 --- a/app/[page]/layout.tsx +++ b/app/(landing)/[ContentLandingPage]/layout.tsx @@ -1,12 +1,9 @@ -import Footer from 'components/layout/footer'; - export default function Layout({ children }: { children: React.ReactNode }) { return ( <>
{children}
-