Skip to content

Commit

Permalink
feat: add partner testimonials data
Browse files Browse the repository at this point in the history
  • Loading branch information
dev129876 committed Jan 18, 2023
1 parent be33c1d commit d91ae19
Show file tree
Hide file tree
Showing 8 changed files with 52 additions and 0 deletions.
Binary file added src/assets/partner/bootdotdev.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partner/finout.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partner/komodor.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partner/kubesphere.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partner/stream.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partner/teleport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/partner/wilco.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions src/components/home/PartnerTestimonials/data.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
import BootDotDev from './../../../assets/partner/bootdotdev.jpg';
import Finout from './../../../assets/partner/finout.jpg';
import Komodor from './../../../assets/partner/komodor.jpg';
import Kubesphere from './../../../assets/partner/kubesphere.jpg';
import Stream from './../../../assets/partner/stream.jpg';
import Teleport from './../../../assets/partner/teleport.png';
import Wilco from './../../../assets/partner/wilco.jpg';

export const data = [
{
src: Kubesphere,
description:
"It's been a great feeling to collaborate with Kunal and his community, and he has made the entire process a pleasure. What's more matters, Kunal has made great contributions to letting more people know the benefits of our services and increase our user base.By the end of 2022, we had got more than 11K GitHub stars for our main repo and 5K sign ups for our community.",
from: 'Kubesphere',
},
{
src: Stream,
description:
"We've worked on various collaborations with Kunal's community, all of which have been an extraordinary and profitable experience. Kunal's interest to detail, clear expectations, and innovative work paired with his reach is a fantastic equation. We plan and look forward to continued partnership with Kunal.Our partnership with Kunal brought in 105 Chat Trials in Q4!",
from: 'Stream',
},
{
src: Teleport,
description:
'Partnering with Kunal and his community was one of the highlights for the Teleport team this year. The quality of content is top-notch, the community engagement is very high, and the ROI is there to prove it. #2 top web traffic driver partnership last year. 10K+ new web sessions with the majority being new users. 100+ cloud trial downloads.',
from: 'Teleport',
},
{
src: BootDotDev,
description:
"The collab with Kunal's community was fantastic! Looking forward to more.",
from: 'Boot.dev',
},
{
src: Finout,
description:
"The collab with Kunal's community was fantastic! Our twitter and LI following has grown significantly",
from: 'Finout',
},
{
src: Wilco,
description:
"The collab with Kunal's community was extremely succesful. We got around 1700 signups through our campaigns",
from: 'Wilco',
},
{
src: Komodor,
description:
"The collab with Kunal's community was amazing! After every activity with Kunal my community grows by 100s and the same goes for GH stars!",
from: 'Komodor',
},
];

0 comments on commit d91ae19

Please sign in to comment.