1-
21import React from "react" ;
32import { Row , Col } from "../../../reusecore/Layout" ;
43import Button from "../../../reusecore/Button" ;
@@ -7,6 +6,7 @@ import Slide1 from "../../../assets/images/kanvas/gifs/start-from-scratch.gif";
76import Slide2 from "../../../assets/images/kanvas/gifs/catalog.gif" ;
87import Slide3 from "../../../assets/images/kanvas/gifs/rendered-design.webp" ;
98import FeaturesSectionWrapper from "./features-section.style" ;
9+
1010import { StaticImage } from "gatsby-plugin-image" ;
1111
1212const slide2Path = "../../../assets/images/kanvas/gifs/catalog.gif" ;
@@ -15,12 +15,11 @@ const slide3Path = "../../../assets/images/kanvas/gifs/rendered-design.webp";
1515const slides_list = [ Slide1 , Slide2 , Slide3 ] ;
1616
1717const FeaturesSection = ( ) => {
18-
1918 var settings = {
2019 customPaging : function ( i ) {
2120 return (
2221 < p >
23- < img src = { slides_list [ i ] } loading = "lazy" alt = { "slide-img" + [ i ] } />
22+ < img src = { slides_list [ i ] } loading = "lazy" alt = { "slide-img" + [ i ] } />
2423 </ p >
2524 ) ;
2625 } ,
@@ -30,7 +29,7 @@ const FeaturesSection = () => {
3029 slidesToScroll : 1 ,
3130 dots : true ,
3231 vertical : true ,
33- verticalSwiping : true
32+ verticalSwiping : true ,
3433 } ;
3534
3635 return (
@@ -47,7 +46,9 @@ const FeaturesSection = () => {
4746 </div> */ }
4847 < div className = "section-header" >
4948 < h2 > Cloud native infrastructure is complex.</ h2 >
50- < h1 > Design it < span > visually and collaboratively</ span > </ h1 >
49+ < h1 >
50+ Design it < span > visually and collaboratively</ span >
51+ </ h1 >
5152 { /* <h1>
5253 <span>Meshery</span> supports the most service meshes.
5354 </h1> */ }
@@ -64,7 +65,7 @@ const FeaturesSection = () => {
6465 Drag, drop, and deploy your infrastructure with ease. Kanvas, built on Meshery, simplifies Kubernetes and cloud management through intuitive visual designer and operator.
6566 </ p >
6667 </ Col >
67- < Col $xs = { 12 } $xl = { 8 } className = "smp-section-caraousel " >
68+ < Col $xs = { 12 } $xl = { 8 } className = "smp-section-carousel " >
6869 < Slider { ...settings } >
6970 < div >
7071 < img src = { Slide1 } alt = "Slide 1" />
@@ -83,17 +84,34 @@ const FeaturesSection = () => {
8384 < div >
8485 < h3 > One step to managing your microservices</ h3 >
8586 < h1 > Cloud Native Application Management</ h1 >
86- < p > Confidently take full advantage of all that your infrastructure offers.</ p >
87+ < p >
88+ Confidently take full advantage of all that your infrastructure offers.
89+ </ p >
8790 </ div >
8891 < div className = "mesh-mngmnt-btn" >
8992 < Col $xs = { 12 } $sm = { 6 } $md = { 4 } >
90- < Button $secondary className = "mgmt_button" title = "Install" $url = "/cloud-native-management/meshery/getting-started" />
93+ < Button
94+ $secondary
95+ className = "mgmt_button"
96+ title = "Install"
97+ $url = "/cloud-native-management/meshery/getting-started"
98+ />
9199 </ Col >
92100 < Col $xs = { 12 } $sm = { 6 } $md = { 4 } >
93- < Button $secondary className = "mgmt_button" title = "Manage" $url = "/cloud-native-management/meshery/operating-cloud-native-infra" />
101+ < Button
102+ $secondary
103+ className = "mgmt_button"
104+ title = "Manage"
105+ $url = "/cloud-native-management/meshery/operating-cloud-native-infra"
106+ />
94107 </ Col >
95108 < Col $xs = { 12 } $sm = { 6 } $md = { 4 } >
96- < Button $secondary className = "mgmt_button" title = "Catalog" $url = "/cloud-native-management/catalog" />
109+ < Button
110+ $secondary
111+ className = "mgmt_button"
112+ title = "Catalog"
113+ $url = "/cloud-native-management/catalog"
114+ />
97115 </ Col >
98116 </ div >
99117 </ div >
@@ -102,4 +120,4 @@ const FeaturesSection = () => {
102120 ) ;
103121} ;
104122
105- export default FeaturesSection ;
123+ export default FeaturesSection ;
0 commit comments