docs: de-link Go testimonials and swap Zen→Go

This commit is contained in:
David Hill
2026-03-04 15:49:45 +00:00
parent d94c516402
commit c6187ee40f
2 changed files with 46 additions and 64 deletions
@@ -972,10 +972,6 @@ body {
flex-direction: column;
gap: 20px;
a {
text-decoration: none;
}
[data-slot="testimonial"] {
background: var(--color-background-weak);
border-radius: 6px;
+4 -18
View File
@@ -346,7 +346,6 @@ export default function Home() {
<section data-component="testimonials">
{/*Dax*/}
<a href="https://x.com/thdxr/status/1973531687629017227">
<div data-slot="testimonial">
<div data-slot="name">
<img src={avatarDax} alt="" />
@@ -354,13 +353,10 @@ export default function Home() {
<span>ex-CEO, Terminal Products</span>
</div>
<div data-slot="quote">
<span>@OpenCode</span>
{" Zen has been life changing, it's truly a no-brainer."}
<span>@OpenCode</span> <s>Zen</s> Go has been life changing, it's truly a no-brainer.
</div>
</div>
</a>
{/*Jay*/}
<a href="https://x.com/jayair/status/1973530190870618456">
<div data-slot="testimonial">
<div data-slot="name">
<img src={avatarJay} alt="" />
@@ -369,13 +365,10 @@ export default function Home() {
</div>
<div data-slot="quote">
{"4 out of 5 people on our team love using "}
<span>@OpenCode</span>
{" Zen."}
<span>@OpenCode</span> <s>Zen</s> Go.
</div>
</div>
</a>
{/*Adam*/}
<a href="https://x.com/adamdotdev/status/1973732040718860563">
<div data-slot="testimonial">
<div data-slot="name">
<img src={avatarAdam} alt="" />
@@ -384,13 +377,10 @@ export default function Home() {
</div>
<div data-slot="quote">
{"I can't recommend "}
<span>@OpenCode</span>
{" Zen enough. Seriously, it's really good."}
<span>@OpenCode</span> <s>Zen</s> Go enough. Seriously, it's really good.
</div>
</div>
</a>
{/*David*/}
<a href="https://x.com/iamdavidhill/status/1973530568773214622">
<div data-slot="testimonial">
<div data-slot="name">
<img src={avatarDavid} alt="" />
@@ -399,13 +389,10 @@ export default function Home() {
</div>
<div data-slot="quote">
{"With "}
<span>@OpenCode</span>
{" Zen I know all the models are tested and perfect for coding agents."}
<span>@OpenCode</span> <s>Zen</s> Go I know all the models are tested and perfect for coding agents.
</div>
</div>
</a>
{/*Frank*/}
<a href="https://x.com/fanjiewang/status/1973530092736487756">
<div data-slot="testimonial">
<div data-slot="name">
<img src={avatarFrank} alt="" />
@@ -414,7 +401,6 @@ export default function Home() {
</div>
<div data-slot="quote">I wish I was still at Nvidia.</div>
</div>
</a>
</section>
<section data-component="faq">