Snipply
Editor
Preview
Share
Save
Run
function Hero() { return ( <div style={{ padding: 40, background: '#1e40af', borderRadius: 16, textAlign: 'center' }}> <h1 style={{ color: 'white', fontSize: 28, marginBottom: 12 }}> First partner to exceptional teams </h1> <p style={{ color: '#bfdbfe', marginBottom: 24, fontSize: 15 }}> Build and ship faster with our platform </p> <button style={{ background: 'white', color: '#1e40af', padding: '10px 28px', borderRadius: 999, fontWeight: 600, border: 'none', cursor: 'pointer' }}> Get Started </button> </div> ) }
Click any element in the preview to edit it