function Heading()

in website/src/pages/index.js [84:86]


function Heading({text}) {
  return <h2 className="Heading">{text}</h2>;
}