File size: 2,479 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 style="font-family:sans-serif; background:#fff; color:#111">
  <nav style="border-bottom:1px solid #f0f0f0">
    <span style="font-size:20px; font-weight:700; color:#4f46e5">Streamline</span>
    <div style="gap:28px; font-size:14px; color:#555">
      <a href="#" style="text-decoration:none; color:#555">Features</a>
      <a href="#" style="text-decoration:none; color:#555">Pricing</a>
      <a href="#" style="text-decoration:none; color:#555">Docs</a>
    </div>
    <button style="background:#4f46e5; color:#fff; border:none; font-size:14px; cursor:pointer">Get Started</button>
  </nav>
  <div style="text-align:center; background:linear-gradient(135deg,#f0f0ff 0%,#fff 100%)">
    <span style="background:#ede9fe; color:#4f46e5; font-size:12px; font-weight:600; letter-spacing:.05em">NOW IN BETA</span>
    <h1 style="font-size:48px; font-weight:800; line-height:1.2">Ship faster,<br>break nothing.</h1>
    <p style="font-size:18px; color:#666; max-width:480px; line-height:1.6">The all-in-one platform for teams that care about quality. CI/CD, monitoring, and deployment in one place.</p>
    <div style="gap:12px">
      <button style="background:#4f46e5; color:#fff; border:none; font-size:15px; font-weight:600; cursor:pointer">Start for free</button>
      <button style="background:#fff; color:#111; border:1px solid #ddd; font-size:15px; cursor:pointer">Watch demo →</button>
    </div>
  </div>
  <div style="gap:24px; max-width:900px">
    <div style="border:1px solid #f0f0f0">
      <div style="background:#ede9fe; font-size:22px"></div>
      <h3 style="font-size:17px">Fast Deploys</h3>
      <p style="font-size:14px; color:#666; line-height:1.6">Push to production in under 30 seconds with zero downtime.</p>
    </div>
    <div style="border:1px solid #f0f0f0">
      <div style="background:#dcfce7; font-size:22px">🔒</div>
      <h3 style="font-size:17px">Secure by Default</h3>
      <p style="font-size:14px; color:#666; line-height:1.6">SOC2 compliant. Secrets management and audit logs built in.</p>
    </div>
    <div style="border:1px solid #f0f0f0">
      <div style="background:#fef3c7; font-size:22px">📊</div>
      <h3 style="font-size:17px">Live Monitoring</h3>
      <p style="font-size:14px; color:#666; line-height:1.6">Real-time metrics, error tracking, and alerting out of the box.</p>
    </div>
  </div>
</body>
</html>