Skip to content

Commit 6d22511

Browse files
authored
Merge pull request #1280 from Adez017/testimonial
updated testimonials on courses
2 parents 0ceed05 + da7a887 commit 6d22511

1 file changed

Lines changed: 12 additions & 13 deletions

File tree

src/pages/courses/index.tsx

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,24 @@ const projects = [
5656

5757
const testimonials = [
5858
{
59-
img: "https://dummyimage.com/80x80/222/fff&text=S",
60-
name: "Sachin",
59+
img: "https://dummyimage.com/80x80/222/fff&text=A",
60+
name: "Anonymous",
6161
review:
62-
"Sanjay has been a great support in knowing various career paths and upcoming tech. The call was very crisp but valueable at the same time. For sure I am gonna schedule a call probably next month to give him updates. Thanks a ton Sanjay :)",
62+
"The resources for learning statistics were really useful . Also I liked the summary of each field given out there .",
6363
stars: 5,
6464
},
6565
{
66-
img: "https://dummyimage.com/80x80/333/fff&text=KP",
67-
name: "Kumar Priyanshu",
66+
img: "https://dummyimage.com/80x80/333/fff&text=AQ",
67+
name: "Ayesha Qureshi",
6868
review:
69-
"I was thoroughly impressed by his clear, engaging communication and deep understanding of my issue. He listened attentively and offered valuable insights and solutions, leaving me extremely satisfied and confident in the guidance I received.",
69+
"The entire session was incredibly valuable. Sir's detailed explanations of every aspect were exceptionally insightful and deepened my understanding",
7070
stars: 5,
7171
},
7272
{
73-
img: "https://dummyimage.com/80x80/444/fff&text=AV",
74-
name: "Aman Vohra",
73+
img: "https://dummyimage.com/80x80/444/fff&text=JS",
74+
name: "Jatan Sanghvi",
7575
review:
76-
"It was an amazing session with you. And i can't thank you enough for your time and the great and valuable insights you have given me. Thank you so much🙌🏻",
76+
"Amazing experience and worth the time",
7777
stars: 5,
7878
},
7979
];
@@ -449,7 +449,7 @@ function CoursesContent() {
449449
`}
450450
</style>
451451
</Head>
452-
<main className="courses-page min-h-screen transition-all duration-500 " data-theme="">
452+
<main className="courses-page min-h-screen transition-all duration-500 " data-theme="">
453453
{/* Modal */}
454454
{modal.open && (
455455
<div className="bg-opacity-60 courses-fade-in fixed inset-0 z-50 flex items-center justify-center bg-black p-4">
@@ -647,9 +647,8 @@ function CoursesContent() {
647647
{projects.map((_, idx) => (
648648
<button
649649
key={idx}
650-
className={`courses-carousel-indicator ${
651-
idx === activeProjectIndex ? "active" : ""
652-
}`}
650+
className={`courses-carousel-indicator ${idx === activeProjectIndex ? "active" : ""
651+
}`}
653652
onClick={() => goToProjectSlide(idx)}
654653
/>
655654
))}

0 commit comments

Comments
 (0)