Affiliate hero: two badges — homepage-style speed badge + wizard affiliate link badge
This commit is contained in:
@@ -74,6 +74,14 @@
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.hero-badges {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 12px;
|
||||
flex-wrap: wrap;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.affiliate-hero h1 .highlight {
|
||||
background: linear-gradient(135deg, var(--accent), #66e5ff);
|
||||
-webkit-background-clip: text;
|
||||
@@ -374,6 +382,16 @@
|
||||
═══════════════════════════════════════════════════════════ -->
|
||||
<section class="affiliate-hero">
|
||||
<div class="container">
|
||||
<div class="hero-badges">
|
||||
<span class="hero-badge">
|
||||
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg>
|
||||
Work with your agent in under 10 minutes
|
||||
</span>
|
||||
<span class="hero-badge">
|
||||
<svg width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12" /></svg>
|
||||
Your affiliate links, baked into the wizard
|
||||
</span>
|
||||
</div>
|
||||
<h1>
|
||||
Earn With <span class="highlight">derez.ai</span>
|
||||
</h1>
|
||||
|
||||
Reference in New Issue
Block a user