import * as React from 'react'; import {Button} from 'ts/@next/components/button'; import {Hero} from 'ts/@next/components/hero'; import {LandingAnimation} from 'ts/@next/components/heroImage'; import LogoOutlined from 'ts/@next/icons/illustrations/logo-outlined.svg'; export const SectionLandingHero = () => ( } />} actions={} /> ); const HeroActions = () => ( <> );