Skip to content

Commit d25eb86

Browse files
authored
style: updated usecases section footer to match industries and outcomes for uniformity (#768)
Signed-off-by: Oluchi Nwenyi <[email protected]>
1 parent 6146aaa commit d25eb86

19 files changed

+38
-38
lines changed

src/pages/use-cases/bandwidth-optimization.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
import Hero from 'components/pages/use-cases/hero';
5-
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
65
import UseCaseCard from 'components/pages/use-cases/use-case-card';
6+
import Community from 'components/shared/community';
77
import SEO from 'components/shared/seo';
88
import IsovalentLogo from 'icons/logo-isovalent.inline.svg';
99
import BandWidthImage1 from 'images/pages/usecase/bandwidth-1.png';
@@ -71,7 +71,7 @@ const BandwidthLatencyPage = () => (
7171
<FeatureSection {...sectionContent2} />
7272
<FeatureSection {...sectionContent3} />
7373
<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 />
7575
</MainLayout>
7676
);
7777

src/pages/use-cases/bgp.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
import Hero from 'components/pages/use-cases/hero';
5-
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
65
import UseCaseCard from 'components/pages/use-cases/use-case-card';
6+
import Community from 'components/shared/community';
77
import SEO from 'components/shared/seo';
88
import CiliumLogo from 'icons/logo-cilium.inline.svg';
99
import PreferredNetworksLogo from 'icons/logo-preferred.inline.svg';
@@ -74,7 +74,7 @@ const BGPPage = () => (
7474
<FeatureSection {...sectionContent1} />
7575
<FeatureSection {...sectionContent2} />
7676
<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 />
7878
</MainLayout>
7979
);
8080

src/pages/use-cases/cluster-mesh.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
import Hero from 'components/pages/use-cases/hero';
5-
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
65
import UseCaseCard from 'components/pages/use-cases/use-case-card';
6+
import Community from 'components/shared/community';
77
import SEO from 'components/shared/seo';
88
import CNCFLogo from 'icons/cncf.inline.svg';
99
import EccoLogo from 'icons/ecco.inline.svg';
@@ -204,7 +204,7 @@ const ClusterMeshPage = () => (
204204
heading="Who’s using Cilium for Multi Cluster networking?"
205205
testimonials={testimonials}
206206
/>
207-
<JoinUsCard />
207+
<Community className="mt-10 md:mt-20 lg:mt-32" theme="gray" isTitleCentered />
208208
</MainLayout>
209209
);
210210

src/pages/use-cases/cni.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
import Hero from 'components/pages/use-cases/hero';
5-
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
65
import UseCaseCard from 'components/pages/use-cases/use-case-card';
6+
import Community from 'components/shared/community';
77
import SEO from 'components/shared/seo';
88
import AlibabCloudLogo from 'icons/logo-alibaba-cloud.inline.svg';
99
import AWSLogo from 'icons/logo-aws.inline.svg';
@@ -156,7 +156,7 @@ const CniPage = () => (
156156
heading="Who’s using Cilium for High Performance Cloud Native Networking(CNI)"
157157
testimonials={testimonials}
158158
/>
159-
<JoinUsCard />
159+
<Community className="mt-10 md:mt-20 lg:mt-32" theme="gray" isTitleCentered />
160160
</MainLayout>
161161
);
162162

src/pages/use-cases/egress-gateway.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
import Hero from 'components/pages/use-cases/hero';
5-
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
65
import UseCaseCard from 'components/pages/use-cases/use-case-card';
6+
import Community from 'components/shared/community';
77
import SEO from 'components/shared/seo';
88
import CiliumLogo from 'icons/logo-cilium.inline.svg';
99
import CornerLogo from 'icons/logo-corner.inline.svg';
@@ -87,7 +87,7 @@ const egressPage = () => (
8787
<FeatureSection {...sectionContent2} />
8888
<FeatureSection {...sectionContent3} />
8989
<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 />
9191
</MainLayout>
9292
);
9393

src/pages/use-cases/gateway-api.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
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';
66
import SEO from 'components/shared/seo';
77
import GatewayImage1 from 'images/pages/usecase/gateway-1.png';
88
import GatewayImage2 from 'images/pages/usecase/gateway-2.png';
@@ -60,7 +60,7 @@ const GatewayAPIPage = () => (
6060
<FeatureSection {...sectionContent2} />
6161
<FeatureSection {...sectionContent3} />
6262
<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 />
6464
</MainLayout>
6565
);
6666

src/pages/use-cases/host-firewall.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
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';
66
import SEO from 'components/shared/seo';
77
import HostFirewallImage1 from 'images/pages/usecase/hostfirewall-1.gif';
88
import NetworkingBeeImage from 'images/pages/usecase/networking-bee.png';
@@ -41,7 +41,7 @@ const KubeProxyReplacementPage = () => (
4141
<Hero {...heroContent} />
4242
<FeatureSection {...sectionContent1} />
4343
<FeatureSection {...sectionContent2} />
44-
<JoinUsCard className="pt-8" />
44+
<Community className="mt-10 md:mt-20 lg:mt-32" theme="gray" isTitleCentered />
4545
</MainLayout>
4646
);
4747

src/pages/use-cases/ingress.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
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';
66
import SEO from 'components/shared/seo';
77
import BountyHunterBeeImage from 'images/pages/usecase/bounty-hunter-bee.png';
88
import IngressImage1 from 'images/pages/usecase/ingress-1.png';
@@ -60,7 +60,7 @@ const KubeProxyReplacementPage = () => (
6060
<FeatureSection {...sectionContent2} />
6161
<FeatureSection {...sectionContent3} />
6262
<FeatureSection {...sectionContent4} />
63-
<JoinUsCard className="pt-8" />
63+
<Community className="mt-10 md:mt-20 lg:mt-32" theme="gray" isTitleCentered />
6464
</MainLayout>
6565
);
6666

src/pages/use-cases/kube-proxy.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
import Hero from 'components/pages/use-cases/hero';
5-
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
65
import UseCaseCard from 'components/pages/use-cases/use-case-card';
6+
import Community from 'components/shared/community';
77
import SEO from 'components/shared/seo';
88
import KakaoLogo from 'icons/kakao.inline.svg';
99
import CiliumLogo from 'icons/logo-cilium.inline.svg';
@@ -133,7 +133,7 @@ const KubeProxyReplacementPage = () => (
133133
heading="Who’s using Cilium’s kube-proxy replacement?"
134134
testimonials={testimonials}
135135
/>
136-
<JoinUsCard />
136+
<Community className="mt-10 md:mt-20 lg:mt-32" theme="gray" isTitleCentered />
137137
</MainLayout>
138138
);
139139

src/pages/use-cases/load-balancer.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import React from 'react';
22

33
import FeatureSection from 'components/pages/use-cases/feature-section';
44
import Hero from 'components/pages/use-cases/hero';
5-
import JoinUsCard from 'components/pages/use-cases/join-us-cards';
65
import UseCaseCard from 'components/pages/use-cases/use-case-card';
6+
import Community from 'components/shared/community';
77
import SEO from 'components/shared/seo';
88
import SeznamLogo from 'icons/logo-seznam.inline.svg';
99
import YahooLogo from 'icons/logo-yahoo.inline.svg';
@@ -79,7 +79,7 @@ const KubeProxyReplacementPage = () => (
7979
heading="Who’s using Cilium for Layer 4 Load Balancing?"
8080
testimonials={testimonials}
8181
/>
82-
<JoinUsCard />
82+
<Community className="mt-10 md:mt-20 lg:mt-32" theme="gray" isTitleCentered />
8383
</MainLayout>
8484
);
8585

0 commit comments

Comments
 (0)