Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add commanders act testimonial #46

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 66 additions & 0 deletions public/svg/logo-commanders-act.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/constant/testimonials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ export const TESTIMONIALS: Testimonial[] = [
url: 'https://www.atem.earth',
},
},
{
source: 'Ludovic Cheng -',
text: 'We are pleased with the expertise and efficiency demonstrated by Unit 214, as they delivered high-quality software swiftly, making substantial contributions to both our PHP APIs and various projects across major frontend frameworks.',
logo: '/svg/logo-commanders-act.svg',
website: {
text: 'Commanders Act',
url: 'https://www.commandersact.com/',
},
},
{
source: 'Emil Wagner - Managing Director at',
text: 'Unit 214 has been a reliable partner for years, they enable us to add expert capacity in a wide range of blockchain projects, from smart contract development over Web3 integration to the conception of an NFT sale and ticketing-system. With the start of the AI-era their specialty consultant has provided us with in-depth knowledge and their senior team has helped us to successfully launch an AI-based product.',
Expand Down
Loading