File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ import React from "react";
22
33import SEO from "../../components/seo" ;
44import BooksPage from "../../sections/Learn/Books-grid" ;
5- import LearnServiceMeshCTA from "../../sections/Learn/Learn-Service-Mesh-CTA " ;
5+ import KanvasCTA from "../../sections/Kanvas/kanvas-cta " ;
66
77const BooksGridPage = ( { hide_path } ) => {
88 return (
99 < >
1010 < BooksPage hide_path = { hide_path } />
11- < LearnServiceMeshCTA />
11+ < KanvasCTA />
1212
1313 </ >
1414 ) ;
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ import SEO from "../components/seo";
33
44
55import ContactSubscribeSection from "../components/ContactCard" ;
6+ import KanvasCTA from "../sections/Kanvas/kanvas-cta" ;
7+
68const SubscribeSection = ( ) => {
79 return (
810 < >
911 < ContactSubscribeSection />
12+ < KanvasCTA />
1013
1114 </ >
1215 ) ;
Original file line number Diff line number Diff line change @@ -3,10 +3,13 @@ import SEO from "../components/seo";
33
44
55import ContactUnSubscribeSection from "../components/ContactCard-unsubscribe" ;
6+ import KanvasCTA from "../sections/Kanvas/kanvas-cta" ;
7+
68const UnSubscribeSection = ( ) => {
79 return (
810 < >
911 < ContactUnSubscribeSection />
12+ < KanvasCTA />
1013
1114 </ >
1215 ) ;
Original file line number Diff line number Diff line change 11import React from "react" ;
2- import LearnServiceMeshCTA from "../Learn/Learn-Service-Mesh-CTA " ;
2+ import KanvasCTA from "../Kanvas/kanvas-cta " ;
33import ThankYouWrapper from "./thank-you.style" ;
44
55const ThankYouSection = ( ) => {
@@ -8,7 +8,7 @@ const ThankYouSection = () => {
88 < div className = "parentcard" >
99 < h1 > Thank you for subscribing!</ h1 >
1010 </ div >
11- < LearnServiceMeshCTA />
11+ < KanvasCTA />
1212 </ ThankYouWrapper >
1313 ) ;
1414} ;
Original file line number Diff line number Diff line change 11import React from "react" ;
2- import LearnServiceMeshCTA from "../Learn/Learn-Service-Mesh-CTA " ;
2+ import KanvasCTA from "../Kanvas/kanvas-cta " ;
33import UnsuscribeWrapper from "./unsubscribe.style" ;
44import { Link } from "gatsby" ;
55
@@ -11,7 +11,7 @@ const UnsuscribeSection = () => {
1111 < h4 > Say it ain't so.</ h4 >
1212 < h5 > While you ponder whether to < Link className = "highlight" to = "/subscribe" > unsubscribe</ Link > , have an < Link to = "/learn/service-mesh-labs" > interactive lab</ Link > on us.</ h5 >
1313 </ div >
14- < LearnServiceMeshCTA />
14+ < KanvasCTA />
1515 </ UnsuscribeWrapper >
1616 ) ;
1717} ;
Original file line number Diff line number Diff line change 11import React from "react" ;
2- import LearnServiceMeshCTA from "../Learn/Learn-Service-Mesh-CTA " ;
2+ import KanvasCTA from "../Kanvas/kanvas-cta " ;
33import UnsuscribedWrapper from "./unsubscribed.style" ;
44import { Link } from "gatsby" ;
55
@@ -11,7 +11,7 @@ const UnsuscribedSection = () => {
1111 < h4 > Say it ain't so.</ h4 >
1212 < h5 > While you ponder whether to < Link className = "highlight" to = "/subscribe" > resubscribe</ Link > , have an < Link to = "/learn/service-mesh-labs" > interactive lab</ Link > on us.</ h5 >
1313 </ div >
14- < LearnServiceMeshCTA />
14+ < KanvasCTA />
1515 </ UnsuscribedWrapper >
1616 ) ;
1717} ;
You can’t perform that action at this time.
0 commit comments