diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 4c4a41d..18dd71a 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,7 +25,6 @@ const Home: NextPage = () => { const posthog = usePostHog(); const session = useSession(); const router = useRouter(); - const socialProofEnabled = useFeatureFlagEnabled("social-proof-section"); useEffect(() => { if (session.status === "authenticated" && !recordModalOpen) { @@ -112,9 +111,7 @@ const Home: NextPage = () => {
{[