Update src/app/employer/listings/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function EmployerListingsPage() {
|
|||||||
borderRadius="soft"
|
borderRadius="soft"
|
||||||
contentWidth="small"
|
contentWidth="small"
|
||||||
sizing="largeSmallSizeMediumTitles"
|
sizing="largeSmallSizeMediumTitles"
|
||||||
background="fluid"
|
background="circleGradient"
|
||||||
cardStyle="inset"
|
cardStyle="inset"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -61,31 +61,13 @@ export default function EmployerListingsPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "feature-verified",
|
id: "feature-verified", title: "Access Verified Candidates Only", description: "All students on our platform have completed mandatory verification including resume review, parent consent, and teacher verification. No unvetted profiles.", tag: "Quality Assurance", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", imageAlt: "Verified candidates only", buttons: []
|
||||||
title: "Access Verified Candidates Only",
|
|
||||||
description: "All students on our platform have completed mandatory verification including resume review, parent consent, and teacher verification. No unvetted profiles.",
|
|
||||||
tag: "Quality Assurance",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg?_wi=5",
|
|
||||||
imageAlt: "Verified candidates only",
|
|
||||||
buttons: []
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "feature-tools",
|
id: "feature-tools", title: "Compare & Filter With Advanced Tools", description: "Filter by skill badges, availability, and verified status. Compare student profiles side-by-side. Find your perfect candidate match effortlessly.", tag: "Smart Hiring", imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg", imageAlt: "Employer comparison tools", buttons: []
|
||||||
title: "Compare & Filter With Advanced Tools",
|
|
||||||
description: "Filter by skill badges, availability, and verified status. Compare student profiles side-by-side. Find your perfect candidate match effortlessly.",
|
|
||||||
tag: "Smart Hiring",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=2",
|
|
||||||
imageAlt: "Employer comparison tools",
|
|
||||||
buttons: []
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "feature-support",
|
id: "feature-support", title: "Professional Support & Vetting", description: "Our team manually reviews all employer accounts and student applications. Dedicated support ensures smooth placement coordination and professional standards maintained.", tag: "Professional Service", imageSrc: "http://img.b2bpic.net/free-vector/gradient-data-privacy-labels-collection_23-2149457392.jpg", imageAlt: "Employer support", buttons: []
|
||||||
title: "Professional Support & Vetting",
|
|
||||||
description: "Our team manually reviews all employer accounts and student applications. Dedicated support ensures smooth placement coordination and professional standards maintained.",
|
|
||||||
tag: "Professional Service",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-vector/gradient-data-privacy-labels-collection_23-2149457392.jpg?_wi=4",
|
|
||||||
imageAlt: "Employer support",
|
|
||||||
buttons: []
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -101,9 +83,9 @@ export default function EmployerListingsPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Post Your Co-op Opportunity Today"
|
title="Post Your Co-op Opportunity Today"
|
||||||
description="Reach verified, professional high school students ready to make an impact in your organization. Posting takes just 5 minutes. Our team approves within 24 hours. Start receiving applications immediately."
|
description="Reach verified, professional high school students ready to make an impact in your organization. Posting takes just 5 minutes. Our team approves within 24 hours. Start receiving applications immediately."
|
||||||
background={{ variant: "fluid" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg?_wi=3"
|
imageSrc="http://img.b2bpic.net/free-photo/multi-ethnic-business-team-sitting-table-office-center-speaking-about-project-meeting-broadroom_482257-5077.jpg"
|
||||||
imageAlt="Employer success with co-op placements"
|
imageAlt="Employer success with co-op placements"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -117,8 +99,7 @@ export default function EmployerListingsPage() {
|
|||||||
<FooterBaseReveal
|
<FooterBaseReveal
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "For Students",
|
title: "For Students", items: [
|
||||||
items: [
|
|
||||||
{ label: "Start Verification", href: "/student/verification" },
|
{ label: "Start Verification", href: "/student/verification" },
|
||||||
{ label: "Browse Placements", href: "/jobs" },
|
{ label: "Browse Placements", href: "/jobs" },
|
||||||
{ label: "Student Dashboard", href: "/student/dashboard" },
|
{ label: "Student Dashboard", href: "/student/dashboard" },
|
||||||
@@ -126,8 +107,7 @@ export default function EmployerListingsPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "For Employers",
|
title: "For Employers", items: [
|
||||||
items: [
|
|
||||||
{ label: "Post an Opportunity", href: "/employer/listings" },
|
{ label: "Post an Opportunity", href: "/employer/listings" },
|
||||||
{ label: "Employer Dashboard", href: "/employer/dashboard" },
|
{ label: "Employer Dashboard", href: "/employer/dashboard" },
|
||||||
{ label: "Browse Candidates", href: "/employer/dashboard" },
|
{ label: "Browse Candidates", href: "/employer/dashboard" },
|
||||||
@@ -135,8 +115,7 @@ export default function EmployerListingsPage() {
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Platform",
|
title: "Platform", items: [
|
||||||
items: [
|
|
||||||
{ label: "About KNBA SIB", href: "#about" },
|
{ label: "About KNBA SIB", href: "#about" },
|
||||||
{ label: "How It Works", href: "#how-it-works" },
|
{ label: "How It Works", href: "#how-it-works" },
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
|
|||||||
Reference in New Issue
Block a user