Skip to content

Commit 842ac62

Browse files
committed
feat: add new testimonials to enhance portfolio credibility
1 parent 5daa189 commit 842ac62

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/data/portfolio.ts

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,18 @@ export const testimonials: Testimonial[] = [
496496
},
497497
{
498498
id: '2',
499+
name: 'Ahmad Salama',
500+
title:
501+
'Digital Solutions Development | Fintech Innovation | Partnerships | Operations',
502+
company: 'TradeSocio',
503+
content:
504+
'I can confidently say that Yousif is a highly committed and disciplined professional. While not under my direct supervision, however he always shows reliability and approaches his responsibilities with dedication. All the best mate.',
505+
avatar:
506+
'https://media.licdn.com/dms/image/v2/D4D03AQHBE34gtzcpTg/profile-displayphoto-shrink_800_800/profile-displayphoto-shrink_800_800/0/1725282810809?e=1756944000&v=beta&t=NOLWOmnnpFNUGynLcunH2aaUpygb-oNpkbo1M4W_ZfU',
507+
rating: 5,
508+
},
509+
{
510+
id: '3',
499511
name: 'Mohamed Samir',
500512
title: 'Product-minded Software Engineer',
501513
company: 'Salem Ventures',
@@ -506,7 +518,7 @@ export const testimonials: Testimonial[] = [
506518
rating: 5,
507519
},
508520
{
509-
id: '3',
521+
id: '4',
510522
name: 'Beshoy Nasry',
511523
title: 'Full Stack Engineer',
512524
company: 'Salem Ventures',
@@ -517,7 +529,7 @@ export const testimonials: Testimonial[] = [
517529
rating: 5,
518530
},
519531
{
520-
id: '4',
532+
id: '5',
521533
name: 'Eman Wagih',
522534
title: 'Full Stack Developer',
523535
company: 'Salem Ventures',
@@ -528,7 +540,7 @@ export const testimonials: Testimonial[] = [
528540
rating: 5,
529541
},
530542
{
531-
id: '5',
543+
id: '6',
532544
name: 'Tasneem Khaled',
533545
title: 'Junior Software Engineer',
534546
company: 'Salem Ventures',

0 commit comments

Comments
 (0)