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;
+46 -60
View File
@@ -346,75 +346,61 @@ 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="" /> <strong>Dax Raad</strong>
<strong>Dax Raad</strong> <span>ex-CEO, Terminal Products</span>
<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."}
</div>
</div> </div>
</a> <div data-slot="quote">
<span>@OpenCode</span> <s>Zen</s> Go has been life changing, it's truly a no-brainer.
</div>
</div>
{/*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="" /> <strong>Jay V</strong>
<strong>Jay V</strong> <span>ex-Founder, SEED, PM, Melt, Pop, Dapt, Cadmus, and ViewPoint</span>
<span>ex-Founder, SEED, PM, Melt, Pop, Dapt, Cadmus, and ViewPoint</span>
</div>
<div data-slot="quote">
{"4 out of 5 people on our team love using "}
<span>@OpenCode</span>
{" Zen."}
</div>
</div> </div>
</a> <div data-slot="quote">
{"4 out of 5 people on our team love using "}
<span>@OpenCode</span> <s>Zen</s> Go.
</div>
</div>
{/*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="" /> <strong>Adam Elmore</strong>
<strong>Adam Elmore</strong> <span>ex-Hero, AWS</span>
<span>ex-Hero, AWS</span>
</div>
<div data-slot="quote">
{"I can't recommend "}
<span>@OpenCode</span>
{" Zen enough. Seriously, it's really good."}
</div>
</div> </div>
</a> <div data-slot="quote">
{"I can't recommend "}
<span>@OpenCode</span> <s>Zen</s> Go enough. Seriously, it's really good.
</div>
</div>
{/*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="" /> <strong>David Hill</strong>
<strong>David Hill</strong> <span>ex-Head of Design, Laravel</span>
<span>ex-Head of Design, Laravel</span>
</div>
<div data-slot="quote">
{"With "}
<span>@OpenCode</span>
{" Zen I know all the models are tested and perfect for coding agents."}
</div>
</div> </div>
</a> <div data-slot="quote">
{"With "}
<span>@OpenCode</span> <s>Zen</s> Go I know all the models are tested and perfect for coding agents.
</div>
</div>
{/*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="" /> <strong>Frank Wang</strong>
<strong>Frank Wang</strong> <span>ex-Intern, Nvidia (4 times)</span>
<span>ex-Intern, Nvidia (4 times)</span>
</div>
<div data-slot="quote">I wish I was still at Nvidia.</div>
</div> </div>
</a> <div data-slot="quote">I wish I was still at Nvidia.</div>
</div>
</section> </section>
<section data-component="faq"> <section data-component="faq">