steep components
All components

SocialProofStrip

Four verified-purchase quotes + store-wide average rating.

components/social-proof-strip.tsxPeer deps: lucide-react

Live preview

What buyers say

Quietly liked.

4.8· 213 reviews
Saved me a week of work. Copy, paste, ship — exactly as advertised.
Verified buyer
The CSS tokens alone are worth the price. Rebrand took 10 minutes.
Verified buyer
Clean code, no junk dependencies. Wish there were more icons but lucide covers it.
Verified buyer
Bought it on a Friday, shipped my MVP on Monday. Best $79 I've spent this year.
Verified buyer

Usage

import { SocialProofStrip } from "@/components/social-proof-strip";

<SocialProofStrip
  reviews={topFour}                // exactly four reviews
  averageRating={avgFromAllReviews}
  totalReviews={totalCount}
/>