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

This commit is contained in:
2026-03-02 19:17:04 +00:00
parent 78200dec03
commit 0abf93dbaf

View File

@@ -17,7 +17,7 @@ export default function StudentVerificationPage() {
borderRadius="soft" borderRadius="soft"
contentWidth="small" contentWidth="small"
sizing="largeSmallSizeMediumTitles" sizing="largeSmallSizeMediumTitles"
background="fluid" background="circleGradient"
cardStyle="inset" cardStyle="inset"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow"
@@ -61,31 +61,13 @@ export default function StudentVerificationPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: "step-resume", 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: []
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", 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: []
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", 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: []
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"
@@ -101,9 +83,9 @@ export default function StudentVerificationPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
title="Start Your Verification Today" title="Start Your Verification Today"
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: "fluid" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg?_wi=3" imageSrc="http://img.b2bpic.net/free-photo/close-up-smiley-woman-library_23-2149204737.jpg"
imageAlt="Student verification success" imageAlt="Student verification success"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -117,8 +99,7 @@ export default function StudentVerificationPage() {
<FooterBaseReveal <FooterBaseReveal
columns={[ columns={[
{ {
title: "For Students", title: "For Students", items: [
items: [
{ label: "Start Verification", href: "/student/verification" }, { label: "Start Verification", href: "/student/verification" },
{ label: "Browse Placements", href: "/jobs" }, { label: "Browse Placements", href: "/jobs" },
{ label: "Student Dashboard", href: "/student/dashboard" }, { label: "Student Dashboard", href: "/student/dashboard" },
@@ -126,8 +107,7 @@ export default function StudentVerificationPage() {
] ]
}, },
{ {
title: "For Employers", title: "For Employers", items: [
items: [
{ label: "Post an Opportunity", href: "/employer/listings" }, { label: "Post an Opportunity", href: "/employer/listings" },
{ label: "Employer Dashboard", href: "/employer/dashboard" }, { label: "Employer Dashboard", href: "/employer/dashboard" },
{ label: "Browse Candidates", href: "/employer/dashboard" }, { label: "Browse Candidates", href: "/employer/dashboard" },
@@ -135,8 +115,7 @@ export default function StudentVerificationPage() {
] ]
}, },
{ {
title: "Platform", title: "Platform", items: [
items: [
{ label: "About KNBA SIB", href: "#about" }, { label: "About KNBA SIB", href: "#about" },
{ label: "How It Works", href: "#how-it-works" }, { label: "How It Works", href: "#how-it-works" },
{ label: "Privacy Policy", href: "#" }, { label: "Privacy Policy", href: "#" },