diff --git a/src/app/institute/page.tsx b/src/app/institute/page.tsx index a8a5ec4..d247438 100644 --- a/src/app/institute/page.tsx +++ b/src/app/institute/page.tsx @@ -20,8 +20,7 @@ export default function InstitutePage() { 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 InstitutePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Blog", href: "#" }, { label: "Careers", href: "#" }, @@ -38,8 +36,7 @@ export default function InstitutePage() { ], }, { - 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 InstitutePage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="grid" + background="circleGradient" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -66,9 +63,7 @@ export default function InstitutePage() { brandName="PlacementHub" navItems={navItems} button={{ - text: "Get Started", - href: "https://app.placementhub.io/signup", - }} + text: "Get Started", href: "https://app.placementhub.io/signup"}} /> @@ -78,17 +73,14 @@ export default function InstitutePage() { description="Manage student profiles, track placements, and communicate with staff and recruiters all from one powerful dashboard. Real-time insights, automated workflows, and comprehensive reporting at your fingertips." tag="All-in-One Solution" tagIcon={Sparkles} - background={{ variant: "grid" }} - imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-web-template_23-2149117703.jpg?_wi=2" + background={{ variant: "animated-grid" }} + imageSrc="http://img.b2bpic.net/free-vector/flat-design-minimal-technology-web-template_23-2149117703.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,29 +96,11 @@ export default function InstitutePage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Student Data Verification", - description: "Verify and manage official student records including CGPA, department, batch, and academic achievements. Maintain a centralized database of all student information.", - tag: "Admin Feature", - imageSrc: "http://img.b2bpic.net/free-photo/fully-concentrated-group-young-people-casual-clothes-working-modern-office_146671-16444.jpg?_wi=2", - imageAlt: "Institution Management System", - }, + id: "1", title: "Student Data Verification", description: "Verify and manage official student records including CGPA, department, batch, and academic achievements. Maintain a centralized database of all student information.", tag: "Admin Feature", imageSrc: "http://img.b2bpic.net/free-photo/fully-concentrated-group-young-people-casual-clothes-working-modern-office_146671-16444.jpg", imageAlt: "Institution Management System"}, { - id: "2", - title: "Advanced Student Filtering", - description: "Filter students by CGPA thresholds, departments, graduation year, skills, and custom criteria. Quickly identify eligible candidates for recruitment drives.", - tag: "Staff Tool", - imageSrc: "http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg?_wi=2", - imageAlt: "Staff Dashboard Filtering", - }, + id: "2", title: "Advanced Student Filtering", description: "Filter students by CGPA thresholds, departments, graduation year, skills, and custom criteria. Quickly identify eligible candidates for recruitment drives.", tag: "Staff Tool", imageSrc: "http://img.b2bpic.net/free-photo/busy-open-plan-office_1098-12690.jpg", imageAlt: "Staff Dashboard Filtering"}, { - id: "3", - title: "Bulk Communications", - description: "Send targeted emails and notifications to specific student groups or departments. Track email campaigns and monitor engagement metrics in real-time.", - tag: "Communication", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg?_wi=3", - imageAlt: "Email Notifications", - }, + id: "3", title: "Bulk Communications", description: "Send targeted emails and notifications to specific student groups or departments. Track email campaigns and monitor engagement metrics in real-time.", tag: "Communication", imageSrc: "http://img.b2bpic.net/free-photo/business-people-pointing-tablet_1098-21641.jpg", imageAlt: "Email Notifications"}, ]} /> @@ -139,24 +113,16 @@ export default function InstitutePage() { metrics={[ { icon: Users, - label: "Student Profiles Built", - value: "50K+", - }, + label: "Student Profiles Built", value: "50K+"}, { icon: Building2, - label: "Institutions Connected", - value: "200+", - }, + label: "Institutions Connected", value: "200+"}, { icon: Briefcase, - label: "Successful Placements", - value: "35K+", - }, + label: "Successful Placements", value: "35K+"}, { icon: TrendingUp, - label: "Average Package Increase", - value: "28%", - }, + label: "Average Package Increase", value: "28%"}, ]} />