Update src/app/placements/page.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function PlacementsPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -52,33 +52,13 @@ export default function PlacementsPage() {
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "98% Placement Rate",
|
||||
subtitle: "Class of 2024 - Students placed within 6 months of graduation",
|
||||
category: "Overall",
|
||||
value: "All Batches",
|
||||
},
|
||||
id: "1", title: "98% Placement Rate", subtitle: "Class of 2024 - Students placed within 6 months of graduation", category: "Overall", value: "All Batches"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Average CTC - 8 LPA",
|
||||
description: "Competitive salary packages across all engineering disciplines",
|
||||
category: "Salary",
|
||||
value: "Starting Offer",
|
||||
},
|
||||
id: "2", title: "Average CTC - 8 LPA", subtitle: "Competitive salary packages across all engineering disciplines", category: "Salary", value: "Starting Offer"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Highest Package",
|
||||
subtitle: "Record package for exceptional performer in tech roles",
|
||||
category: "Achievement",
|
||||
value: "18+ LPA",
|
||||
},
|
||||
id: "3", title: "Highest Package", subtitle: "Record package for exceptional performer in tech roles", category: "Achievement", value: "18+ LPA"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Top 50 Recruiters",
|
||||
subtitle: "Microsoft, Google, Amazon, Infosys, TCS, Cognizant, Accenture, and more",
|
||||
category: "Companies",
|
||||
value: "Global Partners",
|
||||
},
|
||||
id: "4", title: "Top 50 Recruiters", subtitle: "Microsoft, Google, Amazon, Infosys, TCS, Cognizant, Accenture, and more", category: "Companies", value: "Global Partners"},
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
@@ -97,32 +77,14 @@ export default function PlacementsPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Arjun Sharma",
|
||||
handle: "@arjun_sharma",
|
||||
testimonial: "Got placed at Microsoft as a Software Development Engineer. The curriculum and industry mentorship at NRI directly contributed to my success in technical interviews.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg?_wi=2",
|
||||
imageAlt: "Arjun Sharma",
|
||||
},
|
||||
id: "1", name: "Arjun Sharma", handle: "@arjun_sharma", testimonial: "Got placed at Microsoft as a Software Development Engineer. The curriculum and industry mentorship at NRI directly contributed to my success in technical interviews.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "Arjun Sharma"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Reddy",
|
||||
handle: "@priya_reddy",
|
||||
testimonial: "Secured placement at Google as a Data Scientist with a package of 15 LPA. The AI/DS program equipped me with cutting-edge skills in machine learning and data analytics.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg?_wi=3",
|
||||
imageAlt: "Priya Reddy",
|
||||
},
|
||||
id: "2", name: "Priya Reddy", handle: "@priya_reddy", testimonial: "Secured placement at Google as a Data Scientist with a package of 15 LPA. The AI/DS program equipped me with cutting-edge skills in machine learning and data analytics.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", imageAlt: "Priya Reddy"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Rahul Verma",
|
||||
handle: "@rahul_verma",
|
||||
testimonial: "Placed at TCS with multiple offers from other companies. The placement cell at NRI provided excellent guidance and interview preparation support throughout the process.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=3",
|
||||
imageAlt: "Rahul Verma",
|
||||
},
|
||||
id: "3", name: "Rahul Verma", handle: "@rahul_verma", testimonial: "Placed at TCS with multiple offers from other companies. The placement cell at NRI provided excellent guidance and interview preparation support throughout the process.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Rahul Verma"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -132,14 +94,13 @@ export default function PlacementsPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel_1127-4042.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel_1127-4042.jpg"
|
||||
imageAlt="NRI Institute Campus Footer"
|
||||
logoText="NRI Institute of Technology"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Courses", href: "/courses" },
|
||||
@@ -147,8 +108,7 @@ export default function PlacementsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Admissions",
|
||||
items: [
|
||||
title: "Admissions", items: [
|
||||
{ label: "Apply Now", href: "/admissions" },
|
||||
{ label: "Eligibility", href: "/admissions" },
|
||||
{ label: "Fee Structure", href: "/admissions" },
|
||||
@@ -156,8 +116,7 @@ export default function PlacementsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 09391878787", href: "tel:09391878787" },
|
||||
{ label: "Email: admissions@nri.edu", href: "mailto:admissions@nri.edu" },
|
||||
{ label: "Vijayawada, Andhra Pradesh", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user