From 2477718bb6ad6b23e889fdfb74d6f5d1c9f8c47b Mon Sep 17 00:00:00 2001 From: Jake Laderman Date: Mon, 2 Dec 2024 09:23:34 -0600 Subject: [PATCH] fix homepage (#126) --- pages/about.tsx | 9 +++++---- pages/index.tsx | 23 +++++++++++------------ src/components/PageHeros.tsx | 3 +-- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/pages/about.tsx b/pages/about.tsx index e2ff05da..27b76501 100644 --- a/pages/about.tsx +++ b/pages/about.tsx @@ -153,10 +153,11 @@ mission to build something unique."

- We value the contributions of all community members and actively - work towards creating an environment that is accessible and supportive. - We are committed to removing barriers and ensuring that everyone has - an equal opportunity to succeed. + We value the contributions of all community members and + actively work towards creating an environment that is + accessible and supportive. We are committed to removing + barriers and ensuring that everyone has an equal + opportunity to succeed.

diff --git a/pages/index.tsx b/pages/index.tsx index 6af4b55d..636df2c3 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -41,6 +41,7 @@ export default function Homepage({ as={GradientBG} image={homepageGradient} imageType="custom" + className="pb-xxlarge" bgChildren={ <> - Plural reduces cluster upgrade cycles from months to hours at - enterprise scale with streamlined dependency management. + {pageData.hero_description} } announcementChip={announcementChip} @@ -90,16 +90,15 @@ export default function Homepage({ } /> -
- - {heroImageUrl && ( - - )} - -
+ + {heroImageUrl && ( + + )} +