diff --git a/src/app/placements/page.tsx b/src/app/placements/page.tsx index 10ae3bb..4d73d3e 100644 --- a/src/app/placements/page.tsx +++ b/src/app/placements/page.tsx @@ -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() {