import clsx from 'clsx'; /** * Highlights important features, milestones or testimonials of your product. * * Use this to highlight key features or social proof. This is usually placed at the top of the page, but you can also use it in between sections or below your primary CTA. */ export const LandingSocialProofBand = ({ className, invert, children, }: { className?: string; invert?: boolean; children: React.ReactNode; }) => { return (