9 Commits

Author SHA1 Message Date
90889a7a67 Merge version_3 into main
Merge version_3 into main
2026-03-08 08:37:54 +00:00
ccbdd0d166 Update src/app/page.tsx 2026-03-08 08:37:50 +00:00
dafcdf0031 Update src/app/layout.tsx 2026-03-08 08:37:49 +00:00
f84fbb7e56 Merge version_2 into main
Merge version_2 into main
2026-03-08 06:50:23 +00:00
b49a266a39 Update src/app/page.tsx 2026-03-08 06:50:19 +00:00
a78a76b55c Update src/app/layout.tsx 2026-03-08 06:50:18 +00:00
c4424f78ae Merge version_1 into main
Merge version_1 into main
2026-03-08 06:49:21 +00:00
868d0587a9 Merge version_1 into main
Merge version_1 into main
2026-03-08 06:48:34 +00:00
a9179269a8 Merge version_1 into main
Merge version_1 into main
2026-03-08 06:46:20 +00:00
2 changed files with 21 additions and 1435 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -77,7 +77,7 @@ export default function HomePage() {
description="Join India's Premier Medical Institutes. Explore rewarding opportunities in healthcare, research, and administration across AIIMS network."
buttons={[
{
text: "Explore Jobs", href: "#jobs"},
text: "Browse Open Positions", href: "#jobs"},
{
text: "Apply Now", href: "/apply"},
]}
@@ -98,26 +98,26 @@ export default function HomePage() {
<FeatureCardTwentySix
features={[
{
title: "Job Management", description: "Create, publish, and manage job postings across multiple AIIMS institutes with category-wise vacancy allocation.", 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: "Job Management Interface", buttonIcon: Briefcase,
title: "Job Management", description: "Reduce recruitment time by 50% with automated job posting workflows. Create, publish, and manage job postings across multiple AIIMS institutes with category-wise vacancy allocation and instant publication triggers.", 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: "Job Management Interface", buttonIcon: Briefcase,
buttonHref: "#jobs"},
{
title: "Application Tracking", description: "Real-time tracking of applicant status from submission through verification, screening, and selection stages.", imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=2", imageAlt: "Application Tracking", buttonIcon: FileCheck,
title: "Application Tracking", description: "Real-time tracking delivers 40% faster decision-making through automated status updates from submission through verification, screening, and selection stages. Monitor applicant progress instantly.", imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=2", imageAlt: "Application Tracking", buttonIcon: FileCheck,
buttonHref: "#tracking"},
{
title: "Document Verification", description: "Centralized document review system for qualifications, certificates, and eligibility verification by authorized offices.", imageSrc: "http://img.b2bpic.net/free-photo/recruiters-browsing-resumes-evaluating-applicants_482257-112024.jpg?_wi=2", imageAlt: "Document Verification", buttonIcon: Shield,
title: "Document Verification", description: "Accelerate verification by 60% with centralized automated document review system. Streamline qualifications, certificates, and eligibility checks across authorized offices for faster processing.", imageSrc: "http://img.b2bpic.net/free-photo/recruiters-browsing-resumes-evaluating-applicants_482257-112024.jpg?_wi=2", imageAlt: "Document Verification", buttonIcon: Shield,
buttonHref: "#verification"},
{
title: "Exam Management", description: "Schedule exams, generate admit cards, manage exam centers, and upload results in a unified interface.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-epidemiologist-working-coronavirus-research-laboratory_637285-4732.jpg", imageAlt: "Exam Scheduling", buttonIcon: Calendar,
title: "Exam Management", description: "Automate exam operations to save 45% administrative time. Schedule exams, generate admit cards, manage exam centers, and upload results in a unified interface with real-time synchronization.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-epidemiologist-working-coronavirus-research-laboratory_637285-4732.jpg", imageAlt: "Exam Scheduling", buttonIcon: Calendar,
buttonHref: "#exams"},
{
title: "Role-Based Access", description: "Separate dashboards for Super Admin, Institute Admins, Applicant Office, and Candidates with tailored workflows.", imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=3", imageAlt: "Role-Based Dashboards", buttonIcon: Users,
title: "Role-Based Access", description: "Boost operational efficiency with separate dashboards for Super Admin, Institute Admins, Applicant Office, and Candidates. Tailored workflows reduce task completion time by 35%.", imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=3", imageAlt: "Role-Based Dashboards", buttonIcon: Users,
buttonHref: "#roles"},
{
title: "Analytics & Reports", description: "Comprehensive reporting on applications, hiring progress, and recruitment metrics across AIIMS network.", imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=4", imageAlt: "Analytics Dashboard", buttonIcon: BarChart3,
title: "Analytics & Reports", description: "Gain instant insights with comprehensive reporting that reduces analysis time by 70%. Track applications, hiring progress, and recruitment metrics across AIIMS network in real-time dashboards.", imageSrc: "http://img.b2bpic.net/free-vector/recruitment-employment-agency-isometric-landing-page-banner_1284-57873.jpg?_wi=4", imageAlt: "Analytics Dashboard", buttonIcon: BarChart3,
buttonHref: "#reports"},
]}
title="Portal Features & Capabilities"
description="Comprehensive recruitment management designed for AIIMS institutes with multi-role support and streamlined workflows."
description="Comprehensive recruitment management designed for AIIMS administrators. Reduce recruitment cycles by 50%, accelerate hiring decisions by 40%, and minimize manual workload with automated workflows and real-time tracking."
textboxLayout="default"
useInvertedBackground={false}
tag="Key Features"
@@ -268,4 +268,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}