Job cards
Use our custom job card components to build any custom section or blocks
Examples
Job card 1
View examples code
import { JobCard1 } from "@/components/job-cards";
<JobCard1
title="Software Engineer"
category="Information Technology"
address="123 Main St, Anytown, USA"
subtitle="Join our team to develop cutting-edge software solutions."
jobType="Full-time"
salary="$80,000 - $100,000 per year"
slug="/software-engineer"
/>;
Job card 2
View examples code
import { JobCard2 } from "@/components/job-cards";
<JobCard2
title="Software Engineer"
address="123 Main St, Anytown, USA"
slug="/software-engineer"
/>;