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