diff --git a/src/app/applicant-office/page.tsx b/src/app/applicant-office/page.tsx index e998a91..1e03cb6 100644 --- a/src/app/applicant-office/page.tsx +++ b/src/app/applicant-office/page.tsx @@ -76,16 +76,16 @@ export default function ApplicantOfficePage() { products={[ { id: "nursing-officer", brand: "AIIMS Delhi", name: "Nursing Officer", price: "Senior Nursing Position", rating: 5, - reviewCount: "45+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Nursing Officer Position"}, + reviewCount: "45+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=6", imageAlt: "Nursing Officer Position"}, { id: "technician", brand: "AIIMS Bhubaneswar", name: "Senior Technician", price: "Technical Support Role", rating: 5, - reviewCount: "32+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Senior Technician Position"}, + reviewCount: "32+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=7", imageAlt: "Senior Technician Position"}, { id: "admin-officer", brand: "AIIMS Hyderabad", name: "Administrative Officer", price: "Administrative Role", rating: 5, - reviewCount: "28+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Administrative Officer Position"}, + reviewCount: "28+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=8", imageAlt: "Administrative Officer Position"}, { id: "research-specialist", brand: "AIIMS Jodhpur", name: "Research Specialist", price: "Research Position", rating: 5, - reviewCount: "36+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg", imageAlt: "Research Specialist Position"}, + reviewCount: "36+ Applications", imageSrc: "http://img.b2bpic.net/free-photo/rear-view-adult-man-searching-new-job-working-writing-his-resume-laptop_662251-2153.jpg?_wi=9", imageAlt: "Research Specialist Position"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -107,16 +107,16 @@ export default function ApplicantOfficePage() { testimonials={[ { id: "1", name: "Dr. Priya Sharma", handle: "@priyasharma_md", testimonial: "The application process was smooth and transparent. The verification team was professional and quick with document checks. I got selected within 3 months!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-female-doctor-wearing-medical-robe-standing-isolated-green-wall-with-copy-space_141793-59294.jpg", imageAlt: "Dr. Priya Sharma"}, + imageSrc: "http://img.b2bpic.net/free-photo/young-female-doctor-wearing-medical-robe-standing-isolated-green-wall-with-copy-space_141793-59294.jpg?_wi=2", imageAlt: "Dr. Priya Sharma"}, { id: "2", name: "Rajesh Kumar", handle: "@rajesh_healthcare", testimonial: "Excellent portal design. Very user-friendly interface and clear communication at every stage. This is how government portals should be!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-assistant-holding-checkup-documents-help-doctor-with-treatment-medicine-woman-working-as-nurse-with-uniform-tools-looking-camera-cure-patient_482257-38669.jpg", imageAlt: "Rajesh Kumar"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-medical-assistant-holding-checkup-documents-help-doctor-with-treatment-medicine-woman-working-as-nurse-with-uniform-tools-looking-camera-cure-patient_482257-38669.jpg?_wi=2", imageAlt: "Rajesh Kumar"}, { id: "3", name: "Dr. Anjali Verma", handle: "@anjali_nursing", testimonial: "Outstanding experience from application submission to admit card download. The portal kept me informed at every step of the process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-female-doctor-uniform-with-stethoscope-looks-side_141793-115606.jpg", imageAlt: "Dr. Anjali Verma"}, + imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-brunette-female-doctor-uniform-with-stethoscope-looks-side_141793-115606.jpg?_wi=2", imageAlt: "Dr. Anjali Verma"}, { id: "4", name: "Vikram Singh", handle: "@vikram_technician", testimonial: "Transparent selection process with proper documentation. I appreciated the professional handling of my application and interview scheduling.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-wearing-white-coat-front-view_23-2149844581.jpg", imageAlt: "Vikram Singh"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-wearing-white-coat-front-view_23-2149844581.jpg?_wi=2", imageAlt: "Vikram Singh"}, ]} showRating={true} textboxLayout="default" @@ -146,7 +146,7 @@ export default function ApplicantOfficePage() { { id: "6", title: "How will I receive admit card and results?", content: "After your documents are verified and you're shortlisted, admit cards will be available through your dashboard. You can download and print them. Similarly, after exam completion, results will be published in your dashboard and you'll receive email notification."}, ]} - imageSrc="http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg" + imageSrc="http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=6" imageAlt="AIIMS Recruitment FAQ Support" mediaAnimation="slide-up" faqsAnimation="blur-reveal" diff --git a/src/app/applicant-portal/page.tsx b/src/app/applicant-portal/page.tsx index 1fe9a61..a4c29c8 100644 --- a/src/app/applicant-portal/page.tsx +++ b/src/app/applicant-portal/page.tsx @@ -78,7 +78,7 @@ export default function ApplicantPortalPage() { { value: "100%", title: "Digital Application Processing"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/recruiters-browsing-resumes-evaluating-applicants_482257-112024.jpg" + imageSrc="http://img.b2bpic.net/free-photo/recruiters-browsing-resumes-evaluating-applicants_482257-112024.jpg?_wi=4" imageAlt="Recruitment Process Workflow" useInvertedBackground={true} mediaAnimation="slide-up" @@ -112,7 +112,7 @@ export default function ApplicantPortalPage() { id: "6", title: "How will I receive admit card and results?", content: "After your documents are verified and you're shortlisted, admit cards will be available through your dashboard. You can download and print them. Similarly, after exam completion, results will be published in your dashboard and you'll receive email notification."}, ]} - imageSrc="http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg" + imageSrc="http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=7" imageAlt="AIIMS Recruitment FAQ Support" mediaAnimation="slide-up" faqsAnimation="blur-reveal" diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e5adc1..8889a41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,9 +85,9 @@ export default function HomePage() { { imageSrc: "http://img.b2bpic.net/free-photo/analog-landscape-city-with-buildings_23-2149661462.jpg", imageAlt: "AIIMS Medical Professionals"}, { - imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg", imageAlt: "Recruitment Dashboard"}, + imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=1", imageAlt: "Recruitment Dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/recruiters-browsing-resumes-evaluating-applicants_482257-112024.jpg", imageAlt: "Application Verification"}, + imageSrc: "http://img.b2bpic.net/free-photo/recruiters-browsing-resumes-evaluating-applicants_482257-112024.jpg?_wi=1", imageAlt: "Application Verification"}, ]} autoplayDelay={4000} showDimOverlay={true} @@ -98,22 +98,22 @@ export default function HomePage() {