From 041d10497762a9c437424a134855e2f652a5d4d7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:18:27 +0000 Subject: [PATCH] Update src/app/student/verification/page.tsx --- src/app/student/verification/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/student/verification/page.tsx b/src/app/student/verification/page.tsx index ea80e4a..fb6148a 100644 --- a/src/app/student/verification/page.tsx +++ b/src/app/student/verification/page.tsx @@ -61,13 +61,13 @@ export default function StudentVerificationPage() { tagAnimation="slide-up" 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" @@ -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." background={{ variant: "plain" }} 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" mediaAnimation="slide-up" mediaPosition="right"