Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more customer testimonials from Twitter. #254

Merged
merged 3 commits into from
Dec 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
84 changes: 84 additions & 0 deletions docs/components/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ import elad from "../../images/elad.jpeg";
import flavio from "../../images/flavio.jpeg";
import jongold from "../../images/jongold.jpeg";
import ollermi from "../../images/ollermi.jpeg";
import shadcn from "../../images/shadcn.jpeg";
import christian from "../../images/christian.jpeg";
import yangshunz from "../../images/yangshunz.jpeg";
import nmoore from "../../images/nmoore.jpeg";
import sseraphini from "../../images/sseraphini.jpeg";
import paularmstrong from "../../images/paularmstrong.jpeg";
import { Container } from "../Container";
import { Footer } from "../Footer";
Expand Down Expand Up @@ -308,6 +313,30 @@ function Page() {
</>
}
/>
<Tweet
url="https://twitter.com/shadcn/status/1470269932789125123"
username="yangshunz"
name="Yangshun Tay"
date="Dec 12"
avatar={yangshunz}
text={
<>
Experimented with <Mention>@turborepo</Mention> on my
Flow-based 4-package monorepo where each package contains
lint, test and build commands:
<br />
<br />
- lint, test, build all files in series: ~75s
<br />
- lerna --parallel: ~62s
<br />
- turbo: ~35s (791ms on cache hit)
<br />
<br />
🤯 Impressive results! FULL TURBO!
</>
}
/>
</div>

<div className="space-y-4">
Expand Down Expand Up @@ -342,6 +371,36 @@ function Page() {
</>
}
/>
<Tweet
url="https://twitter.com/shadcn/status/1470269932789125123"
username="shadcn"
name="shadcn"
date="Dec 12"
avatar={shadcn}
text={
<>
Turborepo is really good at what it does: Ridiculously fast
builds.
</>
}
/>
<Tweet
url="https://twitter.com/n_moore/status/1469344866194788355"
username="n_moore"
name="Nate Moore"
date="Dec 10"
avatar={nmoore}
text={
<>
Finally! <Mention>@astrodotbuild</Mention> is now using
<Mention>@turborepo</Mention>. ♥️⚡️
<br />
So glad it&apos;s open source now—congrats to{" "}
<Mention>@jaredpalmer</Mention> and <Mention>@vercel</Mention>{" "}
on the release!
</>
}
/>
</div>
<div className="space-y-4">
<Tweet
Expand Down Expand Up @@ -373,6 +432,31 @@ function Page() {
</>
}
/>

<Tweet
url="https://twitter.com/christianjuth/status/1469494057843847169"
username="christianjuth"
name="Christian 👨🏼‍💻"
date="Dec 10"
avatar={christian}
text={
<>
Holy wow, I just rewrote my entire Lerna monorepo to use
Turborepo and SWC, and it took me like maybe 20 minutes. This
is insane. Literally, everything Vercel has
backed/acquired/created makes development a little easier. But
wow, it just blew my mind how easy this all is to use.
</>
}
/>
<Tweet
url="https://twitter.com/sseraphini/status/1470501625580208139"
username="sseraphini"
name="Sibelius Seraphini"
date="Dec 13"
avatar={sseraphini}
text={<>Turborepo is sweet</>}
/>
</div>
</div>
<Container>
Expand Down
Binary file added docs/images/christian.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/nmoore.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/shadcn.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/sseraphini.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/yangshunz.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.