Update src/app/admissions/page.tsx

This commit is contained in:
2026-03-14 07:07:22 +00:00
parent 86a82d59d1
commit 3500c4d51d

View File

@@ -101,21 +101,21 @@ const AdmissionsPage = () => {
id: 1,
title: "Application Intake",
description: "Collect comprehensive survivor information including background history, skills, medical records, and interview responses. Multi-step form with validation ensures complete profiles before AI analysis begins.",
imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=5",
imageAlt: "Application intake system",
},
{
id: 2,
title: "Background Verification",
description: "Cross-reference applicant data with known survivor databases and historical records. Identify potential security risks, verify claimed expertise, and check for conflicts with existing camp populations.",
imageSrc: "http://img.b2bpic.net/free-vector/security-handprint-background_1406-15.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/security-handprint-background_1406-15.jpg?_wi=6",
imageAlt: "Background verification",
},
{
id: 3,
title: "Neural Risk Assessment",
description: "AI model evaluates psychological resilience, leadership potential, team compatibility, and survival skill levels. Generates probability scores for successful integration and identifies key personality factors.",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-with-map_23-2148270131.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/dashboard-infographic-with-map_23-2148270131.jpg?_wi=5",
imageAlt: "Risk assessment dashboard",
},
]}
@@ -149,7 +149,7 @@ const AdmissionsPage = () => {
role: "Mechanic & Scout",
company: "Aurora Settlement",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-soldier-camouflage-dark-wall_140725-96049.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-soldier-camouflage-dark-wall_140725-96049.jpg?_wi=5",
imageAlt: "Thomas Wright",
},
{
@@ -158,7 +158,7 @@ const AdmissionsPage = () => {
role: "Medical Specialist",
company: "Haven Base",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fantastic-aliens-with-glowing-neon-colours_23-2151648371.jpg?_wi=6",
imageAlt: "Lisa Kowalski",
},
{
@@ -167,7 +167,7 @@ const AdmissionsPage = () => {
role: "Agricultural Manager",
company: "Sanctuary Outpost",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-1879.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/blond-pilot-angry-expression_1194-1879.jpg?_wi=4",
imageAlt: "Ahmed Hassan",
},
]}