import { Button } from "@/components/Button"; import { HeroPattern } from "@/components/HeroPattern"; const NotFound = () => { return ( <>

404

Page not found

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

); }; export default NotFound;