Skip to content

Commit 49336ff

Browse files
committed
minor changes
Signed-off-by: Modern-artist <[email protected]>
1 parent 20b0beb commit 49336ff

File tree

7 files changed

+133
-323
lines changed

7 files changed

+133
-323
lines changed

src/assets/images/products/MesheryRange.svg

Lines changed: 57 additions & 63 deletions
Loading

src/assets/images/products/productHero.svg renamed to src/assets/images/products/MesheryRangeDark.svg

Lines changed: 28 additions & 29 deletions
Loading
Lines changed: 21 additions & 23 deletions
Loading

src/assets/images/products/mesheryRangeLight.svg

Lines changed: 0 additions & 91 deletions
This file was deleted.

src/assets/images/products/product_hero_light.svg

Lines changed: 0 additions & 96 deletions
This file was deleted.

src/pages/products/index.js

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import FeatureDetails from "./collapsible-details";
55
import Button from "../../reusecore/Button";
66
import darkbgSvg from "../../assets/images/products/circle_dark.svg";
77
import lightbgSvg from "../../assets/images/products/circle_light.svg";
8-
import product_hero_img from "../../assets/images/products/MesheryRange.svg";
9-
import product_hero_img_light from "../../assets/images/products/mesheryRangeLight.svg";
8+
import product_hero_img from "../../assets/images/products/MesheryRangeDark.svg";
9+
import product_hero_img_light from "../../assets/images/products/MesheryRange.svg";
1010
import desktop from "../../assets/images/products/fluent_desktop-mac.png";
1111
import codicon from "../../assets/images/products/codicon_extensions.svg";
1212
import mesheryLogo from "../../assets/images/products/meshery-logo-light.svg";
@@ -162,13 +162,16 @@ const CardsData = [
162162
title: "Meshmap",
163163
icon: [codicon, desktop],
164164
text: "GitOps-infused cloud native visual designer for Kubernetes and cloud native applications. MeshMap works with your Kubernetes clusters so that you design and manage your infrastructure and applications between members of your team.",
165+
//as there is no soluton page.
166+
url: "/cloud-native-management/meshmap"
165167
},
166168
{
167169
id: 2,
168170
logo: mesheryLogo,
169171
title: "Meshery",
170172
icon: [desktop],
171173
text: "A cloud native management plane that enables the operation and management of Kubernetes, any service mesh, and their workloads. it enables operators to deploy WebAssembly filters to Envoy-based data planes.",
174+
url: "https://meshery.io/"
172175
},
173176
];
174177

@@ -229,7 +232,9 @@ const index = () => {
229232
</div>
230233
<div className="text">{card.text}</div>
231234
<div className="card_bottom">
232-
<div className="learn">Learn more</div>
235+
{/* <Link className="learn" > */}
236+
<a className="learn" href={card.url}>Learn more</a>
237+
{/* </Link> */}
233238
<div className="btns">
234239
<Button button secondary className="banner-btn two" title="Subscribe" alt=""/>
235240
</div>
@@ -249,7 +254,7 @@ const index = () => {
249254
<p className="paraInfo">
250255
Embrace the future of technology and embark on a transformative journey with our comprehensive range of products prepared to meet your needs. Elevate, Innovate, and conquer the cloud with us today!
251256
</p>
252-
<Button button secondary className="banner-btn two" title="Explore" alt=""/>
257+
<Button button secondary className="banner-btn two" title="Open Playground" alt=""/>
253258
</div>
254259
</div>
255260
<div className="headers bot_gap">

src/pages/products/pricing.style.js

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -325,13 +325,13 @@ const PricingWrapper = styled.section`
325325
color: ${(props) => props.theme.whiteToBlack};
326326
margin: 2rem 0;
327327
}
328+
.btn {
329+
display: flex;
330+
gap: 40px;
331+
flex-direction: row;
332+
}
328333
.btn Button {
329-
color: black;
330334
font-size: 18px;
331-
font-weight: 700;
332-
margin: 1rem;
333-
margin-left: 0;
334-
width: 100px;
335335
}
336336
.hoverCard {
337337
margin-top: 1rem;
@@ -388,16 +388,13 @@ height: 100%;
388388
389389
.card_head {
390390
display: flex;
391+
align-items: center;
392+
margin-bottom: 20px;
391393
position: relative;
392394
}
393-
.card_head .logo {
394-
padding: 1rem;
395-
padding-left: 0;
396-
padding-top: 0;
397-
}
395+
398396
.card_head .title {
399-
padding: 1rem;
400-
padding-top: 0;
397+
padding-left: 1rem;
401398
font-size: 32px;
402399
font-weight: 700;
403400
}
@@ -417,6 +414,7 @@ height: 100%;
417414
margin:0;
418415
}
419416
.card_bottom .learn {
417+
font-size: 1rem;
420418
margin-bottom: 10px;
421419
text-decoration: underline;
422420
text-decoration-color: ${(props) => props.theme.secondaryColor};
@@ -425,9 +423,9 @@ height: 100%;
425423
color: ${(props) => props.theme.whiteToBlack};
426424
}
427425
.btns Button {
428-
margin: 20px 10px;
429-
color: ${(props) => props.theme.whiteToBlack};
430-
font-weight: 700;
426+
margin: 20px 0px;
427+
/* color: ${(props) => props.theme.whiteToBlack}; */
428+
/* font-weight: 700; */
431429
font-size: 20px;
432430
margin-bottom:0;
433431
}
@@ -460,6 +458,7 @@ height: 100%;
460458
.product_hero_text {
461459
text-align: center;
462460
margin: 2rem;
461+
margin-top: 4rem;
463462
}
464463
.product_hero_text h1 {
465464
justify-content: center;
@@ -473,6 +472,9 @@ height: 100%;
473472
justify-content: center;
474473
margin: auto;
475474
}
475+
.btn {
476+
justify-content: center;
477+
}
476478
477479
.card_head {
478480
align-items: flex-start;
@@ -535,13 +537,12 @@ height: 100%;
535537
margin-top: 10px;
536538
}
537539
.btn {
538-
display: flex;
539540
flex-direction: column;
540541
justify-content: center;
541542
align-items: center;
542543
}
543544
.product_hero_text {
544-
margin: 1rem;
545+
margin: 4rem 1rem;
545546
}
546547
.product_cards .card {
547548
width: 320px;

0 commit comments

Comments
 (0)