Created the Terms and Conditions page

This commit is contained in:
Tiago Ribeiro
2024-02-02 11:17:26 +00:00
parent e2d35bcfb7
commit 95984cfe83
6 changed files with 470 additions and 12 deletions

View File

@@ -0,0 +1,5 @@
import Terms from "@/templates/Terms";
export default function Page() {
return <Terms language="ar" />;
}