diff --git a/heicode/web/default/src/features/home/components/sections/hero.tsx b/heicode/web/default/src/features/home/components/sections/hero.tsx index 1fbc338..22ed0d5 100644 --- a/heicode/web/default/src/features/home/components/sections/hero.tsx +++ b/heicode/web/default/src/features/home/components/sections/hero.tsx @@ -3,7 +3,6 @@ import { ArrowRight } from 'lucide-react' import { useTranslation } from 'react-i18next' import { useSystemConfig } from '@/hooks/use-system-config' import { Button } from '@/components/ui/button' -import { HeroTerminalDemo } from '../hero-terminal-demo' interface HeroProps { className?: string @@ -76,12 +75,6 @@ export function Hero(props: HeroProps) { -
- -
) }