Update src/app/page.tsx
This commit is contained in:
@@ -178,22 +178,22 @@ export default function HomePage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Arjun Sharma", handle: "@arjun_sharma", testimonial: "The curriculum at NRI Institute prepared me exceptionally well for the tech industry. My faculty mentors guided me through real-world projects that directly impacted my career placement at Microsoft.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg", imageAlt: "Arjun Sharma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-young-man-holding-folder-outdoor_74855-2121.jpg?_wi=1", imageAlt: "Arjun Sharma"},
|
||||
{
|
||||
id: "2", name: "Priya Reddy", handle: "@priya_reddy", testimonial: "The AI and Data Science program at NRI is comprehensive and practical. I learned not just theory but also how to apply machine learning in real business scenarios. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", imageAlt: "Priya Reddy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg?_wi=1", imageAlt: "Priya Reddy"},
|
||||
{
|
||||
id: "3", name: "Rahul Verma", handle: "@rahul_verma", testimonial: "Outstanding faculty support, modern labs, and industry connections made my four years at NRI absolutely valuable. I secured placement at TCS with a lucrative package.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Rahul Verma"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=1", imageAlt: "Rahul Verma"},
|
||||
{
|
||||
id: "4", name: "Neha Patel", handle: "@neha_patel", testimonial: "The innovation hub at NRI helped me launch my startup idea. The mentorship and resources provided were instrumental in my entrepreneurial journey.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blonde-young-woman-smiling-portrait-wearing-blue-gentle-shirt-building_158595-6612.jpg", imageAlt: "Neha Patel"},
|
||||
{
|
||||
id: "5", name: "Vikram Singh", handle: "@vikram_singh", testimonial: "NRI's infrastructure and faculty expertise are world-class. My internship opportunities and industry connections led to multiple job offers from top tech companies.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg", imageAlt: "Vikram Singh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man_1268-21877.jpg?_wi=2", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "6", name: "Anjali Gupta", handle: "@anjali_gupta", testimonial: "The student life at NRI is vibrant with tech fests, hackathons, and clubs. Alongside rigorous academics, I developed leadership skills and lifelong friendships.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg", imageAlt: "Anjali Gupta"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-pretty-girl-plaid-shirt-posing_114579-70643.jpg?_wi=2", imageAlt: "Anjali Gupta"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -203,7 +203,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel_1127-4042.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hotel_1127-4042.jpg?_wi=1"
|
||||
imageAlt="NRI Institute Campus Footer"
|
||||
logoText="NRI Institute of Technology"
|
||||
copyrightText="© 2025 NRI Institute of Technology. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user