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 */}