Components
Basic careers section with jobs grouped by role with location label and link
npx shadcn@latest add https://21st.dev/r/shadcnblockscom/careers-4Loading preview...
import { Careers4 } from "@/components/ui/careers-4";
const DemoOne = () => {
return (
<Careers4 />
);
};
export { DemoOne };