Skip to content

Commit

Permalink
Begin Your Cloud Native Journey
Browse files Browse the repository at this point in the history
Signed-off-by: Lee Calcote <[email protected]>
  • Loading branch information
leecalcote committed Apr 14, 2024
1 parent 8fb7609 commit 56bb6ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/sections/Meshery/How-meshery-works/specs/data-card.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const DataCard = () => {
<Counter
duration={3}
separator=","
end={1000}
end={10000}
suffix="+" />
</h3>
<p>Users</p>
Expand All @@ -92,7 +92,7 @@ const DataCard = () => {
separator=","
end={performanceCount} />
</h3>
<p>Performance Tests run</p>
<p>Performance tests run</p>
</li>
</ul>
</Col>
Expand Down
4 changes: 2 additions & 2 deletions src/sections/Meshery/How-meshery-works/specs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const HowMesheryWorksSpecs = () => {
</Container>
</div>
<Container>
<Row className="cloud-native" Vcenter>
{/* <Row className="cloud-native" Vcenter>
<Col xs={12} lg={6}>
<h3>Service meshes will be commonplace cloud native and edge infrastructure</h3>
<p>Today: Over 40% of the enterprises run cloud native technologies in production; Over 80% of those enterprises running Kubernetes</p>
Expand All @@ -44,7 +44,7 @@ const HowMesheryWorksSpecs = () => {
<h3>Begin Your Cloud Native Journey</h3>
<p>Tomorrow: 70% of cloud native environments running a service mesh in three years</p>
</Col>
</Row>
</Row> */}
<div className="find-kubernetes">
<img className="green-bubble" src={GreenBubble} alt="bubble" />
<img className="yellow-bubble" src={YellowBubble} alt="bubble" />
Expand Down

0 comments on commit 56bb6ad

Please sign in to comment.