|
1 | 1 | import React from "react"; |
2 | 2 | import styled from "styled-components"; |
3 | 3 | import Button from "../../../reusecore/Button"; |
| 4 | +// import { Link } from "gatsby"; |
4 | 5 |
|
5 | 6 | const EnterpriseSectionWrapper = styled.section` |
6 | 7 | |
@@ -204,7 +205,7 @@ const EnterpriseSection = () => { |
204 | 205 | <EnterpriseSectionWrapper className="audience-section enterprise-section fade-in"> |
205 | 206 | <div className="audience-content"> |
206 | 207 | <div className="demo-card"> |
207 | | - <div className="demo-header">With Layer5 Academy:</div> |
| 208 | + <div className="demo-header">Organizations using Layer5 Academy achieve:</div> |
208 | 209 | <div className="demo-content-alt"> |
209 | 210 | <div style={{ marginBottom: "1.5rem" }}> |
210 | 211 | <div className="progress-item"> |
@@ -237,7 +238,11 @@ const EnterpriseSection = () => { |
237 | 238 | </div> |
238 | 239 | </div> |
239 | 240 | <div className="audience-text"> |
240 | | - <h2>For <span className="highlight">Enterprise</span> Teams</h2> |
| 241 | + <h2>For <span className="highlight">Large Organizations</span></h2> |
| 242 | + {/* <p> |
| 243 | + Accelerate your enterprise platform transformation with structured cloud native training, customizable contents, and enterprise-grade analytics to maximize ROI and reduce risk.{" "} |
| 244 | + <Link to="/collections/resources/comparison/layer5-academy-vs-moocit">Compare Layer5 Academy with traditional platforms.</Link> |
| 245 | + </p> */} |
241 | 246 | <p>Accelerate your enterprise platform transformation with structured cloud native training, customizable contents, and enterprise-grade analytics to maximize ROI and reduce risk. <a href="https://layer5.io/resources/academy/layer5-academy-vs-moocit" target="_blank" rel="noopener noreferrer">Compare Layer5 Academy with traditional platforms.</a></p> |
242 | 247 | <ul className="audience-features"> |
243 | 248 | <li>Three comprehensive <a href="https://docs.layer5.io/cloud/academy/creating-content/" target="_blank" rel="noopener noreferrer">content library</a>: Learning Paths, Challenges, and Certifications for all skill levels and training scenarios</li> |
|
0 commit comments