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 {HeroAnimation} from 'ts/@next/components/heroAnimation'; export const SectionLandingHero = () => ( } />} actions={} /> ); const HeroActions = () => ( <> );