Error Page 1
shadcnstore/error-page-1FreeBlock
A responsive error page
Install it
npx shadcn@latest add https://shadcnstore.com/r/error-page-1.jsonSource
1import { Button } from '@/components/ui/button'2import { ArrowRight } from 'lucide-react'34export function ErrorPage1() {5 return (6 <div className='mx-auto flex min-h-dvh max-w-7xl flex-col items-center justify-center gap-8 p-8 md:gap-12 md:p-16'>7 <img8 src='https://ui.shadcn.com/placeholder.svg'9 alt='placeholder image'10 className='aspect-video w-full max-w-7xl rounded-xl object-cover dark:brightness-[0.95] dark:invert'11 />12 <div className='text-center'>13 <h1 className='mb-2 text-3xl font-bold'>Page Not Found</h1>14 <p>Oops! The page you're trying to access doesn't exist.</p>15 <div className='mt-6 flex items-center justify-center gap-4 md:mt-8'>16 <Button className='h-9 px-4 py-2 cursor-pointer'>Go Back Home</Button>17 <Button variant='ghost' className='h-9 px-4 py-2 cursor-pointer'>18 <span>Contact Us</span>19 <ArrowRight />20 </Button>21 </div>22 </div>23 </div>24 )25}2627export default ErrorPage1
What it pulls in
npm packages
Other registry items
Files it writes
More from ShadcnStore
All 228 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| About 1about-1 | ShadcnStore | Blocks | Free | 1 dep · 3 files | |
| About 2about-2 | ShadcnStore | Blocks | Paid | 2 deps · 3 files | |
| AI Chat 1ai-chat-1 | ShadcnStore | Blocks | Free | 2 deps · 4 files | |
| AI Chat 2ai-chat-2 | ShadcnStore | Blocks | Paid | 1 dep · 4 files | |
| AI Prompt 1ai-prompt-1 | ShadcnStore | Blocks | Paid | 1 dep · 3 files | |
| App Dashboard 1app-1 | ShadcnStore | Blocks | Free | 1 dep · 4 files | |
| Task Management 2app-2 | ShadcnStore | Blocks | Paid | 2 deps · 4 files | |
| Foundational Application Shellapp-shell-1 | ShadcnStore | Blocks | Free | 1 dep · 4 files |
