Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 5e7d64a

Browse files
authored
feat: testimonials (#273)
* feat :added testominals part from the eddiehub.org * deleted the avatar images
1 parent ab69354 commit 5e7d64a

File tree

7 files changed

+34
-30
lines changed

7 files changed

+34
-30
lines changed

next.config.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {}
33

4-
module.exports = nextConfig
4+
module.exports = {
5+
images: {
6+
remotePatterns: [
7+
{
8+
protocol: 'https',
9+
hostname: 'github.com',
10+
},
11+
],
12+
},
13+
}

src/components/Testimonials.jsx

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,70 +1,65 @@
11
import Image from 'next/image'
22

33
import { Container } from '@/components/Container'
4-
import avatarImage1 from '@/images/avatars/avatar-1.png'
5-
import avatarImage2 from '@/images/avatars/avatar-2.png'
6-
import avatarImage3 from '@/images/avatars/avatar-3.png'
7-
import avatarImage4 from '@/images/avatars/avatar-4.png'
8-
import avatarImage5 from '@/images/avatars/avatar-5.png'
94

105
const testimonials = [
116
[
127
{
138
content:
14-
'TaxPal is so easy to use I can’t help but wonder if it’s really doing the things the government expects me to do.',
9+
'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!',
1510
author: {
16-
name: 'Sheryl Berge',
17-
role: 'CEO at Lynch LLC',
18-
image: avatarImage1,
11+
name: 'emanuel_dev',
12+
role: 'https://github.com/EmanuelGF',
13+
image: 'https://github.com/EmanuelGF.png',
1914
},
2015
},
2116
{
2217
content:
23-
'I’m trying to get a hold of someone in support, I’m in a lot of trouble right now and they are saying it has something to do with my books. Please get back to me right away.',
18+
"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!",
2419
author: {
25-
name: 'Amy Hahn',
26-
role: 'Director at Velocity Industries',
27-
image: avatarImage4,
20+
name: 'Vincent Villafuerte',
21+
role: 'https://github.com/vinzvinci',
22+
image: 'https://github.com/vinzvinci.png',
2823
},
2924
},
3025
],
3126
[
3227
{
3328
content:
34-
'The best part about TaxPal is every time I pay my employees, my bank balance doesn’t go down like it used to. Looking forward to spending this extra cash when I figure out why my card is being declined.',
29+
"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 ⭐",
3530
author: {
36-
name: 'Leland Kiehn',
37-
role: 'Founder of Kiehn and Sons',
38-
image: avatarImage5,
31+
name: 'Karuna Tata',
32+
role: 'https://github.com/starlightknown',
33+
image: 'https://github.com/starlightknown.png',
3934
},
4035
},
4136
{
4237
content:
43-
'There are so many things I had to do with my old software that I just don’t do at all with TaxPal. Suspicious but I can’t say I don’t love it.',
38+
'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!',
4439
author: {
45-
name: 'Erin Powlowski',
46-
role: 'COO at Armstrong Inc',
47-
image: avatarImage2,
40+
name: 'akhileshthite',
41+
role: 'https://github.com/akhileshthite',
42+
image: 'https://github.com/akhileshthite.png',
4843
},
4944
},
5045
],
5146
[
5247
{
5348
content:
54-
'I used to have to remit tax to the EU and with TaxPal I somehow don’t have to do that anymore. Nervous to travel there now though.',
49+
'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.',
5550
author: {
56-
name: 'Peter Renolds',
57-
role: 'Founder of West Inc',
58-
image: avatarImage3,
51+
name: 'Evavic44',
52+
role: 'https://github.com/Evavic44',
53+
image: 'https://github.com/Evavic44.png',
5954
},
6055
},
6156
{
6257
content:
63-
'This is the fourth email I’ve sent to your support team. I am literally being held in jail for tax fraud. Please answer your damn emails, this is important.',
58+
"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 ❤️",
6459
author: {
65-
name: 'Amy Hahn',
66-
role: 'Director at Velocity Industries',
67-
image: avatarImage4,
60+
name: 'Kaiwalya Koparkar',
61+
role: 'https://github.com/kaiwalyakoparkar',
62+
image: 'https://github.com/kaiwalyakoparkar.png',
6863
},
6964
},
7065
],

src/images/avatars/avatar-1.png

-28 KB
Binary file not shown.

src/images/avatars/avatar-2.png

-26.1 KB
Binary file not shown.

src/images/avatars/avatar-3.png

-25.9 KB
Binary file not shown.

src/images/avatars/avatar-4.png

-28.2 KB
Binary file not shown.

src/images/avatars/avatar-5.png

-27.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)