{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "404-section-1", "title": "404 Section 1", "description": "404 error page section with modern design", "registryDependencies": [ "button", "https://shadcndesign-free.vercel.app/r/styles.json", "https://shadcndesign-free.vercel.app/r/tagline.json" ], "files": [ { "path": "components/pro-blocks/landing-page/404-sections/404-section-1.tsx", "content": "\"use client\";\n\nimport { Button } from \"@/components/ui/button\";\nimport { Tagline } from \"@/components/pro-blocks/landing-page/tagline\";\n\nexport function X404Section1() {\n return (\n \n
\n
\n
\n 404 Section\n

\n Page not found\n

\n

\n Sorry, we couldn't find the page you're looking for. Please check\n the URL or navigate back home.\n

\n
\n \n
\n
\n \n );\n}\n", "type": "registry:component", "target": "components/pro-blocks/landing-page/404-sections/404-section-1.tsx" } ], "type": "registry:component" }