import type { Metadata } from "next" import { HeroSection, FormSection, CardsSection } from "@/components/contact" export const metadata: Metadata = { title: "Contact", description: "Get in touch with the DalCode team. We'd love to hear from you about partnerships, support, or general inquiries.", openGraph: { title: "Contact DalCode", description: "Get in touch with the DalCode team.", }, } export default function ContactPage() { return (
) }