diff --git a/app/(website)/portal/page.tsx b/app/(website)/portal/page.tsx new file mode 100644 index 0000000..7b58d37 --- /dev/null +++ b/app/(website)/portal/page.tsx @@ -0,0 +1,36 @@ +import { Metadata } from "next"; +import { FaTools } from "react-icons/fa"; // Using a construction/tools icon +import { COLORS } from "@/constants"; + +// SEO Metadata +export const metadata: Metadata = { + title: "Recruitment Portal | OMS South Africa", + description: + "Our recruitment portal is currently under development. Stay tuned for updates on career opportunities at Owethu Managed Services.", + robots: "noindex, nofollow", // Prevent indexing of the coming soon page +}; + +export default function RecruitmentPortalPage() { + return ( +
+ We are currently building our dedicated recruitment portal to connect + talented individuals with exciting career opportunities at OMS. +
++ Please check back later for updates. +
+ {/* Optional: Link back to home or contact */} + {/* + Go to Homepage + */} +