diff --git a/apps/web/app/(landing)/layout.tsx b/apps/web/app/(landing)/layout.tsx index 1b0f73d..b0f79ba 100644 --- a/apps/web/app/(landing)/layout.tsx +++ b/apps/web/app/(landing)/layout.tsx @@ -1,3 +1,4 @@ +import Footer from "@/components/layout/footer"; import Navbar from "@/components/layout/navbar"; export default function LandingLayout({ @@ -9,6 +10,7 @@ export default function LandingLayout({ <> {children} +