ServicesWorkInspirationBlogAbouthello@optimaflow.id
← All components

Hero

free

Light Saas Agency Hero 39

Bento light-SaaS agency hero: eyebrow, bold grotesque headline with green accent word, sub-line, pill CTAs, live stat cards and studio visual.

Preview

Independent Growth Studio — Est. 2016

We ship brands that compound in the market.

Strategy, design and product engineering under one roof — for fintech and SaaS teams who want work that outlasts the launch.

Studio team reviewing product designs

$240M+

Revenue influenced across client launches since 2019

64

Products taken from first sketch to public launch

“They think like founders, not vendors.”

— Head of Product, Series B fintech

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_inner">
    <div class="hero_grid">
      <div class="hero_main">
        <div class="hero_meta">
          <div class="hero_dot"></div>
          <p class="hero_eyebrow">Independent Growth Studio — Est. 2016</p>
        </div>
        <h1 class="hero_title">
          <span class="hero_title_lead">We ship brands that </span>
          <span class="hero_title_accent">compound</span>
          <span class="hero_title_tail"> in the market.</span>
        </h1>
        <div class="hero_bottom">
          <p class="hero_sub">Strategy, design and product engineering under one roof — for fintech and SaaS teams who want work that outlasts the launch.</p>
          <div class="hero_actions">
            <a class="hero_button_primary" href="#book">Book an intro call</a>
            <a class="hero_button_ghost" href="#work">See recent work</a>
          </div>
        </div>
      </div>
      <div class="hero_visual">
        <img class="hero_visual_img" src="https://pub-8060008fc1ab494c98adf87ab62286c4.r2.dev/assets/inspiration/hero-light-saas-agency-39-1-12.webp" alt="Studio team reviewing product designs" />
      </div>
      <div class="hero_stat_a">
        <h3 class="hero_stat_num">$240M+</h3>
        <p class="hero_stat_label">Revenue influenced across client launches since 2019</p>
      </div>
      <div class="hero_stat_b">
        <h3 class="hero_stat_num_alt">64</h3>
        <p class="hero_stat_label_alt">Products taken from first sketch to public launch</p>
      </div>
      <div class="hero_stat_c">
        <p class="hero_stat_quote">“They think like founders, not vendors.”</p>
        <p class="hero_stat_by">— Head of Product, Series B fintech</p>
      </div>
    </div>
  </div>
</section>

<style>
.hero_component {
  width:100%;
  background:#ffffff;
  padding:96px 24px;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
  box-sizing:border-box;
}

.hero_inner {
  max-width:1200px;
  margin:0 auto;
  width:100%;
}

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

.hero_main {
  grid-column:span 7;
  background:#f7f8fa;
  border-radius:24px;
  padding:48px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:420px;
}

.hero_meta {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:32px;
}

.hero_dot {
  width:8px;
  height:8px;
  border-radius:50%;
  background:#0f4c3a;
  flex:none;
}

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

.hero_title {
  margin:0;
  font-size:64px;
  line-height:1.02;
  font-weight:600;
  letter-spacing:-0.02em;
  color:#0d0f10;
}

.hero_title_lead {
  display:inline;
}

.hero_title_accent {
  display:inline;
  color:#0f4c3a;
}

.hero_title_tail {
  display:inline;
}

.hero_bottom {
  margin-top:32px;
}

.hero_sub {
  margin:0 0 32px 0;
  font-size:17px;
  line-height:1.6;
  color:#565b60;
  max-width:440px;
}

.hero_actions {
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.hero_button_primary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#0f4c3a;
  color:#ffffff;
  font-size:15px;
  font-weight:600;
  padding:14px 28px;
  border-radius:999px;
  text-decoration:none;
  border:none;
  cursor:pointer;
}

.hero_button_ghost {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:transparent;
  color:#0d0f10;
  font-size:15px;
  font-weight:600;
  padding:14px 28px;
  border-radius:999px;
  text-decoration:none;
  border:1px solid #d7dbdd;
  cursor:pointer;
}

.hero_visual {
  grid-column:span 5;
  border-radius:24px;
  overflow:hidden;
  min-height:420px;
  position:relative;
}

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

.hero_stat_a {
  grid-column:span 4;
  background:#0f4c3a;
  border-radius:24px;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:180px;
}

.hero_stat_num {
  margin:0;
  font-size:52px;
  font-weight:600;
  line-height:1;
  color:#ffffff;
  letter-spacing:-0.02em;
}

.hero_stat_label {
  margin:16px 0 0 0;
  font-size:14px;
  line-height:1.5;
  color:#c9e2d7;
}

.hero_stat_b {
  grid-column:span 4;
  background:#f7f8fa;
  border-radius:24px;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:180px;
}

.hero_stat_num_alt {
  margin:0;
  font-size:52px;
  font-weight:600;
  line-height:1;
  color:#0d0f10;
  letter-spacing:-0.02em;
}

.hero_stat_label_alt {
  margin:16px 0 0 0;
  font-size:14px;
  line-height:1.5;
  color:#565b60;
}

.hero_stat_c {
  grid-column:span 4;
  background:#ffffff;
  border:1px solid #e6e9ea;
  border-radius:24px;
  padding:32px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  min-height:180px;
}

.hero_stat_quote {
  margin:0;
  font-size:16px;
  line-height:1.5;
  color:#0d0f10;
  font-weight:500;
}

.hero_stat_by {
  margin:16px 0 0 0;
  font-size:13px;
  color:#565b60;
}
</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