import React from 'react'; const Banner = (props: { heading: string; subtext: string }) => { return (