Skip to content

Commit 94b6dc6

Browse files
committed
Marketing: default the hero toggle to For agents
1 parent a841254 commit 94b6dc6

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

apps/marketing/src/pages/index.astro

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,25 +106,25 @@ Source (and the place to start if something breaks): https://github.com/RhysSull
106106
</div>
107107
</div>
108108
{/* ── CTA: For humans / For agents ── */}
109-
<div class="rise-4 hero-cta" data-audience="humans">
109+
<div class="rise-4 hero-cta" data-audience="agents">
110110
<div class="audience-toggle" role="tablist" aria-label="Choose your path">
111-
<button type="button" role="tab" data-audience-set="humans" aria-selected="true">
111+
<button type="button" role="tab" data-audience-set="humans" aria-selected="false">
112112
For humans
113113
</button>
114114
<span class="audience-sep" aria-hidden="true"></span>
115-
<button type="button" role="tab" data-audience-set="agents" aria-selected="false">
115+
<button type="button" role="tab" data-audience-set="agents" aria-selected="true">
116116
For agents
117117
</button>
118118
</div>
119119

120120
{/* For humans: sign up or run it yourself */}
121-
<div class="audience-pane" data-audience-pane="humans" role="tabpanel">
121+
<div class="audience-pane" data-audience-pane="humans" role="tabpanel" hidden>
122122
<a href="#install" class="btn-primary btn-primary--hero">Run locally →</a>
123123
<a href="/cloud" class="btn-secondary">Try Cloud</a>
124124
</div>
125125

126126
{/* For agents: hand setup to a coding agent, or read the docs */}
127-
<div class="audience-pane" data-audience-pane="agents" role="tabpanel" hidden>
127+
<div class="audience-pane" data-audience-pane="agents" role="tabpanel">
128128
<button
129129
type="button"
130130
class="agent-pill copy-btn"

0 commit comments

Comments
 (0)