Update src/app/student/verification/page.tsx

This commit is contained in:
2026-03-02 19:18:27 +00:00
parent bcfb5240e1
commit 041d104977

View File

@@ -61,13 +61,13 @@ export default function StudentVerificationPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: "step-resume", title: "Upload Your Resume", description: "Create a professional resume highlighting your skills, experience, and academic achievements. PDF format, maximum 5MB.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg", imageAlt: "Resume upload interface", buttons: [] id: "step-resume", title: "Upload Your Resume", description: "Create a professional resume highlighting your skills, experience, and academic achievements. PDF format, maximum 5MB.", tag: "Step 1", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=2", imageAlt: "Resume upload interface", buttons: []
}, },
{ {
id: "step-consent", title: "Get Parent/Guardian Consent", description: "If you're under 18, your parent or guardian must provide digital consent. We'll send them a secure verification link.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/gradient-data-privacy-labels-collection_23-2149457392.jpg", imageAlt: "Parent consent process", buttons: [] id: "step-consent", title: "Get Parent/Guardian Consent", description: "If you're under 18, your parent or guardian must provide digital consent. We'll send them a secure verification link.", tag: "Step 2", imageSrc: "http://img.b2bpic.net/free-vector/gradient-data-privacy-labels-collection_23-2149457392.jpg?_wi=3", imageAlt: "Parent consent process", buttons: []
}, },
{ {
id: "step-teacher", title: "Teacher Email Verification", description: "Verify your enrollment with your school by confirming a code sent to your school email. This proves you're a current student.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg", imageAlt: "Email verification", buttons: [] id: "step-teacher", title: "Teacher Email Verification", description: "Verify your enrollment with your school by confirming a code sent to your school email. This proves you're a current student.", tag: "Step 3", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-patented-stamp-collection_23-2149752889.jpg?_wi=4", imageAlt: "Email verification", buttons: []
} }
]} ]}
animationType="slide-up" animationType="slide-up"
@@ -85,7 +85,7 @@ export default function StudentVerificationPage() {
description="Join hundreds of verified students accessing real co-op placements. The process takes about 15 minutes to complete all requirements. Approval happens within 3-5 business days." description="Join hundreds of verified students accessing real co-op placements. The process takes about 15 minutes to complete all requirements. Approval happens within 3-5 business days."
background={{ variant: "plain" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=3"
imageAlt="Student verification success" imageAlt="Student verification success"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"