import React from "react"; import image from "../../images/hero/hero-main.png"; import "./hero.css"; export class Hero extends React.Component { render() { return ( The more you read the more you know ); } } export default Hero;