Creative Tim UICreative Tim UI

Error Page Blocks based on shadcn/ui

Files
app/404-error-example-with-tags/page.tsx
import Error404ExampleWithTags from "@/components/creative-tim/blocks/404-error-example-with-tags"

export default function Page() {
  return <Error404ExampleWithTags />
}
404 error page with navigation link tags
404-error-example-with-tags
Error 404

Page Not Found

Sorry, We Misplaced That Page

Our digital librarian seems to have misplaced the page you requested. The page you're looking for might have been moved, deleted, or doesn't exist.

Try searching or explore these helpful links:

Quick Links

import Error404ExampleWithTags from "@/components/creative-tim/blocks/404-error-example-with-tags"

export default function Page() {
  return <Error404ExampleWithTags />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
500 server error page with background pattern image
500-error-with-background-image
Google logo

Unexpected Server Error (500)

We're experiencing technical difficulties. Our team has been notified and is working to resolve the issue.

import Error500WithBackgroundImage from "@/components/creative-tim/blocks/500-error-with-background-image"

export default function Page() {
  return <Error500WithBackgroundImage />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
500 server error page with call-to-action button
500-error-with-cta
Google logo
Error 500

Internal Server Error

We're experiencing technical difficulties on our end. Our team has been notified and is working hard to resolve this issue. Please try again in a few moments.

Need immediate assistance?

import Error500WithCta from "@/components/creative-tim/blocks/500-error-with-cta"

export default function Page() {
  return <Error500WithCta />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
404 error page with emoji and friendly messaging
error-404-with-emoji

404 😢

Lost in the Digital Wilderness

You've ventured into uncharted digital territory. The page you seek has eluded us. Let's guide you back to familiar paths.

import Error404WithEmoji from "@/components/creative-tim/blocks/error-404-with-emoji"

export default function Page() {
  return <Error404WithEmoji />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Minimalist 500 error page with warning icon
minimalist-500-error

Error 500

Server Error: Please Try Again Later

import Minimalist500Error from "@/components/creative-tim/blocks/minimalist-500-error"

export default function Page() {
  return <Minimalist500Error />
}
PRO Blocks

This is a PRO block. Upgrade your account to access the source code and install this block via CLI/MCP.

Upgrade to PRO
Simple 404 error page with shopping bag icon
simple-404-error-with-icon

Error 404
It looks like something went wrong.

Don't worry, our team is already on it. Please try refreshing the page or come back later.

import Simple404ErrorWithIcon from "@/components/creative-tim/blocks/simple-404-error-with-icon"

export default function Page() {
  return <Simple404ErrorWithIcon />
}