File size: 1,070 Bytes
cf6c0e0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head><meta charset="UTF-8"><title>SaaS Landing</title></head>
<body>
  <nav>
    <span>Streamline</span>
    <div>
      <a href="#">Features</a>
      <a href="#">Pricing</a>
      <a href="#">Docs</a>
    </div>
    <button>Get Started</button>
  </nav>
  <div>
    <span>NOW IN BETA</span>
    <h1>Ship faster,<br>break nothing.</h1>
    <p>The all-in-one platform for teams that care about quality. CI/CD, monitoring, and deployment in one place.</p>
    <div>
      <button>Start for free</button>
      <button>Watch demo →</button>
    </div>
  </div>
  <div>
    <div>
      <div></div>
      <h3>Fast Deploys</h3>
      <p>Push to production in under 30 seconds with zero downtime.</p>
    </div>
    <div>
      <div>🔒</div>
      <h3>Secure by Default</h3>
      <p>SOC2 compliant. Secrets management and audit logs built in.</p>
    </div>
    <div>
      <div>📊</div>
      <h3>Live Monitoring</h3>
      <p>Real-time metrics, error tracking, and alerting out of the box.</p>
    </div>
  </div>
</body>
</html>