4041
mynaui/4041FreeBlock
Informs users that the requested page is unavailable or does not exist.
Install it
npx shadcn@latest add https://mynaui.com/r/4041.jsonSource
1import { buttonVariants } from "@/ui/button";23export default function _4041() {4 return (5 <section className="mx-auto max-w-7xl space-y-6 px-4 py-32">6 <div className="space-y-2 text-center">7 <span className="font-semibold uppercase text-muted-foreground">8 4049 </span>10 <h1 className="text-balance text-3xl font-bold tracking-tight">11 Page not found12 </h1>13 <p className="text-balance text-muted-foreground">14 We couldn't find what you were looking for. Please check and try15 again.16 </p>17 </div>1819 <div className="flex flex-col items-center justify-center gap-2 md:flex-row">20 <a href="#" className={buttonVariants({ size: "sm" })}>21 Go Back Home22 </a>23 <a24 href="#"25 className={buttonVariants({ variant: "outline", size: "sm" })}26 >27 Contact Support28 </a>29 </div>30 </section>31 );32}
What it pulls in
Other registry items
Files it writes
More from mynaui
All 346 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 40424042 | mynaui | Blocks | Free | no deps · 2 files | |
| 40434043 | 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 |
