diff --git a/apps/www/app/blocks/[[...slug]]/page.tsx b/apps/www/app/blocks/[[...slug]]/page.tsx index 884c4c06..1dcd4375 100644 --- a/apps/www/app/blocks/[[...slug]]/page.tsx +++ b/apps/www/app/blocks/[[...slug]]/page.tsx @@ -4,16 +4,10 @@ import { CodeBlock, Pre } from "fumadocs-ui/components/codeblock" import { DocsLayout } from "fumadocs-ui/layouts/docs" import { notFound } from "next/navigation" +import { BlockPageShell } from "@/components/blocks/block-page-shell" import { getBlockShowcase } from "@/components/blocks/block-showcase" -import { BlockTopBar } from "@/components/blocks/breadcrumbs" import { BlockInfoPane } from "@/components/blocks/info-pane" -import { BlockPreviewPane } from "@/components/blocks/preview-background" import { getMDXComponents } from "@/components/mdx-components" -import { - ResizableHandle, - ResizablePanel, - ResizablePanelGroup, -} from "@/components/ui/resizable" import { blocksSource } from "@/lib/blocks-source" export const revalidate = false @@ -48,85 +42,42 @@ export default async function BlockPage(props: BlockPageProps) { })} /> ) + const info = ( + + ) + const preview = return ( -
- -
-
-
- - - - -
- - -
-
-
+ +
+