Mobile-style push toast with app icon tile, timestamp, and a two-line preview.

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Notification3 } from "@/components/beste/piece/notification3";
<Notification3
appName="Linear"
title="New issue assigned"
description="ENG-482 · Crash on checkout submit"
time="now"
image="https://oud.pics/sm/l/linear.jpeg"
alt="Linear"
tone="violet"
/>