import * as React from 'react'; import { Button } from 'ts/components/button'; import { Hero } from 'ts/components/hero'; import { LandingAnimation } from 'ts/components/heroImage'; import { HeroAnimation } from 'ts/components/heroAnimation'; import { WebsitePaths } from 'ts/types'; export const SectionLandingHero = () => ( } />} actions={} /> ); const HeroActions = () => ( <> );