Place name with star rating, review count, and category, finished by an open or closed status pill and hours.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Location6 } from "@/components/beste/piece/location6";
<Location6
name="Joe's Coffee"
category="Café"
rating={4.7}
reviewCount="1.2k"
status="open"
hours="Closes 9:00 PM"
/>