You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 11, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/components/Testimonials.jsx
+16-14Lines changed: 16 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
1
importImagefrom'next/image'
2
+
importLinkfrom'next/link'
2
3
3
4
import{Container}from'@/components/Container'
4
5
@@ -9,17 +10,22 @@ const testimonials = [
9
10
'Started contributing and building my GitHub profile and already got a job interview request based on my GitHub activity. So I really appreciate what you do here!',
10
11
author: {
11
12
name: 'emanuel_dev',
12
-
role: 'https://github.com/EmanuelGF',
13
-
image: 'https://github.com/EmanuelGF.png',
13
+
username: 'EmanuelGF'
14
14
},
15
15
},
16
+
{
17
+
content: 'EddieHub is like a family to me! We get really warm welcomes here! We get all our issues solved by each others\' #help :) We get our 🟩 treats here! EddieHub is awesome. By Awesome I mean Awesome! It is a 10/5 rating!',
18
+
author: {
19
+
name: 'Krish Gupta',
20
+
username: 'xkrishguptaa'
21
+
}
22
+
},
16
23
{
17
24
content:
18
25
"EddieHub is like a family to me! We get really warm welcomes here! We get all our issues solved by each others' #help :) We get our 🟩 treats here! EddieHub is awesome. By Awesome I mean Awesome! It is a 10/5 rating!",
19
26
author: {
20
27
name: 'Vincent Villafuerte',
21
-
role: 'https://github.com/vinzvinci',
22
-
image: 'https://github.com/vinzvinci.png',
28
+
username: 'vinzvinci'
23
29
},
24
30
},
25
31
],
@@ -29,17 +35,15 @@ const testimonials = [
29
35
"It's everything anyone could ever ask for in a community. Wholesome, Encouraging, Open Source and everything nice! Best thing happened in 2020. I'll be always thankful to this community and keep contributing here. It's beyond rating of 5 stars. 3000/5 ⭐",
30
36
author: {
31
37
name: 'Karuna Tata',
32
-
role: 'https://github.com/starlightknown',
33
-
image: 'https://github.com/starlightknown.png',
38
+
username: 'starlightknown'
34
39
},
35
40
},
36
41
{
37
42
content:
38
43
'EddieHub is the best growing 🚀 Open-Source community. Here, you can help each other by raising issues, solving doubts on the help channel, show your work (projects), make good connections and so many things.I would recommend all beginners to join the most respectful, collaborative and loving Open-Source community.Thanks @eddiejaoude, we support you!',
39
44
author: {
40
45
name: 'akhileshthite',
41
-
role: 'https://github.com/akhileshthite',
42
-
image: 'https://github.com/akhileshthite.png',
46
+
username: 'akhileshthite'
43
47
},
44
48
},
45
49
],
@@ -49,17 +53,15 @@ const testimonials = [
49
53
'Eddiehub has helped me to understand the importance of Open Source and how easy it is to collaborate with developers from around the world to work on different projects and learn from each other in an amazing community.',
50
54
author: {
51
55
name: 'Evavic44',
52
-
role: 'https://github.com/Evavic44',
53
-
image: 'https://github.com/Evavic44.png',
56
+
username: 'Evavic44'
54
57
},
55
58
},
56
59
{
57
60
content:
58
61
"This is just an awesome community. This is the first community I have seen which puts collaboration first than the code. Collaborative people make a collaborative community and EddieHub is a perfect example of it 😄. I can't rate this community on the scale because priceless things can't be quantified ❤️",
59
62
author: {
60
63
name: 'Kaiwalya Koparkar',
61
-
role: 'https://github.com/kaiwalyakoparkar',
62
-
image: 'https://github.com/kaiwalyakoparkar.png',
64
+
username: 'kaiwalyakoparkar'
63
65
},
64
66
},
65
67
],
@@ -112,13 +114,13 @@ export function Testimonials() {
0 commit comments