Added contact us page

This commit is contained in:
Joao Ramos
2024-02-12 18:19:10 +00:00
parent 1cec89668b
commit ceb5933fef
4 changed files with 229 additions and 6 deletions

View File

@@ -1,6 +1,5 @@
import About from "@/templates/About";
import ComingSoon from "@/templates/ComingSoon";
import ContactUs from "@/templates/ContactUs";
export default function Page() {
return <ComingSoon page="/contact" language="ar" />;
return <ContactUs page="/contact" language="ar" />;
}