diff --git a/pages/ContributionPage.tsx b/pages/ContributionPage.tsx index e516de3..bcc6975 100644 --- a/pages/ContributionPage.tsx +++ b/pages/ContributionPage.tsx @@ -1,19 +1,21 @@ import ContributionModal from '../components/ContributionModal' -import PoolInfoCards from '../components/PoolInfoCards' +import FooterSection from '../components/FooterSection' import HeroSection from '../components/HeroSection' import LandingContent from '../components/LandingContent' +import NavBarBeta from '../components/NavBarBeta' const ContributionPage = () => { return ( <> + -
+ ) }