+ {/* Step indicator */}
+
+
+
+
+ {/* Content */}
+
+ {renderStep()}
+
+
+ {/* Fixed bottom bar */}
+
+
+
+
+ {step + 1} / {WIZARD_STEPS.length}
+
+
+
+
+
+ );
+}
diff --git a/app/layout.jsx b/app/layout.jsx
index f511460..96c66b5 100644
--- a/app/layout.jsx
+++ b/app/layout.jsx
@@ -1,74 +1,42 @@
import { Footer, Layout, Navbar } from 'nextra-theme-docs'
-import { Banner, Head } from 'nextra/components'
+import { Head } from 'nextra/components'
import { getPageMap } from 'nextra/page-map'
import 'nextra-theme-docs/style.css'
import './globals.css'
-
+
export const metadata = {
title: 'Medusa Hub',
description: 'Community plugins, starters, and guides extending Medusa.js.',
}
-
-// const banner =