Added Pricing screen

This commit is contained in:
Joao Ramos
2024-01-10 23:29:37 +00:00
parent becc425d62
commit aebfe1db13
6 changed files with 131 additions and 1 deletions

View File

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

5
src/app/price/page.tsx Normal file
View File

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