import { Button } from "@/components/docs/Button"; import { HeroPattern } from "@/components/docs/HeroPattern"; export default function NotFound() { return ( <>

404

Page not found

Sorry, we couldn’t find the page you’re looking for.

); }