diff --git a/docs/app/_page.tsx b/docs/app/_page.tsx
deleted file mode 100644
index cf1137ae..00000000
--- a/docs/app/_page.tsx
+++ /dev/null
@@ -1,20 +0,0 @@
-import Section from "@/components/landing/section";
-import Hero from "@/components/landing/hero";
-import Features from "@/components/features";
-export default function HomePage() {
- return (
-
-
-
- );
-}
diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx
index 6d6de987..e6e6fdef 100644
--- a/docs/app/layout.tsx
+++ b/docs/app/layout.tsx
@@ -19,7 +19,7 @@ export const metadata = createMetadata({
metadataBase: baseUrl,
});
-const hideNavbar = true
+
export default function Layout({ children }: { children: ReactNode }) {
return (
@@ -28,19 +28,10 @@ export default function Layout({ children }: { children: ReactNode }) {
-
-
- {/* Radial gradient for the container to give a faded look */}
-
-
-
-
- {
- hideNavbar ? null :
- }
- {children}
-
-
+
+
+ {children}
+