Skip to content

Commit fbfde7e

Browse files
authored
docs: Add new testimonial to home page (#11116)
### Description Adds a testimonial from Jono Alford to the home page.
1 parent e3a5905 commit fbfde7e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/site/components/testimonials.tsx

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,17 @@ export const Testimonials = () => {
9292
>
9393
<p>wait i kinda love turborepo</p>
9494
</Card>
95+
<Card
96+
name="Jono Alford"
97+
alias="@jonoalford"
98+
avatar="https://ufa25dqjajkmio0q.public.blob.vercel-storage.com/user-avatars/jonoalford.jpg"
99+
url="https://x.com/pontusab/status/1827264818765799931"
100+
>
101+
<p>
102+
I love a monorepo setup, having everything in one place powered by
103+
Turborepo 🔥
104+
</p>
105+
</Card>
95106
</div>
96107
<div className="grid gap-4">
97108
<Card

0 commit comments

Comments
 (0)