Skip to content

Commit 6146aaa

Browse files
authored
fix: adjusted sections after hero section for better experience on outcomes pages (#767)
Signed-off-by: Oluchi Nwenyi <[email protected]>
1 parent 274d7fb commit 6146aaa

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/pages/outcomes/cost-and-carbon-savings.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,8 @@ const SavingSolutions = [
192192

193193
const SavingsPage = () => (
194194
<MainLayout theme="gray">
195-
<Hero {...heroContent} imageStyle="h-auto lg:w-[280px] mx-auto" />
196-
<BulletSection {...sectionContent1} className="mt-10 md:mt-20 lg:mt-32" />
195+
<Hero {...heroContent} imageStyle="h-auto lg:w-[200px] mx-auto" />
196+
<BulletSection {...sectionContent1} className="my- md:my-2 lg:my-2" />
197197
<Testimonial {...EccoTestimonial} className="my-10 md:my-20 lg:my-32" />
198198
<Heading tag="h2" className="mt-10 md:mt-20 lg:mt-32 text-center dark:text-white text-black">
199199
How Cilium Saves Money and Carbon

src/pages/outcomes/network-automation.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ const AutomationSolutions = [
231231

232232
const NetworkAutomationPage = () => (
233233
<MainLayout theme="gray">
234-
<Hero {...heroContent} imageStyle="h-auto lg:w-[300px] mx-auto" />
235-
<Testimonial {...GDataTestimonial} className="my-10 md:my-20 lg:my-32" />
234+
<Hero {...heroContent} imageStyle="h-auto lg:w-[200px] mx-auto self-center" />
235+
<Testimonial {...GDataTestimonial} className="my- md:my-2 lg:my-2" />
236236
<BulletSection {...sectionContent1} className="mt-10 md:mt-20 lg:mt-32" />
237237
<Testimonial {...IlionxTestimonial} className="mt-10 md:mt-20 lg:mt-32" />
238238
<Heading tag="h2" className="mt-10 md:mt-20 lg:mt-32 text-center dark:text-white text-black">

src/pages/outcomes/zero-trust.jsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ const zeroTrustSolutions = [
237237

238238
const ZeroTrustNetworkingPage = () => (
239239
<MainLayout theme="gray">
240-
<Hero {...heroContent} imageStyle="h-auto lg:w-[400px] self-center" />
241-
<Testimonial {...ws02Testimonial} className="mt-10 md:mt-20 lg:mt-32" />
240+
<Hero {...heroContent} imageStyle="h-auto lg:w-[300px] self-center" />
241+
<Testimonial {...ws02Testimonial} className="my- md:my-2 lg:my-2" />
242242
<BulletSection {...sectionContent1} className="mt-10 md:mt-20 lg:mt-32" />
243243
<Heading tag="h2" className="mt-10 md:mt-20 lg:mt-32 text-center dark:text-white text-black">
244244
How Cilium scales Zero Trust Networking
@@ -272,4 +272,3 @@ export const Head = ({ location: { pathname } }) => {
272272
};
273273
return <SEO data={pageMetadata} />;
274274
};
275-

0 commit comments

Comments
 (0)