Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/pages/courses/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ const projects = [

const testimonials = [
{
img: "https://dummyimage.com/80x80/222/fff&text=A",
name: "Anonymous",
img: "https://dummyimage.com/80x80/222/fff&text=KP",
name: "Kumar Priyanshu",
review:
"The resources for learning statistics were really useful . Also I liked the summary of each field given out there .",
"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.",
stars: 5,
},
{
Expand All @@ -70,10 +70,10 @@ const testimonials = [
stars: 5,
},
{
img: "https://dummyimage.com/80x80/444/fff&text=JS",
name: "Jatan Sanghvi",
img: "https://dummyimage.com/80x80/444/fff&text=S",
name: "Sachin",
review:
"Amazing experience and worth the time",
"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 :)",
stars: 5,
},
];
Expand Down
Loading