Sale price next to a struck-through original, with a rose discount badge.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Card3 } from "@/components/beste/piece/card3";
<Card3
price="49"
originalPrice="89"
currency="$"
discount={45}
/>