|
@@ -12,7 +12,7 @@ interface JobCardProps {
|
|
|
function Recruitment({ list }: { list: RecruitmentInfo[] }) {
|
|
function Recruitment({ list }: { list: RecruitmentInfo[] }) {
|
|
|
function JobCard({ id, title, location, positions, requirements }: JobCardProps) {
|
|
function JobCard({ id, title, location, positions, requirements }: JobCardProps) {
|
|
|
return (
|
|
return (
|
|
|
- <div className="w-full sm:w-80 bg-[url('/assets/about/')] bg-[length:103%_100%] bg-no-repeat rounded-2xl border border-blue-200 overflow-hidden shadow-sm hover:shadow-md transition-shadow">
|
|
|
|
|
|
|
+ <div className="w-full sm:w-80 bg-[url('/assets/about/21.png')] bg-[length:103%_100%] bg-no-repeat rounded-2xl border border-blue-200 overflow-hidden shadow-sm hover:shadow-md transition-shadow">
|
|
|
{/* Header */}
|
|
{/* Header */}
|
|
|
<div className="bg-blue-500 text-white px-6 py-4 rounded-t-2xl">
|
|
<div className="bg-blue-500 text-white px-6 py-4 rounded-t-2xl">
|
|
|
<h3 className="text-base sm:text-lg font-medium">{title}</h3>
|
|
<h3 className="text-base sm:text-lg font-medium">{title}</h3>
|