Catalog tile with a square product photo, a corner New tag, a heart save button, and a name, price, and star rating footer.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Commerce1 } from "@/components/beste/piece/commerce1";
<Commerce1
image="https://images.unsplash.com/photo-1542291026-7eec264c27ff?w=512&auto=format&fit=crop"
name="Air Max 90 Essential"
price="$129"
rating={4.7}
reviews={284}
tag="New"
/>