import { Button } from '@/components/Button' import { P, SectionHeader, Small } from '@/components/Texts' import { CirclesBackground } from '@/components/CirclesBackground' import { Container } from '@/components/Container' import { Layout } from '@/components/Layout' export default function NotFound() { return ( 404 Page not found

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

) }