Upcoming-meeting card with a starts-soon pill, video location, and attendee count.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Notification12 } from "@/components/beste/piece/notification12";
<Notification12
title="Weekly product sync"
time="Today, 14:00 – 14:30"
location="Google Meet"
attendees={6}
startsIn="in 10 min"
/>