diff --git a/src/app/governance/govhub/page.tsx b/src/app/governance/govhub/page.tsx index 45fc1fa48..d953f69d5 100644 --- a/src/app/governance/govhub/page.tsx +++ b/src/app/governance/govhub/page.tsx @@ -8,7 +8,6 @@ import { graphicsData } from '@/data/graphicsData' import { createMetadata } from '@/utils/createMetadata' import { CTASection } from '@/components/CTASection' -import { Heading } from '@/components/Heading' import { PageHeader } from '@/components/PageHeader' import { PageLayout } from '@/components/PageLayout' import { PageSection } from '@/components/PageSection' @@ -16,6 +15,7 @@ import { SplitContentCard } from '@/components/SplitContentCard' import { StructuredDataScript } from '@/components/StructuredDataScript' import { TextLink } from '@/components/TextLink' +import { ToolsCardContent } from './components/ToolsCardContent' import { generateStructuredData } from './utils/generateStructuredData' const { header, seo } = attributes @@ -40,60 +40,35 @@ export default function GovHub() { -
-
- - PowerVote - -

- PowerVote is an on-chain voting tool that allows the Filecoin - community to vote on Filecoin Improvement Proposals (FIPs). -

- - Purpose - -

- Facilitate transparent and secure voting on final-stage FIPs. -

-
- - Explore PowerVote - -
+
-
-
- - Fil Poll - -

- Fil Poll is a dynamic discussion and sentiment analysis tool + - Purpose - -

    -
  • - Engages the Community: Fil Poll allows community members to - share their opinions on early-stage FIPs and other important - topics through simple polls. -
  • -
  • - Tracks Proposals: The tool includes a tracker that shows how - FIPs are moving through different stages of the governance - process, making it easy to see their status at a glance. -
  • -
-
- - Explore Fil Poll - -
+ it will visualize community proposals and their statuses." + purposeList={[ + 'Engages the Community: Fil Poll allows community members to share their opinions on early-stage FIPs and other important topics through simple polls.', + 'Tracks Proposals: The tool includes a tracker that shows how FIPs are moving through different stages of the governance process, making it easy to see their status at a glance.', + ]} + cta={{ + href: FILECOIN_FOUNDATION_URLS.governance.filPoll.href, + text: 'Explore Fil Poll', + }} + />