Notification with a circled icon, title, description, and an optional action link.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Notification1 } from "@/components/beste/piece/notification1";
<Notification1
title="Payment successful"
description="Your invoice has been sent to billing@beste.co"
action="View receipt →"
/>