Zip bundle card with an amber archive tile, file count, compressed savings line, and a Download button.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Upload30 } from "@/components/beste/piece/upload30";
<Upload30
filename="project-handoff.zip"
totalSize="248 MB"
files={42}
savings="Compressed from 612 MB · 59% smaller"
filesLabel="files"
downloadLabel="Download"
/>