4043
mynaui/4043FreeBlock
Informs users that the requested page is unavailable or does not exist.
Install it
npx shadcn@latest add https://mynaui.com/r/4043.jsonSource
1import { buttonVariants } from "@/ui/button";23export default function _4043() {4 return (5 <section className="grid place-items-center bg-muted py-32">6 <div className="mx-4 space-y-6 rounded border bg-background p-10">7 <div className="space-y-2 text-center md:text-left">8 <span className="font-semibold uppercase text-muted-foreground">9 40410 </span>11 <h1 className="text-balance text-3xl font-bold tracking-tight">12 Page not found13 </h1>14 <p className="text-balance text-muted-foreground">15 We couldn't find what you were looking for. Please check and16 try again.17 </p>18 </div>1920 <div className="flex flex-col gap-2 md:flex-row">21 <a href="#" className={buttonVariants({ size: "sm" })}>22 Go Back Home23 </a>24 <a25 href="#"26 className={buttonVariants({ variant: "outline", size: "sm" })}27 >28 Contact Support29 </a>30 </div>31 </div>32 </section>33 );34}
What it pulls in
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 40414041 | mynaui | Blocks | Free | no deps · 2 files | |
| 40424042 | mynaui | Blocks | Free | no deps · 2 files | |
| 40444044 | mynaui | Blocks | Free | no deps · 2 files | |
| 40454045 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets1app-sheets1 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets2app-sheets2 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets3app-sheets3 | mynaui | Blocks | Free | no deps · 2 files | |
| App sheets4app-sheets4 | mynaui | Blocks | Free | no deps · 2 files |
