All components
UrgencyBanner
Honest "N bought in the last 7 days" badge — silent under threshold.
components/urgency-banner.tsxPeer deps:
lucide-reactLive preview
(Second banner is hidden — count below the default `minCount=5`.)
Usage
import { UrgencyBanner } from "@/components/urgency-banner";
const buyerCount = await fetchDistinctBuyersLast7Days(productId);
<UrgencyBanner buyerCount={buyerCount} />