Merge version_1 into main #3
@@ -56,13 +56,13 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Rahul Kumar", handle: "CSE Graduate, 2023", testimonial: "The practical approach and industry exposure at NRI transformed my career. Placed at Google with competitive package.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Rahul Kumar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=1", imageAlt: "Rahul Kumar"},
|
||||
{
|
||||
name: "Priya Sharma", handle: "AI Specialization, 2023", testimonial: "Excellent faculty and state-of-the-art labs. The hackathons and innovation programs are truly world-class.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Priya Sharma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=2", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
name: "Arjun Singh", handle: "ECE Graduate, 2022", testimonial: "NRI's autonomous status gave us academic freedom and industry partnerships that accelerated my learning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Arjun Singh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=3", imageAlt: "Arjun Singh"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Apply Now", href: "/admissions" },
|
||||
@@ -158,17 +158,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rahul Kumar", role: "Software Engineer, Google", testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Rahul Kumar"},
|
||||
id: "1", name: "Rahul Kumar", role: "Software Engineer, Google", testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=4", imageAlt: "Rahul Kumar"},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist, Microsoft", testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Priya Sharma"},
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist, Microsoft", testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=5", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3", name: "Arjun Singh", role: "Hardware Engineer, Intel", testimonial: "ECE program's hands-on approach with modern equipment prepared me for semiconductor industry roles.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Arjun Singh"},
|
||||
id: "3", name: "Arjun Singh", role: "Hardware Engineer, Intel", testimonial: "ECE program's hands-on approach with modern equipment prepared me for semiconductor industry roles.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=6", imageAlt: "Arjun Singh"},
|
||||
{
|
||||
id: "4", name: "Neha Patel", role: "Founder, AI Startup", testimonial: "NRI's innovation lab and startup incubator support helped me launch my successful AI venture.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-happy-young-woman-with-curly-hair-holds-notepad-pen-makes-notes-what-she-observes-around-city-dressed-casual-green-jumper-poses-outdoors-against-blurred-background_273609-56665.jpg", imageAlt: "Neha Patel"},
|
||||
{
|
||||
id: "5", name: "Vikram Reddy", role: "Senior Developer, Amazon", testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Vikram Reddy"},
|
||||
id: "5", name: "Vikram Reddy", role: "Senior Developer, Amazon", testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=7", imageAlt: "Vikram Reddy"},
|
||||
{
|
||||
id: "6", name: "Anjali Verma", role: "Product Manager, Meta", testimonial: "Beyond technical skills, NRI developed my leadership and communication abilities for product management roles.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Anjali Verma"},
|
||||
id: "6", name: "Anjali Verma", role: "Product Manager, Meta", testimonial: "Beyond technical skills, NRI developed my leadership and communication abilities for product management roles.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=8", imageAlt: "Anjali Verma"},
|
||||
]}
|
||||
title="Student Success Stories"
|
||||
description="Hear from our graduates about their transformative learning experience and career achievements."
|
||||
|
||||
@@ -58,11 +58,11 @@ export default function PlacementsPage() {
|
||||
<TestimonialCardTwo
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Rahul Kumar", role: "Software Engineer, Google", testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Rahul Kumar"},
|
||||
id: "1", name: "Rahul Kumar", role: "Software Engineer, Google", testimonial: "The practical curriculum and industry exposure at NRI prepared me perfectly for global tech roles. Best decision of my life.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=9", imageAlt: "Rahul Kumar"},
|
||||
{
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist, Microsoft", testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Priya Sharma"},
|
||||
id: "2", name: "Priya Sharma", role: "Data Scientist, Microsoft", testimonial: "The AI specialization program with cutting-edge labs gave me competitive advantage. Faculty mentorship was exceptional.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=10", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3", name: "Vikram Reddy", role: "Senior Developer, Amazon", testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg", imageAlt: "Vikram Reddy"},
|
||||
id: "3", name: "Vikram Reddy", role: "Senior Developer, Amazon", testimonial: "The technical depth and industry partnerships at NRI opened doors to top global opportunities.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-student-looking-camera-sitting-cafe-table_1163-5164.jpg?_wi=11", imageAlt: "Vikram Reddy"},
|
||||
]}
|
||||
title="Success Stories from Our Graduates"
|
||||
description="Hear from NRI alumni working at leading tech companies and innovating in their fields."
|
||||
|
||||
Reference in New Issue
Block a user