-
Notifications
You must be signed in to change notification settings - Fork 0
/
data.mjs
109 lines (108 loc) · 4.09 KB
/
data.mjs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
import LVolt from './components/icons/branding/clients/LVolt';
export const testimonials = [
{
logo: <LVolt />,
name: 'Theodore M',
company: 'LVolt',
testimonial: 'Working with DreamsByte has been an absolute game-changer for our business. They helped us not only improve our online presence but also boost our brand recognition. DreamsByte is more than a digital agency; they are partners in our success.',
reporturl: null
},
{
logo: null,
name: 'Christopher K',
company: 'IMAA',
testimonial: 'Project turned out to be more complicated and include more features than we thought of at the start. Liam was very patient, helpful and flexible in incorporating many of these.',
reporturl: null
},
{
logo: null,
name: 'Val A',
company: 'TRD',
testimonial: '',
reporturl: null
},
{
logo: null,
name: '',
company: 'Allied',
testimonial: '',
reporturl: null
},
{
logo: null,
name: 'Frankie B',
company: '',
testimonial: 'Great person to work with very helpful and a great teacher',
reporturl: null
},
{
logo: null,
name: 'Elliott C',
company: 'Relativity Labs',
testimonial: 'Delivered the site on a quick turnaround meeting all my requirements. When asked to make some revisions to did not hesitate to get them done. A pleasure to work with and helped me stay on schedule for my project. Very experienced with Wordpres',
reporturl: null
},
{
logo: null,
name: 'Beth O',
company: 'Agency Project',
testimonial: 'Delivered the site on a quick turnaround meeting all my requirements. When asked to make some revisions to did not hesitate to get them done. A pleasure to work with and helped me stay on schedule for my project. Very experienced with Wordpres',
reporturl: null
},
{
logo: null,
name: 'Dele Aden',
company: 'Delta3',
testimonial: 'Delivered the site on a quick turnaround meeting all my requirements. When asked to make some revisions to did not hesitate to get them done. A pleasure to work with and helped me stay on schedule for my project. Very experienced with Wordpres',
reporturl: null
},
{
logo: null,
name: 'Andrea H',
company: 'Helping Hand',
testimonial: 'Working with Liam was excellent! He understood what I wanted and he quickly presented me with a product. He is friendly, understanding and helpful. I am so pleased I chose Liam for my web page.',
reporturl: null
},
{
logo: null,
name: 'Amogh G',
company: 'Helping Hand',
testimonial: 'Really good javascript coder, and teacher. Also charges less than most. Can finish the project quickly.',
reporturl: null
},
{
logo: null,
name: 'Mila E',
company: null,
testimonial: 'Working with dreamsbyte was a real pleasure. They built a gorgeous website for my small business from scratch, listened to my comments, everything works perfectly and fast, I\'m very happy (and so are my customers :)).',
reporturl: null
},
{
logo: null,
name: 'Doc',
company: 'Electric Doctors',
testimonial: 'Great communication skills. They were excellent in helping us define our goals, explore available options, designing & implementing solutions. Security conscientious & driven. Superb follow up and continued services. This company has earned a client for life with us.',
reporturl: null
},
{
logo: null,
name: 'Leo Lukas',
company: '',
testimonial: 'Cleanest code ever. The loading speed is amazing on each site developed. Great.',
reporturl: null
},
{
logo: null,
name: 'Siddharth P',
company: '',
testimonial: '5/5',
reporturl: null
},
{
logo: null,
name: 'Lewis A',
company: '',
testimonial: '5/5',
reporturl: null
}
];