ServicesWorkInspirationBlogAbouthello@optimaflow.id
← All components

Hero

free

Cream Editorial Startup Hero 24

Cream editorial startup hero in a bento grid — oversized grotesque headline, mono meta garnish, stat cards, and a studio visual.

Preview

OPTIMAFLOW / OPS INTELLIGENCE

EST. 2024 · 41°N · ©

[ 01 ] THE OPERATING LAYER FOR MODERN TEAMS

calm

OptimaFlow ties scheduling, inventory, and floor telemetry into a single source of truth — so your operators stop guessing and start shipping.

Operator reviewing a production dashboard on the factory floor

average throughput lift in the first 90 days

400+

plants running on OptimaFlow across 14 countries

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_topmeta">
    <p class="hero_eyebrow">OPTIMAFLOW / OPS INTELLIGENCE</p>
    <p class="hero_coords">EST. 2024 · 41°N · ©</p>
  </div>
  <div class="hero_bento">
    <div class="hero_headcell">
      <div class="hero_headwrap">
        <p class="hero_kicker">[ 01 ] THE OPERATING LAYER FOR MODERN TEAMS</p>
        <h1 class="hero_title">
          <span class="hero_title_accent"> calm</span>
        </h1>
        <p class="hero_sub">OptimaFlow ties scheduling, inventory, and floor telemetry into a single source of truth — so your operators stop guessing and start shipping.</p>
      </div>
      <div class="hero_actions">
        <a class="hero_button_primary" href="#demo">Book a live demo</a>
        <a class="hero_button_ghost" href="#tour">Take the 2-min tour →</a>
      </div>
    </div>
    <div class="hero_sidecol">
      <div class="hero_visual">
        <img class="hero_visual_img" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/hero-cream-editorial-startup-24-1-12.webp" alt="Operator reviewing a production dashboard on the factory floor" />
      </div>
      <div class="hero_statcard">
        <p class="hero_statnum">
          <span class="hero_statnum_accent">↑</span>
        </p>
        <p class="hero_statlabel">average throughput lift in the first 90 days</p>
      </div>
      <div class="hero_statcard_light">
        <p class="hero_statnum_light">400+</p>
        <p class="hero_statlabel_light">plants running on OptimaFlow across 14 countries</p>
      </div>
    </div>
  </div>
</section>

<style>
.hero_component {
  position:relative;
  width:100%;
  background:#f5f4f0;
  color:#3a2c22;
  padding:96px 48px;
  box-sizing:border-box;
  font-family:'Helvetica Neue',Arial,sans-serif;
  overflow:hidden;
}

.hero_topmeta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  border-bottom:1px solid rgba(58,44,34,0.2);
  padding-bottom:20px;
  margin-bottom:56px;
  flex-wrap:wrap;
}

.hero_eyebrow {
  font-family:'SFMono-Regular',ui-monospace,'Menlo',monospace;
  font-size:11px;
  letter-spacing:0.32em;
  text-transform:uppercase;
  font-weight:500;
  margin:0;
  color:#3a2c22;
}

.hero_coords {
  font-family:'SFMono-Regular',ui-monospace,'Menlo',monospace;
  font-size:11px;
  letter-spacing:0.2em;
  text-transform:uppercase;
  margin:0;
  color:#c0392b;
}

.hero_bento {
  display:grid;
  grid-template-columns:repeat(12,1fr);
  gap:20px;
}

.hero_headcell {
  grid-column:span 8;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:40px;
}

.hero_headwrap {
  display:block;
}

.hero_kicker {
  font-family:'SFMono-Regular',ui-monospace,'Menlo',monospace;
  font-size:13px;
  letter-spacing:0.24em;
  text-transform:uppercase;
  color:#c0392b;
  margin:0 0 24px 0;
}

.hero_title {
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-weight:700;
  font-size:7.4rem;
  line-height:0.9;
  letter-spacing:-0.03em;
  margin:0;
  color:#3a2c22;
}

.hero_title_accent {
  color:#c0392b;
  font-style:italic;
}

.hero_sub {
  margin:32px 0 0 0;
  max-width:46ch;
  font-size:1.15rem;
  line-height:1.6;
  color:rgba(58,44,34,0.8);
}

.hero_actions {
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:16px;
}

.hero_button_primary {
  display:inline-flex;
  align-items:center;
  background:#c0392b;
  color:#f5f4f0;
  padding:16px 32px;
  border-radius:999px;
  font-size:15px;
  font-weight:600;
  letter-spacing:-0.01em;
  text-decoration:none;
  transition:background 0.2s ease;
}

.hero_button_ghost {
  display:inline-flex;
  align-items:center;
  background:transparent;
  color:#3a2c22;
  padding:16px 32px;
  border-radius:999px;
  border:1px solid #3a2c22;
  font-size:15px;
  font-weight:600;
  letter-spacing:-0.01em;
  text-decoration:none;
  transition:all 0.2s ease;
}

.hero_sidecol {
  grid-column:span 4;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.hero_visual {
  position:relative;
  border-radius:20px;
  overflow:hidden;
  min-height:220px;
  flex:1;
}

.hero_visual_img {
  width:100%;
  height:100%;
  min-height:220px;
  object-fit:cover;
  display:block;
}

.hero_statcard {
  border-radius:20px;
  background:#3a2c22;
  color:#f5f4f0;
  padding:28px;
}

.hero_statnum {
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:3.4rem;
  line-height:1;
  font-weight:700;
  letter-spacing:-0.03em;
  margin:0;
  color:#f5f4f0;
}

.hero_statnum_accent {
  color:#c0392b;
}

.hero_statlabel {
  margin:12px 0 0 0;
  font-size:13px;
  letter-spacing:0.02em;
  line-height:1.5;
  color:rgba(245,244,240,0.7);
}

.hero_statcard_light {
  border-radius:20px;
  border:1px solid rgba(58,44,34,0.2);
  padding:28px;
  background:#efeee9;
}

.hero_statnum_light {
  font-family:'Helvetica Neue',Arial,sans-serif;
  font-size:3.4rem;
  line-height:1;
  font-weight:700;
  letter-spacing:-0.03em;
  margin:0;
  color:#3a2c22;
}

.hero_statlabel_light {
  margin:12px 0 0 0;
  font-size:13px;
  letter-spacing:0.02em;
  line-height:1.5;
  color:rgba(58,44,34,0.7);
}
</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