diff --git a/app/not-found.tsx b/app/not-found.tsx new file mode 100644 index 0000000..c3d7796 --- /dev/null +++ b/app/not-found.tsx @@ -0,0 +1,57 @@ +import "@/styles/globals.css" +import React from "react" +import Image from "next/image" +import Link from "next/link" + +import { fontDisplay, fontSans } from "@/lib/fonts" +import { Button } from "@/components/ui/button" +import { SiteHeader } from "@/components/site-header" +import { TailwindIndicator } from "@/components/tailwind-indicator" + +export default function NotFound() { + return ( + +
++ {label} +
+