return ( <div className="col"> <h1>Mi Casa</h1> <p>This is my house y'all!</p> {homes.map(home => <div>{home.name}</div>)} </div> );