-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Hermione Dadheech <[email protected]>
- Loading branch information
1 parent
2dabe72
commit 6faafc4
Showing
6 changed files
with
43 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
import MarutiLogo from "@/public/images/users/Logo_for_Maruti_Suzuki.svg"; | ||
import NutanixLogo from "@/public/images/users/Nutanix_Logo.svg"; | ||
|
||
export const testimonialData = [ | ||
{ | ||
image: MarutiLogo, | ||
content: | ||
"Our recent collaboration with Keploy was truly remarkable. Keploy team provided exceptional support and remained highly proactive throughout the entire experience. Keploy platform has added business value to Maruti Suzuki.", | ||
author: "Executive Member", | ||
company: "@Maruti Suzuki", | ||
}, | ||
{ | ||
image: NutanixLogo, | ||
content: | ||
"Makes it easy to unit test my complex systems with realistic test data.", | ||
author: "Staff Engineer", | ||
company: "@Nutanix", | ||
}, | ||
// Add more testimonials as needed | ||
]; |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.