import { TextReveal } from "@/components/magicui/text-reveal";

export function CareersReveal() {
    return (
        <TextReveal>
            We&apos;re not hiring! Yet!
        </TextReveal>
    );
}