Add more user review

This commit is contained in:
wong2
2023-08-18 16:33:04 +08:00
parent 2b8661a9c8
commit b57543a069

View File

@@ -1,3 +1,4 @@
import { sample } from 'lodash-es'
import { FC } from 'react'
import { AiFillStar } from 'react-icons/ai'
@@ -14,8 +15,11 @@ const Testimonials: FC = () => {
</div>
<span className="text-sm font-medium text-primary-text">Loved by 100,000+ users</span>
</div>
<p className="italic text-sm text-center text-secondary-text w-2/3">
&quot;What a great idea AND implementation - to have all the major chats on one page&quot; - Chad Tunis
<p className="italic text-sm text-center text-secondary-text w-3/4">
{sample([
'"What a great idea AND implementation - to have all the major chats on one page" - Chad Tunis',
'"Very helpful, works great and is exactly what i was looking for, I bought premium" - Artush Foto',
])}
</p>
</div>
)