feat: remove API terminal demo from Manager home page
This commit is contained in:
@@ -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) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div
|
||||
className='landing-animate-fade-up w-full opacity-0'
|
||||
style={{ animationDelay: '300ms' }}
|
||||
>
|
||||
<HeroTerminalDemo />
|
||||
</div>
|
||||
</section>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user