File tree Expand file tree Collapse file tree 19 files changed +38
-38
lines changed Expand file tree Collapse file tree 19 files changed +38
-38
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards' ;
6
5
import UseCaseCard from 'components/pages/use-cases/use-case-card' ;
6
+ import Community from 'components/shared/community' ;
7
7
import SEO from 'components/shared/seo' ;
8
8
import IsovalentLogo from 'icons/logo-isovalent.inline.svg' ;
9
9
import BandWidthImage1 from 'images/pages/usecase/bandwidth-1.png' ;
@@ -71,7 +71,7 @@ const BandwidthLatencyPage = () => (
71
71
< FeatureSection { ...sectionContent2 } />
72
72
< FeatureSection { ...sectionContent3 } />
73
73
< UseCaseCard heading = "Learn More About Cilium’s Big TCP Feature" testimonials = { testimonials } />
74
- < JoinUsCard />
74
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
75
75
</ MainLayout >
76
76
) ;
77
77
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards' ;
6
5
import UseCaseCard from 'components/pages/use-cases/use-case-card' ;
6
+ import Community from 'components/shared/community' ;
7
7
import SEO from 'components/shared/seo' ;
8
8
import CiliumLogo from 'icons/logo-cilium.inline.svg' ;
9
9
import PreferredNetworksLogo from 'icons/logo-preferred.inline.svg' ;
@@ -74,7 +74,7 @@ const BGPPage = () => (
74
74
< FeatureSection { ...sectionContent1 } />
75
75
< FeatureSection { ...sectionContent2 } />
76
76
< UseCaseCard heading = "Who’s using Cilium’s BGP ?" testimonials = { testimonials } />
77
- < JoinUsCard />
77
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
78
78
</ MainLayout >
79
79
) ;
80
80
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards' ;
6
5
import UseCaseCard from 'components/pages/use-cases/use-case-card' ;
6
+ import Community from 'components/shared/community' ;
7
7
import SEO from 'components/shared/seo' ;
8
8
import CNCFLogo from 'icons/cncf.inline.svg' ;
9
9
import EccoLogo from 'icons/ecco.inline.svg' ;
@@ -204,7 +204,7 @@ const ClusterMeshPage = () => (
204
204
heading = "Who’s using Cilium for Multi Cluster networking?"
205
205
testimonials = { testimonials }
206
206
/>
207
- < JoinUsCard />
207
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
208
208
</ MainLayout >
209
209
) ;
210
210
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards' ;
6
5
import UseCaseCard from 'components/pages/use-cases/use-case-card' ;
6
+ import Community from 'components/shared/community' ;
7
7
import SEO from 'components/shared/seo' ;
8
8
import AlibabCloudLogo from 'icons/logo-alibaba-cloud.inline.svg' ;
9
9
import AWSLogo from 'icons/logo-aws.inline.svg' ;
@@ -156,7 +156,7 @@ const CniPage = () => (
156
156
heading = "Who’s using Cilium for High Performance Cloud Native Networking(CNI)"
157
157
testimonials = { testimonials }
158
158
/>
159
- < JoinUsCard />
159
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
160
160
</ MainLayout >
161
161
) ;
162
162
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards' ;
6
5
import UseCaseCard from 'components/pages/use-cases/use-case-card' ;
6
+ import Community from 'components/shared/community' ;
7
7
import SEO from 'components/shared/seo' ;
8
8
import CiliumLogo from 'icons/logo-cilium.inline.svg' ;
9
9
import CornerLogo from 'icons/logo-corner.inline.svg' ;
@@ -87,7 +87,7 @@ const egressPage = () => (
87
87
< FeatureSection { ...sectionContent2 } />
88
88
< FeatureSection { ...sectionContent3 } />
89
89
< UseCaseCard heading = "Who’s using Cilium’s Egress Gateway?" testimonials = { testimonials } />
90
- < JoinUsCard />
90
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
91
91
</ MainLayout >
92
92
) ;
93
93
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards ' ;
5
+ import Community from 'components/shared/community ' ;
6
6
import SEO from 'components/shared/seo' ;
7
7
import GatewayImage1 from 'images/pages/usecase/gateway-1.png' ;
8
8
import GatewayImage2 from 'images/pages/usecase/gateway-2.png' ;
@@ -60,7 +60,7 @@ const GatewayAPIPage = () => (
60
60
< FeatureSection { ...sectionContent2 } />
61
61
< FeatureSection { ...sectionContent3 } />
62
62
< FeatureSection { ...sectionContent4 } />
63
- < JoinUsCard className = "pt -10 md:pt -20 lg:pt-28" />
63
+ < Community className = "mt -10 md:mt -20 lg:mt-32" theme = "gray" isTitleCentered />
64
64
</ MainLayout >
65
65
) ;
66
66
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards ' ;
5
+ import Community from 'components/shared/community ' ;
6
6
import SEO from 'components/shared/seo' ;
7
7
import HostFirewallImage1 from 'images/pages/usecase/hostfirewall-1.gif' ;
8
8
import NetworkingBeeImage from 'images/pages/usecase/networking-bee.png' ;
@@ -41,7 +41,7 @@ const KubeProxyReplacementPage = () => (
41
41
< Hero { ...heroContent } />
42
42
< FeatureSection { ...sectionContent1 } />
43
43
< FeatureSection { ...sectionContent2 } />
44
- < JoinUsCard className = "pt-8" />
44
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
45
45
</ MainLayout >
46
46
) ;
47
47
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards ' ;
5
+ import Community from 'components/shared/community ' ;
6
6
import SEO from 'components/shared/seo' ;
7
7
import BountyHunterBeeImage from 'images/pages/usecase/bounty-hunter-bee.png' ;
8
8
import IngressImage1 from 'images/pages/usecase/ingress-1.png' ;
@@ -60,7 +60,7 @@ const KubeProxyReplacementPage = () => (
60
60
< FeatureSection { ...sectionContent2 } />
61
61
< FeatureSection { ...sectionContent3 } />
62
62
< FeatureSection { ...sectionContent4 } />
63
- < JoinUsCard className = "pt-8" />
63
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
64
64
</ MainLayout >
65
65
) ;
66
66
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards' ;
6
5
import UseCaseCard from 'components/pages/use-cases/use-case-card' ;
6
+ import Community from 'components/shared/community' ;
7
7
import SEO from 'components/shared/seo' ;
8
8
import KakaoLogo from 'icons/kakao.inline.svg' ;
9
9
import CiliumLogo from 'icons/logo-cilium.inline.svg' ;
@@ -133,7 +133,7 @@ const KubeProxyReplacementPage = () => (
133
133
heading = "Who’s using Cilium’s kube-proxy replacement?"
134
134
testimonials = { testimonials }
135
135
/>
136
- < JoinUsCard />
136
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
137
137
</ MainLayout >
138
138
) ;
139
139
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import React from 'react';
2
2
3
3
import FeatureSection from 'components/pages/use-cases/feature-section' ;
4
4
import Hero from 'components/pages/use-cases/hero' ;
5
- import JoinUsCard from 'components/pages/use-cases/join-us-cards' ;
6
5
import UseCaseCard from 'components/pages/use-cases/use-case-card' ;
6
+ import Community from 'components/shared/community' ;
7
7
import SEO from 'components/shared/seo' ;
8
8
import SeznamLogo from 'icons/logo-seznam.inline.svg' ;
9
9
import YahooLogo from 'icons/logo-yahoo.inline.svg' ;
@@ -79,7 +79,7 @@ const KubeProxyReplacementPage = () => (
79
79
heading = "Who’s using Cilium for Layer 4 Load Balancing?"
80
80
testimonials = { testimonials }
81
81
/>
82
- < JoinUsCard />
82
+ < Community className = "mt-10 md:mt-20 lg:mt-32" theme = "gray" isTitleCentered />
83
83
</ MainLayout >
84
84
) ;
85
85
You can’t perform that action at this time.
0 commit comments