diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c2f2fc9..9fb3983 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -1,10 +1,8 @@ import Link from "next/link"; +import { Suspense } from "react"; import ContactForm from "@/components/Contact/ContactForm"; export default function ContactPage() { - const copyrightEmail = process.env.EMAIL_COPYRIGHT!; - const contactEmail = process.env.EMAIL_CONTACT!; - return (