import { ContactForm } from "@/components/contact"; export const metadata = { title: "Contact Us", description: "Get in touch with us. We'd love to hear from you.", }; export default function ContactPage() { return (
); }