diff --git a/app/contact/page.tsx b/app/contact/page.tsx new file mode 100644 index 0000000..3af45d1 --- /dev/null +++ b/app/contact/page.tsx @@ -0,0 +1,14 @@ +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 ( +