diff --git a/src/app/page.tsx b/src/app/page.tsx index 7e7a2d3..15f7628 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="shadow" secondaryButtonStyle="solid" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Now Hiring" tagIcon={Briefcase} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Submit Application", href: "contact" }, { text: "View Positions", href: "positions" } @@ -57,10 +57,10 @@ export default function LandingPage() { carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/businessman-working-company-growth_53876-26232.jpg", imageAlt: "employment portal job application logistics company professional dashboard" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-people-working-construction_23-2150772907.jpg", imageAlt: "logistics team intermodal transport professional staff company culture" }, - { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=1", imageAlt: "resume submission application form job application document upload" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/headhunters-interviewing-female-job-candidate_1163-4674.jpg?_wi=1", imageAlt: "interview process candidate screening hiring recruitment" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-female-driver-outdoors_23-2150263129.jpg?_wi=1", imageAlt: "truck driver logistics professional intermodal driver transportation" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/female-warehouse-staff-overseeing-order-fulfillment-with-ai-brain-support_482257-129608.jpg?_wi=1", imageAlt: "dispatch center logistics coordination warehouse management operations" } + { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "resume submission application form job application document upload" }, + { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/headhunters-interviewing-female-job-candidate_1163-4674.jpg", imageAlt: "interview process candidate screening hiring recruitment" }, + { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-professional-female-driver-outdoors_23-2150263129.jpg", imageAlt: "truck driver logistics professional intermodal driver transportation" }, + { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/female-warehouse-staff-overseeing-order-fulfillment-with-ai-brain-support_482257-129608.jpg", imageAlt: "dispatch center logistics coordination warehouse management operations" } ]} autoPlay={true} autoPlayInterval={4000} @@ -88,18 +88,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Submit Your Resume", description: "Upload your resume, contact information, and relevant work history. Include any certifications or licenses required for your position.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=2", imageAlt: "resume submission" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=3", imageAlt: "resume submission" } + title: "Submit Your Resume", description: "Upload your resume, contact information, and relevant work history. Include any certifications or licenses required for your position.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "resume submission" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "resume submission" } }, { id: 2, - title: "Initial Screening", description: "Our recruiting team reviews your submission and verifies your qualifications against open positions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/headhunters-interviewing-female-job-candidate_1163-4674.jpg?_wi=2", imageAlt: "interview process" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headhunters-interviewing-female-job-candidate_1163-4674.jpg?_wi=3", imageAlt: "interview process" } + title: "Initial Screening", description: "Our recruiting team reviews your submission and verifies your qualifications against open positions.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/headhunters-interviewing-female-job-candidate_1163-4674.jpg", imageAlt: "interview process" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headhunters-interviewing-female-job-candidate_1163-4674.jpg", imageAlt: "interview process" } }, { id: 3, - title: "Interview & Offer", description: "Qualified candidates are contacted for interviews. Successful candidates receive a formal job offer.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg?_wi=1", imageAlt: "onboarding" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg?_wi=2", imageAlt: "onboarding" } + title: "Interview & Offer", description: "Qualified candidates are contacted for interviews. Successful candidates receive a formal job offer.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg", imageAlt: "onboarding" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg", imageAlt: "onboarding" } } ]} showStepNumbers={true} @@ -118,10 +118,10 @@ export default function LandingPage() {