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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,14 @@
29
29
- Updated Vite configuration to remove three-vendors chunk
30
30
- Reduced bundle complexity and improved build performance
31
31
32
+
#### Testimonials Section Update
33
+
34
+
-**Aligned Testimonials with Real Portfolio Clients**: Replaced generic testimonials with authentic feedback from actual portfolio clients
35
+
-**OfficePro Inc.**: Two testimonials from Curtis Campbell (Marketing/Website Consultant) covering WordPress platform development and Epic Learning Sync plugin
36
+
-**Zeomed Services**: Healthcare platform testimonial from Salman Sidhiq Basha (Founder) highlighting content management and course delivery capabilities
37
+
-**Enhanced Authenticity**: Testimonials now reflect specific services delivered and technologies implemented with actual client contacts
38
+
-**Improved Credibility**: Real client names, accurate positions, and company-specific achievements for better trust building
39
+
32
40
#### Bundle Optimization
33
41
34
42
-**Enhanced Chunk Splitting**: Improved from previous optimization
Copy file name to clipboardExpand all lines: src/components/features/home/Testimonials.tsx
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,26 +4,26 @@ const Testimonials = () => {
4
4
consttestimonials=[
5
5
{
6
6
quote:
7
-
'ThinkRED Technologies transformed our digital infrastructure, delivering a solution that exceeded our expectations in both functionality and user experience.',
8
-
author: 'Sarah Johnson',
9
-
position: 'CTO, ZeoMed Services',
10
-
company: 'ZeoMed Services',
7
+
'ThinkRED Technologies delivered an exceptional WordPress platform that perfectly integrates our technology training, certification, and AV staffing services. Their expertise in LearnPress integration and custom development exceeded our expectations.',
8
+
author: 'Curtis Campbell',
9
+
position: 'Marketing Consultant',
10
+
company: 'OfficePro Inc.',
11
11
image: '/assets/avatars/default-avatar.png',
12
12
},
13
13
{
14
14
quote:
15
-
'Working with ThinkRED has been a game-changer for our development workflow. Their expertise in DevOps and infrastructure automation has significantly improved our deployment process.',
16
-
author: 'Michael Chen',
17
-
position: 'Lead Developer',
18
-
company: 'TechNova Solutions',
15
+
'The Epic Learning Sync plugin developed by ThinkRED has revolutionized our course management process. The seamless API integration and robust data synchronization capabilities have significantly improved our workflow efficiency.',
16
+
author: 'Curtis Campbell',
17
+
position: 'Marketing Consultant',
18
+
company: 'OfficePro Inc.',
19
19
image: '/assets/avatars/default-avatar.png',
20
20
},
21
21
{
22
22
quote:
23
-
'The team at ThinkRED brought both technical excellence and creative thinking to our project. They truly understand how to simplify complex technology challenges.',
24
-
author: 'Priya Sharma',
25
-
position: 'Product Manager',
26
-
company: 'Innovate Digital',
23
+
'ThinkRED transformed our healthcare services platform with a comprehensive WordPress solution. Their understanding of our business needs and technical execution for content management and course delivery was outstanding.',
0 commit comments