A 404 not found page with a centered message and a grid of popular page cards linking to key sections.
Loading preview...
import NotFound from "@/components/ui/not-found-06"; export default function Default() { return <NotFound />; }