4042
mynaui/4042FreeBlock
Informs users that the requested page is unavailable or does not exist.
Install it
npx shadcn@latest add https://mynaui.com/r/4042.jsonSource
1import { buttonVariants } from "@/ui/button";23export default function _4042() {4 return (5 <section className="mx-auto grid max-w-4xl grid-cols-1 items-center gap-6 px-4 py-16 md:grid-cols-2">6 <div className="space-y-6">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-3xl font-bold tracking-tight">Page not found</h1>12 <p className="text-balance text-base text-muted-foreground">13 If you typed the URL directly, please make sure the spelling is14 correct.15 </p>16 </div>17 <div className="flex flex-col gap-2 md:flex-row">18 <a href="#" className={buttonVariants()}>19 Go Back Home20 </a>21 <a href="#" className={buttonVariants({ variant: "outline" })}>22 Contact Support23 </a>24 </div>25 </div>26 <div className="order-first grid place-items-center md:order-last">27 <svg28 className="h-96"29 xmlns="http://www.w3.org/2000/svg"30 width="400"31 height="400"32 version="1.0"33 fill="currentColor"34 viewBox="0 0 300 300"35 >36// … truncated
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 | |
| 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 |
