return ( <div> <div className="container"> <h1 className="title">NFTree</h1> <img className="image" src="https://drive.google.com/file/d/1Vnfp6m-RW1X6yG2-1v3QhsrLppy0ywPS/" alt="A beautiful treehouse in the forest" /> <div className="button-container"> <button className="button">Adopt a Tree</button> <button className="button">Become a Validator</button> </div> </div> </div> );