File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ const WhoWeAre = () => {
89
89
< Col xs = { 12 } sm = { 6 } md = { 6 } lg = { 3 } className = "col" >
90
90
< div className = "item" >
91
91
< img src = { checkCircle } alt = "Service Mesh Authors and Trainers" />
92
- < p > Service Mesh Trainers </ p >
92
+ < p > Kubernetes Certified Administrators </ p >
93
93
</ div >
94
94
</ Col >
95
95
< Col xs = { 12 } sm = { 6 } md = { 6 } lg = { 3 } className = "col" >
Original file line number Diff line number Diff line change @@ -57,14 +57,18 @@ const Banner1 = (props) => {
57
57
leftAlign = { true }
58
58
UniWidth = "100%"
59
59
>
60
- < h1 > Take the blinders off </ h1 >
60
+ < h1 > What's in your </ h1 >
61
61
< h2 >
62
- cloud native management
62
+ Kubernetes clusters?
63
63
</ h2 >
64
+ { /* <h1>Take the blinders off</h1>
65
+ <h2>
66
+ cloud native management
67
+ </h2> */ }
64
68
</ SectionTitle >
65
69
< span className = "vintage-box-container" >
66
70
< 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" >
68
72
< FaMapMarkedAlt size = { 21 } className = "icon-left" />
69
73
</ Button >
70
74
< Button secondary className = "banner-btn two" title = "Open in Playground" url = "https://play.meshery.io" external = { true } >
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ const BannerSection = () => {
180
180
< div className = "banner-text" >
181
181
{ /* <PageHeader title="MeshMap" subtitle="take the blinders off" superscript="BETA" /> */ }
182
182
< h2 > Step aside, YAML</ h2 >
183
- < h1 > < span > MeshMap </ span > is here</ h1 >
183
+ < h1 > < span > Meshery </ span > is here</ h1 >
184
184
{ /* <h3>the world's only visual designer for cloud native infrastructure.</h3> */ }
185
185
{ /* <h3>
186
186
Application reigns King. Context is his Queen.
You can’t perform that action at this time.
0 commit comments