Skip to content

Commit 17835d2

Browse files
authored
Update Testimonials.ts (#36)
1 parent 32f62f5 commit 17835d2

File tree

1 file changed

+20
-25
lines changed

1 file changed

+20
-25
lines changed

src/constants/Testimonials.ts

Lines changed: 20 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,33 @@
11
export const testimonials = [
22
{
3-
name: 'Jack',
4-
username: '@jack',
5-
body: "I've never seen anything like this before. It's amazing. I love it.",
6-
img: 'https://avatar.vercel.sh/jack',
3+
name: 'Student at Soham Shubham Science',
4+
username: 'Soham Shubham Science',
5+
body: 'Music Blocks is a programming environment for children interested in music and graphics. It expands upon Turtle Blocks by adding a collection of features relating to pitch and rhythm.',
6+
img: 'https://subhamgroupofinstitutions.com/wp-content/uploads/2022/08/Subham_logo-1-removebg-preview.png',
77
},
88
{
9-
name: 'Jill',
10-
username: '@jill',
11-
body: "I don't know what to say. I'm speechless. This is amazing.",
12-
img: 'https://avatar.vercel.sh/jill',
9+
name: 'Richard Hermann',
10+
username:
11+
'Richard Hermann, PhD, Prof. of Music Theory and Composition, University of New Mexico',
12+
body: 'I think Music Blocks will inspire many young folks to become programmers, mathematicians, composers, and music theorists. It will also provide important experiences to other young folk who pursue other fields. You are to be congratulated on your efforts.',
13+
img: 'https://www.richardhermann.net/_Media/rhmh-tentrock_med.jpeg',
1314
},
1415
{
15-
name: 'John',
16-
username: '@john',
17-
body: "I'm at a loss for words. This is amazing. I love it.",
18-
img: 'https://avatar.vercel.sh/john',
19-
},
20-
{
21-
name: 'Jane',
22-
username: '@jane',
23-
body: 'This is amazing. I love it.',
24-
img: 'https://avatar.vercel.sh/jane',
16+
name: 'Riya Lohia',
17+
username: 'Riya Lohia GSoc 2018 Student',
18+
body: 'I would like to thank my mentors Walter Bender and Devin Ulibarri for their constant guidance and motivation...',
19+
img: 'https://avatar.vercel.sh/james',
2520
},
2621
{
27-
name: 'Jenny',
28-
username: '@jenny',
29-
body: 'I love it.',
30-
img: 'https://avatar.vercel.sh/jenny',
22+
name: 'Sourabha G.',
23+
username: 'Sourabha G. GSoC 2021 Student',
24+
body: 'This summer was super fun and filled with learning! I enjoyed testing over 60+ activities with kids to get first-hand feedback which had a positive impact in the way they approach problems...',
25+
img: 'https://avatar.vercel.sh/james',
3126
},
3227
{
33-
name: 'James',
34-
username: '@james',
35-
body: "I'm amazed. Love it!",
28+
name: 'LinuxInsider',
29+
username: 'LinuxInsider',
30+
body: 'Fedora-Based Sugar on a Stick Is One Sweet Desktop.',
3631
img: 'https://avatar.vercel.sh/james',
3732
},
3833
];

0 commit comments

Comments
 (0)