diff --git a/public/testimonials/amrit.png b/public/testimonials/amrit.png deleted file mode 100644 index 876c57e..0000000 Binary files a/public/testimonials/amrit.png and /dev/null differ diff --git a/public/testimonials/greeshma.jpg b/public/testimonials/greeshma.jpg new file mode 100644 index 0000000..d3cf53c Binary files /dev/null and b/public/testimonials/greeshma.jpg differ diff --git a/public/testimonials/hiba.jpg b/public/testimonials/hiba.jpg new file mode 100644 index 0000000..314ffad Binary files /dev/null and b/public/testimonials/hiba.jpg differ diff --git a/public/testimonials/jc.png b/public/testimonials/jc.png deleted file mode 100644 index a47fbc8..0000000 Binary files a/public/testimonials/jc.png and /dev/null differ diff --git a/public/testimonials/kevin.png b/public/testimonials/kevin.png deleted file mode 100644 index ee20211..0000000 Binary files a/public/testimonials/kevin.png and /dev/null differ diff --git a/public/testimonials/valeria.jpg b/public/testimonials/valeria.jpg new file mode 100644 index 0000000..83d1e0e Binary files /dev/null and b/public/testimonials/valeria.jpg differ diff --git a/src/components/Testimonials.tsx b/src/components/Testimonials.tsx index 9d65d3f..67ddb98 100644 --- a/src/components/Testimonials.tsx +++ b/src/components/Testimonials.tsx @@ -1,31 +1,31 @@ import Image from 'next/image'; import ArrowButton from '@/../public/testimonials/arrow-button.svg'; -import Amrit from '@/../public/testimonials/amrit.png'; -import JC from '@/../public/testimonials/jc.png'; -import Kevin from '@/../public/testimonials/kevin.png'; +import Valeria from '@/../public/testimonials/valeria.jpg'; +import Hiba from '@/../public/testimonials/hiba.jpg'; +import Greeshma from '@/../public/testimonials/greeshma.jpg'; import Carousel from './Carousel'; const testimonials = [ { - name: 'Amrit', - classification: 'Junior', - image: Amrit, + name: 'Hiba M.', + role: 'Designer on Trends', + image: Hiba, quote: - "“Being a part of Nebula has been a huge part of my college career. I've made some of my best friends and had some of my best experiences being a part of the group. I love creating software that helps students and I love teaching people web technologies.”", + "“Nebula's welcoming environment makes it easy to be passionate about web development while forming valuable friendships! Working on Trends has allowed me to grow as a designer and work alongside other talented individuals. I love how involved everyone is during the meetings, and how every decision, big or small, has so much thought and care put into it.”", }, { - name: 'Kevin', - classification: 'Sophomore', - image: Kevin, + name: 'Greeshma N.', + role: 'Engineer on API', + image: Greeshma, quote: - '“I love the team, I love the product, I love the unique challenges that the project presents. What more can I ask for :)”', + "“Nebula's contributions to student life at UTD are the best! I love working with a group that's so student-centric and making products that improve my quality of life as a student. Nebula's a great place to learn and opens so many doors for other opportunities!”", }, { - name: 'JC', - classification: 'Junior', - image: JC, + name: 'Valeria G.', + role: 'Engineer on Jupiter', + image: Valeria, quote: - '“I enjoyed interacting with an open source project which I’d never done before. The team working skills are also great to know and the people I have interacted with so far have been great.”', + "“Team Jupiter is always encouraging and supportive of each other's craft, and even outside of meetings I can always feel the support of my team. As a beginner designer, it is thanks to their support that I have been able to grow and further improve skills gained at Nebula Labs.”", }, ]; @@ -42,27 +42,26 @@ const Testimonials = () => {
{item.quote}
-{item.role}
- +- {idx + 1}/{valueCount} + {index + 1}/{valueCount}
- - +