import type { Metadata } from "next"; import Link from "next/link"; export const metadata: Metadata = { title: "Page Not Found | SurfSense", description: "The page you're looking for doesn't exist. Explore SurfSense - open source enterprise AI search and knowledge management.", }; export default function NotFound() { return (

404

The page you're looking for doesn't exist.

It may have been moved, or the URL might be incorrect.

Go Home Browse Docs Read Blog
); }