import React from 'react'; import HeroImage from '../Assets/HeroImage'; const Hero = (props: { headline: string; body: string; buttonUrl: string; buttonText: string }) => { return ( <>