- Added "Coming soon" pages for future pages;
- Added two more sections to the About page; - Fixed some typos;
This commit is contained in:
6
src/app/ar/services/page.tsx
Normal file
6
src/app/ar/services/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import About from "@/templates/About";
|
||||
import ComingSoon from "@/templates/ComingSoon";
|
||||
|
||||
export default function Page() {
|
||||
return <ComingSoon page="/services" language="ar" />;
|
||||
}
|
||||
Reference in New Issue
Block a user