Skip to content

Commit

Permalink
support multiple quotes on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jsladerman committed Sep 26, 2024
1 parent 3bbb812 commit c12ab9a
Show file tree
Hide file tree
Showing 18 changed files with 183 additions and 1,951 deletions.
478 changes: 0 additions & 478 deletions pages/applications/[repo].tsx

This file was deleted.

6 changes: 2 additions & 4 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ function HeroImages({ ...props }: ComponentProps<typeof HeroImagesSC>) {

export default function Index({
articleCards,
quotes,
}: InferGetStaticPropsType<typeof getStaticProps>) {
const [showVideo, setShowVideo] = useState(false)

Expand Down Expand Up @@ -307,10 +308,7 @@ export default function Index({
</HeaderPad>
<QuoteSection
title="Delivering value to DevOps and Platform Engineering teams"
quote={`By adopting Plural for our Kubernetes fleet management solution, we
reduced our k8s upgrade cycle from 3 months to 1 day, enabling us to
delegate responsibilities more effectively from principal engineers to a single mid-level engineer.`}
attribution="Director DevOps, Leading Global Cybersecurity Provider"
quotes={quotes ?? []}
/>
<HomepageFeaturesSection />
<ArticleSection articleCards={articleCards} />
Expand Down
111 changes: 0 additions & 111 deletions pages/kubernetes-fleet-management.tsx

This file was deleted.

Loading

0 comments on commit c12ab9a

Please sign in to comment.