Skip to content

Commit 22e8209

Browse files
authored
Refresh Hosted Pixie Offerings page (#110)
This PR updates the Hosted Pixie offerings page according to the current solutions. It also ensures that the list is ordering with respect to the [CNCF guidelines](https://github.com/cncf/foundation/blob/42bc2197cce2f58b31eae5f5067f0fd04ab73482/website-guidelines.md) > There should be no links or forms for capturing enterprise support leads. Instead, it is fine to have an enterprise support, commercial partners or similar page. Companies must be listed on that page in alphabetical order, or the order can be changed randomly on each page load. ## Test plan - Inspected the page on a normal width and narrow browser window ![Screen Shot 2024-11-11 at 11 43 47 PM](https://github.com/user-attachments/assets/ecfec5de-22bb-4c32-b21f-96318217ed0f) ![Screen Shot 2024-11-11 at 11 43 37 PM](https://github.com/user-attachments/assets/e68cd202-0f6b-497e-a0bc-a83d33c1c8f1) --------- Signed-off-by: Dom Del Nano <[email protected]>
1 parent 8385b16 commit 22e8209

File tree

3 files changed

+26
-16
lines changed

3 files changed

+26
-16
lines changed
Lines changed: 8 additions & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

src/pages/enterprise.js

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import 'react-multi-carousel/lib/styles.css';
2222
import Layout from '../components/layout/layout';
2323
import SEO from '../components/seo';
2424
import Button from '../components/shared/button';
25-
import pixieLabsLogo from '../images/enterprise/pixie-labs-logo.svg';
25+
import newRelicLogo from '../images/enterprise/new-relic-logo.svg';
26+
import cosmicLogo from '../images/enterprise/cosmic-logo.svg';
2627
import moon from '../images/enterprise/moon.svg';
27-
import support from '../images/enterprise/support.svg';
2828
import * as styles from '../scss/pages/enterprise.module.scss';
2929

3030
const Enterprise = () => (
@@ -49,33 +49,34 @@ const Enterprise = () => (
4949
<div className='row flex-row-desktop'>
5050
<div className='col-1 ' />
5151
<div className='col-5'>
52-
<a href='https://pixielabs.ai/' target='_blank' rel='noopener noreferrer'>
52+
<a href='https://docs.px.dev/installing-pixie/install-guides/hosted-pixie/cosmic-cloud' target='_blank' rel='noopener noreferrer'>
5353
<div className={styles.heroButton}>
54-
<img src={pixieLabsLogo} alt='pixie logo' />
54+
<img src={cosmicLogo} alt='Cosmic logo' />
5555
<div>
56-
<h5>Pixie</h5>
56+
<h5>Cosmic Cloud</h5>
5757
<p>
5858
100% free hosted version of the open source project.
59-
A community offering by New Relic.
59+
A community offering by the maintainers of Pixie.
6060
❤️
6161
</p>
6262
</div>
6363
</div>
6464
</a>
6565
</div>
6666
<div className='col-5'>
67-
68-
<div className={styles.heroButtonCenter}>
69-
<img src={support} alt='pixie logo' />
70-
<div>
71-
<h5>Offering Pixie Support?</h5>
72-
<p>
73-
Add your company
74-
</p>
67+
<a href='https://docs.px.dev/installing-pixie/install-guides/hosted-pixie/new-relic-cloud' target='_blank' rel='noopener noreferrer'>
68+
<div className={styles.heroButton}>
69+
<img src={newRelicLogo} alt='New Relic logo' />
70+
<div>
71+
<h5>New Relic Cloud</h5>
72+
<p>
73+
A free hosted version of the open source project.
74+
</p>
75+
</div>
7576
</div>
76-
</div>
77-
77+
</a>
7878
</div>
79+
7980
<div className='col-1 ' />
8081
</div>
8182
<div className={styles.callout}>

0 commit comments

Comments
 (0)