From ff3d37463c63495f854818bc07d9120c30d7def8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:17:02 +0000 Subject: [PATCH] Update src/app/employer/listings/page.tsx --- src/app/employer/listings/page.tsx | 39 +++++++----------------------- 1 file changed, 9 insertions(+), 30 deletions(-) diff --git a/src/app/employer/listings/page.tsx b/src/app/employer/listings/page.tsx index 4ccb41a..3477e1a 100644 --- a/src/app/employer/listings/page.tsx +++ b/src/app/employer/listings/page.tsx @@ -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() {