import Section from "@/components/landing/section"; import Link from "next/link"; import { Logo } from "@/components/logo"; export default function NotFound() { return (

404

Need help? Visit the docs

Go to docs
); }