Translated the home page to work with both EN and AR
This commit is contained in:
6
src/app/ar/page.tsx
Normal file
6
src/app/ar/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import Home from "@/templates/Home";
|
||||
import {NextPageContext} from "next";
|
||||
|
||||
export default function Page({}: NextPageContext) {
|
||||
return <Home language="ar" />;
|
||||
}
|
||||
Reference in New Issue
Block a user