Update src/app/staff/page.tsx
This commit is contained in:
@@ -20,8 +20,7 @@ export default function StaffPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "#features" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "For Students", href: "#student-benefits" },
|
||||
@@ -29,8 +28,7 @@ export default function StaffPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Blog", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +36,7 @@ export default function StaffPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Security", href: "#" },
|
||||
@@ -55,7 +52,7 @@ export default function StaffPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -66,9 +63,7 @@ export default function StaffPage() {
|
||||
brandName="PlacementHub"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get Started",
|
||||
href: "https://app.placementhub.io/signup",
|
||||
}}
|
||||
text: "Get Started", href: "https://app.placementhub.io/signup"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -78,17 +73,14 @@ export default function StaffPage() {
|
||||
description="Powerful tools for placement officers to filter qualified candidates, manage shortlists, send bulk communications, and track placement outcomes. Simplify your recruitment process with advanced filtering and AI-powered recommendations."
|
||||
tag="All-in-One Solution"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg?_wi=3"
|
||||
background={{ variant: "animated-grid" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg"
|
||||
imageAlt="PlacementHub Dashboard Interface"
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Now",
|
||||
href: "https://app.placementhub.io/signup",
|
||||
},
|
||||
text: "Start Now", href: "https://app.placementhub.io/signup"},
|
||||
{
|
||||
text: "Watch Demo",
|
||||
onClick: undefined,
|
||||
text: "Watch Demo", onClick: undefined,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -104,26 +96,11 @@ export default function StaffPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Smart Student Filtering",
|
||||
price: "Find Qualified Candidates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg?_wi=4",
|
||||
imageAlt: "Staff Dashboard Filtering",
|
||||
},
|
||||
id: "1", name: "Smart Student Filtering", price: "Find Qualified Candidates", imageSrc: "http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg", imageAlt: "Staff Dashboard Filtering"},
|
||||
{
|
||||
id: "2",
|
||||
name: "AI-Powered Shortlisting",
|
||||
price: "Auto-Generate Candidate Pools",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg?_wi=4",
|
||||
imageAlt: "AI Shortlisting Interface",
|
||||
},
|
||||
id: "2", name: "AI-Powered Shortlisting", price: "Auto-Generate Candidate Pools", imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg", imageAlt: "AI Shortlisting Interface"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Bulk Email Campaigns",
|
||||
price: "Communicate at Scale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg?_wi=5",
|
||||
imageAlt: "Email Notifications",
|
||||
},
|
||||
id: "3", name: "Bulk Email Campaigns", price: "Communicate at Scale", imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg", imageAlt: "Email Notifications"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,45 +114,21 @@ export default function StaffPage() {
|
||||
textPosition="left"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I filter students by CGPA and department?",
|
||||
content: "Use the advanced filtering dashboard to set CGPA ranges, select departments, and apply additional criteria like coding performance or graduation year. Results update instantly as you adjust filters.",
|
||||
},
|
||||
id: "1", title: "How do I filter students by CGPA and department?", content: "Use the advanced filtering dashboard to set CGPA ranges, select departments, and apply additional criteria like coding performance or graduation year. Results update instantly as you adjust filters."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I export shortlisted student lists?",
|
||||
content: "Yes, you can export filtered results as CSV or PDF files directly from the dashboard. Exports include all relevant student data and coding metrics for easy integration with your recruitment tools.",
|
||||
},
|
||||
id: "2", title: "Can I export shortlisted student lists?", content: "Yes, you can export filtered results as CSV or PDF files directly from the dashboard. Exports include all relevant student data and coding metrics for easy integration with your recruitment tools."},
|
||||
{
|
||||
id: "3",
|
||||
title: "How does AI-powered shortlisting work?",
|
||||
content: "Our AI analyzes job descriptions you provide and recommends students based on skills, CGPA, coding performance, and profile completeness. You can review and refine recommendations before sending communications.",
|
||||
},
|
||||
id: "3", title: "How does AI-powered shortlisting work?", content: "Our AI analyzes job descriptions you provide and recommends students based on skills, CGPA, coding performance, and profile completeness. You can review and refine recommendations before sending communications."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I send bulk emails to filtered student groups?",
|
||||
content: "Yes, compose emails and send them to any filtered student group with a single click. Track open rates, click-through rates, and engagement metrics for each campaign.",
|
||||
},
|
||||
id: "4", title: "Can I send bulk emails to filtered student groups?", content: "Yes, compose emails and send them to any filtered student group with a single click. Track open rates, click-through rates, and engagement metrics for each campaign."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is there a mobile app for staff?",
|
||||
content: "Currently available on web with full mobile responsiveness. A dedicated iOS and Android app is in beta testing and will launch next quarter.",
|
||||
},
|
||||
id: "5", title: "Is there a mobile app for staff?", content: "Currently available on web with full mobile responsiveness. A dedicated iOS and Android app is in beta testing and will launch next quarter."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I track placement outcomes?",
|
||||
content: "The dashboard provides real-time analytics on placements, average packages, and placement rates. Generate custom reports to present results to institutional leadership.",
|
||||
},
|
||||
id: "6", title: "How do I track placement outcomes?", content: "The dashboard provides real-time analytics on placements, average packages, and placement rates. Generate custom reports to present results to institutional leadership."},
|
||||
{
|
||||
id: "7",
|
||||
title: "Can multiple staff members use the same account?",
|
||||
content: "Yes, institutions can create multiple staff accounts with role-based permissions. Assign placement officers, administrators, and coordinators with appropriate access levels.",
|
||||
},
|
||||
id: "7", title: "Can multiple staff members use the same account?", content: "Yes, institutions can create multiple staff accounts with role-based permissions. Assign placement officers, administrators, and coordinators with appropriate access levels."},
|
||||
{
|
||||
id: "8",
|
||||
title: "What support is available if I have issues?",
|
||||
content: "We provide 24/7 email support, video tutorials, and monthly training sessions. Premium plans include dedicated account management and priority support.",
|
||||
},
|
||||
id: "8", title: "What support is available if I have issues?", content: "We provide 24/7 email support, video tutorials, and monthly training sessions. Premium plans include dedicated account management and priority support."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user