diff --git a/pages/funds/index.tsx b/pages/funds/index.tsx index b304711b5..1f5bf5412 100644 --- a/pages/funds/index.tsx +++ b/pages/funds/index.tsx @@ -1,8 +1,8 @@ import type { GetStaticProps, NextPage } from 'next' -import Head from 'next/head' import { useState } from 'react' import Link from '@/components/Link' import Image from '@/components/Image' +import { PageSEO } from '@/components/SEO' import { PageActionButton, PageActionLink } from '@/components/PageAction' import StatsSentence from '@/components/StatsSentence' import DonateRecurringButtonV2 from '@/components/DonateRecurringButtonV2' @@ -50,6 +50,9 @@ const PRIMARY_FUND_CONFIG: FundConfig = { fundsIndexCoverImageDark: '/static/images/funds/general-fund-index-dark.svg', } +const FUNDS_INDEX_DESCRIPTION = + 'Support Bitcoin, FOSS, nostr development, or OpenSats operations. OpenSats is a 501(c)(3) public charity, and 100% of donations to our open-source funds go to grantees.' + const SECONDARY_FUND_CONFIGS: FundConfig[] = [ { slug: 'nostr', @@ -147,9 +150,7 @@ const FundsIndex: NextPage = ({ funds, lifetimeStats }) => { return ( <> - - OpenSats | Funds - +

Make the most of your donation