Skip to content

Commit

Permalink
fix(getdemosection): update g2 awards for 2024 (#2307)
Browse files Browse the repository at this point in the history
Update G2 awards for 2024
  • Loading branch information
jomarmontuya authored and darwin808 committed Jan 12, 2024
1 parent 41a74ec commit abefb92
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/revamp/ui/GetDemoSection/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@ const acorns =
singlife = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/Singlife%20Logo.svg`,
sony = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/Sony%20Logo.svg`,
wattpad = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/Wattpad-logo-vector%201.svg`,
pic1 = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/HeadlessCMS_HighPerformer_HighPerformer.svg`,
pic2 = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/HeadlessCMS_EasiestToDoBusinessWith_EaseOfDoingBusinessWith.svg`,
pic3 = `https://storage.googleapis.com/assets.zesty.io/website/images/assets/demo/WebContentManagement_MomentumLeader_Leader.svg`;
pic1 = `https://kfg6bckb.media.zestyio.com/WebContentManagement_EasiestToDoBusinessWith_EaseOfDoingBusinessWith.png`,
pic2 = `https://kfg6bckb.media.zestyio.com/WebContentManagement_EasiestToDoBusinessWith_Small-Business_EaseOfDoingBusinessWith.svg`,
pic3 = `https://kfg6bckb.media.zestyio.com/WebContentManagement_HighPerformer_HighPerformer.png`,
pic4 = `https://kfg6bckb.media.zestyio.com/WebContentManagement_HighPerformer_Americas_HighPerformer.svg`;

const GetDemoSection = ({
title = 'Connect with Content Experts',
Expand Down Expand Up @@ -408,6 +409,13 @@ export function G2Awards({ alignLeft }) {
width="92.2px"
height="120px"
/>
<img
alt={generateAlt('')}
loading="lazy"
src={pic4}
width="92.2px"
height="120px"
/>
</Stack>
</Stack>
);
Expand Down

0 comments on commit abefb92

Please sign in to comment.