ServicesWorkInspirationBlogAbouthello@optimaflow.id
← All components

Hero

free

Dark Glow Business Hero 37

Split dark-glow SaaS hero: teal-accented grotesque headline, glass dashboard visual, radial glow bleed, twin pill CTAs.

Preview

Now in public beta

Ship product decisions at the speed of thought

Orbit turns scattered metrics, tickets, and revenue signals into one live workspace — so your team acts on insight, not guesswork.

Orbit analytics dashboard showing live product metrics

+38%

activation this quarter

Copy the code

paste-ready → Designer
<!-- Paste markup into an Embed, or recreate as native elements.
     Styles below map 1:1 to the class names above. -->
<section class="hero_component">
  <div class="hero_glow"></div>
  <div class="hero_container">
    <div class="hero_content">
      <div class="hero_meta">
        <div class="hero_dot"></div>
        <p class="hero_eyebrow">Now in public beta</p>
      </div>
      <h1 class="hero_title">
        <span class="hero_title_plain">Ship product decisions at the </span>
        <span class="hero_title_accent">speed of thought</span>
      </h1>
      <p class="hero_subtitle">Orbit turns scattered metrics, tickets, and revenue signals into one live workspace — so your team acts on insight, not guesswork.</p>
      <div class="hero_actions">
        <a class="hero_button_primary" href="#start">Start free trial</a>
        <a class="hero_button_secondary" href="#demo">Book a demo</a>
      </div>
    </div>
    <div class="hero_visual">
      <div class="hero_visual_glow"></div>
      <img class="hero_image" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/hero-dark-glow-business-37-1-12.webp" alt="Orbit analytics dashboard showing live product metrics" />
      <div class="hero_card">
        <p class="hero_card_value">+38%</p>
        <p class="hero_card_label">activation this quarter</p>
      </div>
    </div>
  </div>
</section>

<style>
.hero_component {
  position:relative;
  overflow:hidden;
  background:#05060a;
  padding:8rem 4rem;
  font-family:'Inter','Helvetica Neue',Arial,sans-serif;
  isolation:isolate;
}

.hero_glow {
  position:absolute;
  top:-160px;
  left:-120px;
  width:620px;
  height:620px;
  border-radius:9999px;
  background:radial-gradient(circle,#00e5c0 0%,rgba(0,229,192,0.15) 45%,transparent 70%);
  filter:blur(130px);
  opacity:0.5;
  pointer-events:none;
  z-index:0;
}

.hero_container {
  position:relative;
  z-index:10;
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1.05fr 0.95fr;
  align-items:center;
  gap:4rem;
}

.hero_content {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.hero_meta {
  display:inline-flex;
  align-items:center;
  gap:0.625rem;
  margin-bottom:1.75rem;
  padding:0.5rem 1rem;
  border:1px solid rgba(255,255,255,0.1);
  border-radius:9999px;
  background:rgba(255,255,255,0.04);
  backdrop-filter:blur(8px);
}

.hero_dot {
  width:8px;
  height:8px;
  border-radius:9999px;
  background:#00e5c0;
  box-shadow:0 0 12px #00e5c0;
}

.hero_eyebrow {
  margin:0;
  font-size:13px;
  font-weight:500;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:#9aa3b2;
}

.hero_title {
  margin:0;
  font-size:64px;
  line-height:1.02;
  font-weight:800;
  letter-spacing:-0.03em;
  color:#ffffff;
}

.hero_title_plain {
  color:#ffffff;
}

.hero_title_accent {
  color:#00e5c0;
  text-shadow:0 0 34px rgba(0,229,192,0.35);
}

.hero_subtitle {
  margin:1.5rem 0 0;
  max-width:480px;
  font-size:1.125rem;
  line-height:1.65;
  color:#a7b0bf;
}

.hero_actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:1rem;
  margin-top:2.5rem;
}

.hero_button_primary {
  display:inline-flex;
  align-items:center;
  padding:0.875rem 1.75rem;
  border-radius:9999px;
  background:#00e5c0;
  color:#04120f;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  box-shadow:0 0 30px rgba(0,229,192,0.4);
  transition:transform .2s ease,box-shadow .2s ease;
}

.hero_button_secondary {
  display:inline-flex;
  align-items:center;
  padding:0.875rem 1.75rem;
  border-radius:9999px;
  border:1px solid rgba(255,255,255,0.15);
  background:rgba(255,255,255,0.03);
  color:#ffffff;
  font-size:15px;
  font-weight:600;
  text-decoration:none;
  transition:border-color .2s ease,background .2s ease;
}

.hero_visual {
  position:relative;
}

.hero_visual_glow {
  position:absolute;
  inset:10%;
  border-radius:24px;
  background:radial-gradient(circle,rgba(0,229,192,0.35),transparent 70%);
  filter:blur(60px);
  opacity:0.5;
  pointer-events:none;
  z-index:0;
}

.hero_image {
  position:relative;
  z-index:10;
  width:100%;
  height:440px;
  object-fit:cover;
  border-radius:20px;
  border:1px solid rgba(255,255,255,0.1);
  box-shadow:0 40px 90px rgba(0,0,0,0.6);
}

.hero_card {
  position:absolute;
  bottom:-24px;
  left:-24px;
  z-index:20;
  display:flex;
  flex-direction:column;
  gap:0.25rem;
  padding:1rem 1.25rem;
  border-radius:16px;
  border:1px solid rgba(255,255,255,0.1);
  background:rgba(10,13,20,0.9);
  backdrop-filter:blur(14px);
  box-shadow:0 20px 50px rgba(0,0,0,0.5);
}

.hero_card_value {
  margin:0;
  font-size:1.5rem;
  font-weight:700;
  color:#00e5c0;
}

.hero_card_label {
  margin:0;
  font-size:13px;
  color:#9aa3b2;
}
</style>

One email unlocks copying across the whole library — that's the only ask.

Want the whole site built for you?

Book a free call