Skip to content

Commit 5c989af

Browse files
committed
academy descr update
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent c43e9f8 commit 5c989af

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/components/Academy/Features-Section/AcademyFeaturesCarousel.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ import Track from "./track.webp";
99

1010
const CONTENT = [
1111
{
12-
title: "CNCF Structured Learning Paths",
12+
title: "Structured Learning Paths",
1313
img: Levels,
1414
description:
15-
"Comprehensive CNCF-aligned learning paths designed for different skill levels — from beginner to advanced. Master Kubernetes and cloud native technologies through hands-on experience.",
15+
"Comprehensive DevOps learning paths designed for different skill levels — from beginner to advanced. Master Kubernetes, cloud and cloud native technologies with hands-on experience.",
1616
},
1717
{
1818
title: "Labs and Real-world Challenges",
1919
img: Challenges,
2020
description:
21-
"Hands-on labs and challenges on live Kubernetes clusters. Practice real-world scenarios, earn points, and climb the leaderboard as you sharpen your cloud native skills.",
21+
"Hands-on labs and challenges on live Cloud connections and Kubernetes clusters. Practice real-world scenarios, earn points, and climb the leaderboard as you sharpen your cloud native skills.",
2222
},
2323
{
2424
title: "Earn Certifications and Badges",

src/components/Academy/Features-Section/AcademyFeaturesMobileSwiper.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@ import Track from "./track.webp";
1212

1313
const CONTENT = [
1414
{
15-
title: "CNCF Structured Learning Paths",
15+
title: "Structured Learning Paths",
1616
img: Levels,
1717
description:
18-
"Comprehensive CNCF-aligned learning paths designed for different skill levels — from beginner to advanced. Master Kubernetes and cloud native technologies through hands-on experience.",
18+
"Comprehensive DevOps learning paths designed for different skill levels — from beginner to advanced. Master Kubernetes, cloud and cloud native technologies with hands-on experience.",
1919
gradient: "one",
2020
},
2121
{
2222
title: "Labs and Real-world Challenges",
2323
img: Challenges,
2424
description:
25-
"Hands-on labs and challenges on live Kubernetes clusters. Practice real-world scenarios, earn points, and climb the leaderboard as you sharpen your cloud native skills.",
25+
"Hands-on labs and challenges on live Cloud connections and Kubernetes clusters. Practice real-world scenarios, earn points, and climb the leaderboard as you sharpen your cloud native skills.",
2626
gradient: "two",
2727
},
2828
{

0 commit comments

Comments
 (0)