diff --git a/src/app/page.tsx b/src/app/page.tsx index c26a23b..b96b9e0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", 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" } + { 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" } ]} autoPlay={true} autoPlayInterval={4000} @@ -87,18 +87,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", 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" } + 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" } }, { 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", imageAlt: "interview process" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/headhunters-interviewing-female-job-candidate_1163-4674.jpg", 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?_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" } }, { 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", imageAlt: "onboarding" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/business-trainer-sharing-experience-with-group-colleagues_74855-2622.jpg", 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?_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" } } ]} showStepNumbers={true} @@ -117,10 +117,10 @@ export default function LandingPage() {