diff --git a/frontend/src/components/HomePage/HomePageLayout.tsx b/frontend/src/components/HomePage/HomePageLayout.tsx
index c9885d3c8..9e4f1389c 100644
--- a/frontend/src/components/HomePage/HomePageLayout.tsx
+++ b/frontend/src/components/HomePage/HomePageLayout.tsx
@@ -3,7 +3,6 @@ import { ReactNode } from 'react';
import { AppBarLanding } from '@/components/AppBar';
import { Banner } from '@/components/Banner';
import { Footer } from '@/components/Footer';
-import { SignupForm } from '@/components/SignupForm';
interface Props {
children: ReactNode;
@@ -15,7 +14,8 @@ export function HomePageLayout({ children }: Props) {
{children}
-
+ {/* Disabling for now because HubSpot drops cookies */}
+ {/* */}
);
diff --git a/frontend/src/components/Layout/Layout.tsx b/frontend/src/components/Layout/Layout.tsx
index 64af3eadf..a706ad1df 100644
--- a/frontend/src/components/Layout/Layout.tsx
+++ b/frontend/src/components/Layout/Layout.tsx
@@ -1,18 +1,16 @@
-import { useRouter } from 'next/router';
import { ReactNode } from 'react';
import { AppBar } from '@/components/AppBar';
import { Banner } from '@/components/Banner';
import { Footer } from '@/components/Footer';
-import { SignupForm } from '@/components/SignupForm';
interface Props {
children: ReactNode;
}
export function Layout({ children }: Props) {
- const router = useRouter();
- const isSearchPage = router.pathname === '/plugins';
+ // const router = useRouter();
+ // const isSearchPage = router.pathname === '/plugins';
return (
@@ -20,7 +18,8 @@ export function Layout({ children }: Props) {
{children}
-
+ {/* Disabling for now because HubSpot drops cookies */}
+ {/*
*/}
);
diff --git a/frontend/src/components/Layout/__snapshots__/Layout.test.tsx.snap b/frontend/src/components/Layout/__snapshots__/Layout.test.tsx.snap
index 516f732dc..b78730c85 100644
--- a/frontend/src/components/Layout/__snapshots__/Layout.test.tsx.snap
+++ b/frontend/src/components/Layout/__snapshots__/Layout.test.tsx.snap
@@ -138,60 +138,6 @@ exports[` should match snapshot 1`] = `
Hello, World!
-
-
-
-
- Sign up to receive updates
-
-
-
-