public: add reviews

This commit is contained in:
Carl-Gerhard Lindesvärd
2026-02-05 13:04:40 +00:00
parent f1c85c53cf
commit 05ccbc372c
3 changed files with 79 additions and 6 deletions

View File

@@ -82,6 +82,20 @@ const testimonials = [
retweets: 68,
likes: 648,
},
{
verified: true,
avatarUrl: '/twitter-thomas.jpg',
name: 'Thomas Sanlis',
handle: 'T_Zahil',
content: [
`We're now sponsoring @OpenPanelDev with Uneed 🥳`,
`If you're looking for open source analytics, OpenPanel is BY FAR the best I've ever seen`,
'Bonus: 1-click install on Coolify 🥰',
],
replies: 8,
retweets: 3,
likes: 23,
},
];
export function Testimonials() {