import type { Metadata } from "next"; import { ContactFormGridWithDetails } from "@/components/contact/contact-form"; export const metadata: Metadata = { title: "Contact | SurfSense", description: "Get in touch with the SurfSense team for enterprise AI search, knowledge management, or partnership inquiries.", alternates: { canonical: "https://surfsense.com/contact", }, }; const page = () => { return (