Skip to content

Commit b57543a

Browse files
committed
Add more user review
1 parent 2b8661a commit b57543a

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/app/components/Premium/Testimonials.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
import { sample } from 'lodash-es'
12
import { FC } from 'react'
23
import { AiFillStar } from 'react-icons/ai'
34

@@ -14,8 +15,11 @@ const Testimonials: FC = () => {
1415
</div>
1516
<span className="text-sm font-medium text-primary-text">Loved by 100,000+ users</span>
1617
</div>
17-
<p className="italic text-sm text-center text-secondary-text w-2/3">
18-
&quot;What a great idea AND implementation - to have all the major chats on one page&quot; - Chad Tunis
18+
<p className="italic text-sm text-center text-secondary-text w-3/4">
19+
{sample([
20+
'"What a great idea AND implementation - to have all the major chats on one page" - Chad Tunis',
21+
'"Very helpful, works great and is exactly what i was looking for, I bought premium" - Artush Foto',
22+
])}
1923
</p>
2024
</div>
2125
)

0 commit comments

Comments
 (0)