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 (
emotion sad 404
Oops! Page not found The page you are looking for might have been removed, had its name changed or is temporarily unavailable.
) }