Added Service page

This commit is contained in:
Joao Ramos
2024-02-07 22:23:38 +00:00
parent 36d6c8c405
commit 31f5a52060
4 changed files with 449 additions and 6 deletions

View File

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