diff --git a/packages/examples/sdk-frontend/pages/video.tsx b/packages/examples/sdk-frontend/pages/video.tsx
index a44a90ac3..2b99b8abf 100644
--- a/packages/examples/sdk-frontend/pages/video.tsx
+++ b/packages/examples/sdk-frontend/pages/video.tsx
@@ -1,6 +1,4 @@
import type { NextPage } from 'next';
-import Head from 'next/head';
-import { ConnectButton } from '@rainbow-me/rainbowkit';
import * as PushAPI from '@pushprotocol/restapi';
import { ENV } from '@pushprotocol/restapi/src/lib/constants';
@@ -242,10 +240,6 @@ const Home: NextPage = () => {
Push Video SDK Demo
Video Call Status: {data.incoming[0].status}
-
-
-
-
{isConnected ? (
<>