diff --git a/web/pages/home.tsx b/web/pages/home.tsx
index 63090b2a..99e1dfa9 100644
--- a/web/pages/home.tsx
+++ b/web/pages/home.tsx
@@ -19,9 +19,6 @@ import FeedCreate from '../components/feed-create'
import { Spacer } from '../components/layout/spacer'
import { Col } from '../components/layout/col'
import { useUser } from '../hooks/use-user'
-import { ClosingSoonMarkets, HotMarkets } from './markets'
-import { useContracts } from '../hooks/use-contracts'
-import { useRecentComments } from '../hooks/use-comments'
export async function getStaticProps() {
const [contracts, recentComments, hotContracts, closingSoonContracts] =
@@ -66,8 +63,8 @@ const Home = (props: {
activeContracts,
activeContractBets,
activeContractComments,
- hotContracts,
- closingSoonContracts,
+ // hotContracts,
+ // closingSoonContracts,
} = props
const user = useUser()
@@ -94,11 +91,11 @@ const Home = (props: {
-
+ {/*
-
+ */}