Masthead
Custom Section
A lightweight sample layout with a centered content area.
Component Demo
Custom Sample Page
Welcome to the /custom route. This masthead is loaded from the shared components directory to test UX component plug-in behavior.
Welcome to the /custom route. This is a simple sample page in the Next.js App Router using your Nextra layout.
What this page demonstrates
- Route-level page at
app/custom/page.tsx - Section-specific layout from
app/custom/layout.jsx - Standard JSX content that can be replaced with docs or UI blocks
Quick next steps
- Add MDX pages under
app/custom/...if you want docs-like content. - Customize section metadata and navigation for this route group.
- Style this section with additional local classes if needed.