Social Proof

Show visitors people are actually using your app.

  • Component: <SocialProof/>

  • Path: /components/home/social-proof.tsx

  • Import:

import { SocialProof } from "@/components/home/social-proof";

The almost mandatory social proof with actual users pictures and numbers.

Hovering the images will show a tooltip with user's image, name and X handle if filled

If you fear having an external link to X profile will make you lose visitor simply delete the <a> tag.

Last updated