← All components
Hero
freeDark Glow Agency Hero 23
Near-black agency hero with a giant teal-glow wordmark, eyebrow meta, one sub-line and dual pill CTAs.
Preview
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_grain"></div>
<div class="hero_inner">
<div class="hero_eyebrow">
<div class="hero_eyebrowdot"></div>
<p class="hero_eyebrowtext">Studio Nova — AI Product Design</p>
</div>
<h1 class="hero_wordmark">
<span class="hero_wordmark_accent">NOVA</span>
</h1>
<p class="hero_subline">
<span class="hero_subline_hl">We design and ship AI products</span>
<span class="hero_subline_rest"> that feel inevitable — from first prompt to production interface, in weeks not quarters.</span>
</p>
<div class="hero_actions">
<a class="hero_button_primary" href="#book">Book an intro call</a>
<a class="hero_button_ghost" href="#work">View our work</a>
</div>
</div>
</section>
<style>
.hero_component {
position:relative;
display:flex;
flex-direction:column;
align-items:center;
justify-content:center;
overflow:hidden;
background-color:#05060a;
padding:9rem 1.5rem;
text-align:center;
min-height:100vh;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
box-sizing:border-box;
}
.hero_glow {
pointer-events:none;
position:absolute;
left:50%;
top:38%;
width:720px;
height:720px;
transform:translate(-50%,-50%);
border-radius:9999px;
background:radial-gradient(circle,rgba(0,229,192,0.28) 0%,rgba(0,229,192,0.10) 34%,rgba(5,6,10,0) 68%);
filter:blur(20px);
z-index:0;
}
.hero_grain {
pointer-events:none;
position:absolute;
inset:0;
opacity:0.35;
background-image:radial-gradient(rgba(255,255,255,0.05) 1px,transparent 1px);
background-size:22px 22px;
z-index:0;
}
.hero_inner {
position:relative;
z-index:10;
display:flex;
width:100%;
max-width:1080px;
flex-direction:column;
align-items:center;
gap:2rem;
}
.hero_eyebrow {
display:inline-flex;
align-items:center;
gap:0.75rem;
border:1px solid #1c2230;
background-color:rgba(10,13,20,0.7);
padding:0.5rem 1rem;
border-radius:9999px;
backdrop-filter:blur(8px);
}
.hero_eyebrowdot {
width:0.5rem;
height:0.5rem;
border-radius:9999px;
background-color:#00e5c0;
box-shadow:0 0 12px 2px rgba(0,229,192,0.9);
}
.hero_eyebrowtext {
margin:0;
font-size:0.72rem;
font-weight:500;
letter-spacing:0.28em;
text-transform:uppercase;
color:#9aa4b2;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.hero_wordmark {
margin:0;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
font-weight:900;
font-size:clamp(3.5rem,15vw,12rem);
line-height:0.86;
letter-spacing:-0.04em;
color:#ffffff;
text-transform:uppercase;
}
.hero_wordmark_accent {
color:#00e5c0;
text-shadow:0 0 40px rgba(0,229,192,0.55);
}
.hero_subline {
margin:0;
max-width:640px;
font-size:1.15rem;
line-height:1.6;
color:#aab2c0;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}
.hero_subline_hl {
color:#ffffff;
font-weight:600;
}
.hero_subline_rest {
color:#aab2c0;
}
.hero_actions {
margin-top:0.5rem;
display:flex;
flex-wrap:wrap;
align-items:center;
justify-content:center;
gap:1rem;
}
.hero_button_primary {
display:inline-flex;
align-items:center;
justify-content:center;
padding:1rem 2rem;
border-radius:9999px;
background-color:#00e5c0;
color:#05060a;
font-size:0.95rem;
font-weight:600;
text-decoration:none;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
box-shadow:0 0 30px rgba(0,229,192,0.4);
transition:transform 0.2s ease,box-shadow 0.2s ease;
}
.hero_button_ghost {
display:inline-flex;
align-items:center;
justify-content:center;
padding:1rem 2rem;
border-radius:9999px;
border:1px solid #232a38;
background-color:rgba(10,13,20,0.6);
color:#ffffff;
font-size:0.95rem;
font-weight:600;
text-decoration:none;
font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
backdrop-filter:blur(8px);
transition:border-color 0.2s ease;
}
</style>One email unlocks copying across the whole library — that's the only ask.