Skip to content

Commit 1cbe95f

Browse files
committed
Corrected my Name
1 parent 8f8047e commit 1cbe95f

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,23 +301,23 @@ const experiences = [
301301
const testimonials = [
302302
{
303303
testimonial:
304-
"I thought it was impossible to make a website as beautiful as our product, but Rick proved me wrong.",
304+
"I thought it was impossible to make a website as beautiful as our product, but Ayush proved me wrong.",
305305
name: "Sara Lee",
306306
designation: "CFO",
307307
company: "Acme Co",
308308
image: "https://randomuser.me/api/portraits/women/4.jpg",
309309
},
310310
{
311311
testimonial:
312-
"I've never met a web developer who truly cares about their clients' success like Rick does.",
312+
"I've never met a web developer who truly cares about their clients' success like Ayush does.",
313313
name: "Chris Brown",
314314
designation: "COO",
315315
company: "DEF Corp",
316316
image: "https://randomuser.me/api/portraits/men/5.jpg",
317317
},
318318
{
319319
testimonial:
320-
"After Rick optimized our website, our traffic increased by 50%. We can't thank them enough!",
320+
"After Ayush optimized our website, our traffic increased by 50%. We can't thank them enough!",
321321
name: "Lisa Wang",
322322
designation: "CTO",
323323
company: "456 Enterprises",
@@ -787,4 +787,4 @@ And if you're hungry for more than just a course and want to understand how we l
787787
</a>
788788

789789
#
790-
# 3dPortfolio
790+
# 3dPortfolio

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/constants/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -172,23 +172,23 @@ const experiences = [
172172
const testimonials = [
173173
{
174174
testimonial:
175-
"I thought it was impossible to make a website as beautiful as our product, but Rick proved me wrong.",
175+
"I thought it was impossible to make a website as beautiful as our product, but Ayush proved me wrong.",
176176
name: "Sara Lee",
177177
designation: "CFO",
178178
company: "Acme Co",
179179
image: "https://randomuser.me/api/portraits/women/4.jpg",
180180
},
181181
{
182182
testimonial:
183-
"I've never met a web developer who truly cares about their clients' success like Rick does.",
183+
"I've never met a web developer who truly cares about their clients' success like Ayush does.",
184184
name: "Chris Brown",
185185
designation: "COO",
186186
company: "DEF Corp",
187187
image: "https://randomuser.me/api/portraits/men/5.jpg",
188188
},
189189
{
190190
testimonial:
191-
"After Rick optimized our website, our traffic increased by 50%. We can't thank them enough!",
191+
"After Ayush optimized our website, our traffic increased by 50%. We can't thank them enough!",
192192
name: "Lisa Wang",
193193
designation: "CTO",
194194
company: "456 Enterprises",

0 commit comments

Comments
 (0)