Update src/app/employer/listings/page.tsx
This commit is contained in:
@@ -17,7 +17,7 @@ export default function EmployerListingsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -61,31 +61,13 @@ export default function EmployerListingsPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
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?_wi=5",
|
||||
imageAlt: "Verified candidates only",
|
||||
buttons: []
|
||||
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: []
|
||||
},
|
||||
{
|
||||
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?_wi=2",
|
||||
imageAlt: "Employer comparison tools",
|
||||
buttons: []
|
||||
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: []
|
||||
},
|
||||
{
|
||||
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?_wi=4",
|
||||
imageAlt: "Employer support",
|
||||
buttons: []
|
||||
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: []
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -101,9 +83,9 @@ export default function EmployerListingsPage() {
|
||||
tagAnimation="slide-up"
|
||||
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."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
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"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -117,8 +99,7 @@ export default function EmployerListingsPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "For Students",
|
||||
items: [
|
||||
title: "For Students", items: [
|
||||
{ label: "Start Verification", href: "/student/verification" },
|
||||
{ label: "Browse Placements", href: "/jobs" },
|
||||
{ label: "Student Dashboard", href: "/student/dashboard" },
|
||||
@@ -126,8 +107,7 @@ export default function EmployerListingsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "For Employers",
|
||||
items: [
|
||||
title: "For Employers", items: [
|
||||
{ label: "Post an Opportunity", href: "/employer/listings" },
|
||||
{ label: "Employer Dashboard", href: "/employer/dashboard" },
|
||||
{ label: "Browse Candidates", href: "/employer/dashboard" },
|
||||
@@ -135,8 +115,7 @@ export default function EmployerListingsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{ label: "About KNBA SIB", href: "#about" },
|
||||
{ label: "How It Works", href: "#how-it-works" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user