diff --git a/apps/web/features/landing/components/landing-hero.tsx b/apps/web/features/landing/components/landing-hero.tsx
index 85c93ddf2..70d83e257 100644
--- a/apps/web/features/landing/components/landing-hero.tsx
+++ b/apps/web/features/landing/components/landing-hero.tsx
@@ -1,6 +1,5 @@
"use client";
-import { useCallback, useState } from "react";
import Image from "next/image";
import Link from "next/link";
import { useAuthStore } from "@multica/core/auth";
@@ -65,8 +64,6 @@ export function LandingHero() {
{t.hero.downloadDesktop}
-
-
-
-
- {INSTALL_COMMAND}
-
-
-
-