diff --git a/app/home/layout.tsx b/app/home/layout.tsx
new file mode 100644
index 0000000..1e0e2fc
--- /dev/null
+++ b/app/home/layout.tsx
@@ -0,0 +1,9 @@
+import { DashboardLayout } from '@/components/layout/dashboard-layout';
+
+export default function HomeLayout({
+ children,
+}: {
+ children: React.ReactNode;
+}) {
+ return
{subtitle}
+ ) : null} + {description ? ( +{description}
+ ) : null} + {ctaLabel ? ( + ctaHref ? ( + + {ctaLabel} + + ) : ( + + ) + ) : null} +