Skip to content

Commit ddfdfe9

Browse files
committed
better expression
Signed-off-by: Wyllie Fang <wylliefang@gmail.com>
1 parent e954dcf commit ddfdfe9

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

src/components/Academy/Enterprise-Section/EnterpriseSection.js

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import React from "react";
22
import styled from "styled-components";
33
import Button from "../../../reusecore/Button";
4+
// import { Link } from "gatsby";
45

56
const EnterpriseSectionWrapper = styled.section`
67
@@ -204,7 +205,7 @@ const EnterpriseSection = () => {
204205
<EnterpriseSectionWrapper className="audience-section enterprise-section fade-in">
205206
<div className="audience-content">
206207
<div className="demo-card">
207-
<div className="demo-header">With Layer5 Academy:</div>
208+
<div className="demo-header">Organizations using Layer5 Academy achieve:</div>
208209
<div className="demo-content-alt">
209210
<div style={{ marginBottom: "1.5rem" }}>
210211
<div className="progress-item">
@@ -237,7 +238,11 @@ const EnterpriseSection = () => {
237238
</div>
238239
</div>
239240
<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> */}
241246
<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>
242247
<ul className="audience-features">
243248
<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>

src/components/Academy/Learners-Section/LearnerSection.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ const LearnerSection = () => {
160160
<LearnerSectionWrapper className="audience-section learners-section fade-in">
161161
<div className="audience-content">
162162
<div className="audience-text">
163-
<h2>For <span className="highlight">Learning</span> Enthusiasts</h2>
163+
<h2>For <span className="highlight">Learners</span></h2>
164164
<p>Whether you're just starting with containers or deepening your microservices architecture knowledge, our comprehensive platform adapts to your learning style and pace.</p>
165165
<ul className="audience-features">
166166
<li>Progressive <a href="https://cloud.layer5.io/academy?contentType=learning-path" target="_blank" rel="noopener noreferrer">learning paths</a> tailored to your experience</li>

0 commit comments

Comments
 (0)