Skip to content

Commit 57f4484

Browse files
committedOct 17, 2023
update
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 428c9fa commit 57f4484

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
 

‎src/sections/Company/WhoWeAre/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ const WhoWeAre = () => {
8989
<Col xs={12} sm={6} md={6} lg={3} className="col">
9090
<div className="item">
9191
<img src={checkCircle} alt="Service Mesh Authors and Trainers" />
92-
<p>Service Mesh Trainers</p>
92+
<p>Kubernetes Certified Administrators</p>
9393
</div>
9494
</Col>
9595
<Col xs={12} sm={6} md={6} lg={3} className="col">

‎src/sections/Home/Banner-4/index.js

+7-3
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,18 @@ const Banner1 = (props) => {
5757
leftAlign={true}
5858
UniWidth="100%"
5959
>
60-
<h1>Take the blinders off</h1>
60+
<h1>What's in your</h1>
6161
<h2>
62-
cloud native management
62+
Kubernetes clusters?
6363
</h2>
64+
{/* <h1>Take the blinders off</h1>
65+
<h2>
66+
cloud native management
67+
</h2> */}
6468
</SectionTitle>
6569
<span className="vintage-box-container">
6670
<VintageBox right={true} vintageOne={true}>
67-
<Button primary className="banner-btn one" title="Learn about MeshMap" url="/cloud-native-management/meshmap">
71+
<Button primary className="banner-btn one" title="Learn about Meshery" url="/cloud-native-management/meshmap">
6872
<FaMapMarkedAlt size={21} className="icon-left" />
6973
</Button>
7074
<Button secondary className="banner-btn two" title="Open in Playground" url="https://play.meshery.io" external={true}>

‎src/sections/Meshmap/meshmap_banner.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const BannerSection = () => {
180180
<div className="banner-text">
181181
{/* <PageHeader title="MeshMap" subtitle="take the blinders off" superscript="BETA" /> */}
182182
<h2>Step aside, YAML</h2>
183-
<h1><span>MeshMap</span> is here</h1>
183+
<h1><span>Meshery</span> is here</h1>
184184
{/* <h3>the world's only visual designer for cloud native infrastructure.</h3> */}
185185
{/* <h3>
186186
Application reigns King. Context is his Queen.

0 commit comments

Comments
 (0)
Please sign in to comment.