Skip to content

Commit 5153e38

Browse files
committed
Revert "chore: remove redundant comments"
This reverts commit 688222c. Signed-off-by: Bharath Valaboju <69413757+Bharath314@users.noreply.github.com>
1 parent 22319b7 commit 5153e38

File tree

1 file changed

+11
-26
lines changed

1 file changed

+11
-26
lines changed

src/sections/Meshery/index.js

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -25,42 +25,29 @@ const MesheryPage = () => {
2525
<Row className="description">
2626
<Col className="desc-text" $lg={6} $md={6} $sm={10} $xs={8}>
2727
<h1 className="heading-1"> Wrangle your infrastructure</h1>
28-
<h1 className="heading-2">
29-
{" "}
30-
<span className="heading-2"> collaboratively</span>
31-
</h1>
28+
<h1 className="heading-2"> <span className="heading-2"> collaboratively</span></h1>
3229
<p className="desc-p">
33-
Confidently design, deploy, and operate your infrastructure and
34-
workloads with Meshery.
30+
{/* Meshery is the cloud native manager. <br /> */}
31+
Confidently design, deploy, and operate your infrastructure and workloads with Meshery.
3532
</p>
36-
<Button
37-
$primary
38-
className="banner-btn"
39-
title="Schedule a Demo"
40-
$external={true}
33+
<Button $primary className="banner-btn" title="Schedule a Demo" $external={true}
4134
$url="https://calendar.google.com/calendar/appointments/schedules/AcZssZ3pmcApaDP4xd8hvG5fy8ylxuFxD3akIRc5vpWJ60q-HemQi80SFFAVftbiIsq9pgiA2o8yvU56?gv=true"
4235
>
4336
<GiClockwork size={21} className="button-icon" />
4437
</Button>
45-
<Button
46-
$secondary
47-
className="banner-btn"
48-
title="Run Meshery"
38+
<Button $secondary className="banner-btn" title="Run Meshery"
4939
$url="/cloud-native-management/meshery/getting-started"
5040
>
5141
<FiDownloadCloud size={21} className="button-icon" />
5242
</Button>
5343
</Col>
5444
<Col $lg={6} $md={6} className="meshery-hero-img desc-text">
55-
<video autoPlay muted loop controls className="meshery-video">
45+
<video autoPlay muted loop controls className="meshery-video" >
5646
<source src={mesheryDemo} type="video/webm" />
5747
</video>
58-
<Button
59-
$primary
60-
className="banner-btn align-btn"
61-
title="Star the Repository"
62-
$url="https://github.com/meshery/meshery"
63-
$external={true}
48+
{/* <img className="meshery-sup-img" src={mesheryFullStack} alt="Meshery the multi-mesh manager" /> */}
49+
<Button $primary className="banner-btn align-btn"
50+
title="Star the Repository" $url="https://github.com/meshery/meshery" $external={ true }
6451
>
6552
<FaGithub size={21} className="button-icon" />
6653
</Button>
@@ -78,10 +65,7 @@ const MesheryPage = () => {
7865
image={Nic}
7966
/>
8067
<div className="callout">
81-
<h1>
82-
{" "}
83-
Manage your clusters with features you won't find anywhere else.
84-
</h1>
68+
<h1> Manage your clusters with features you won't find anywhere else.</h1>
8569
</div>
8670
</Container>
8771
<Features />
@@ -95,6 +79,7 @@ const MesheryPage = () => {
9579
/>
9680
</Container>
9781
</MesheryWrapper>
82+
9883
);
9984
};
10085

0 commit comments

Comments
 (0)