> For the complete documentation index, see [llms.txt](https://docs.shipped.club/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.shipped.club/components/sales-notification.md).

# Sales Notification

The SalesNotification component is a marketing tool to show the visitors of your website that they are not the first and new customers of our product.

<figure><img src="https://3985976695-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FT3t4pDs63s3Soj1JetJw%2Fuploads%2FkS3VomedK8YmG1iTe5dV%2Fsales_notifications.gif?alt=media&amp;token=97659700-3b95-40ec-894c-05eb773856d2" alt="" width="353"><figcaption><p>SalesNotifications of Shipped</p></figcaption></figure>

Component: `<SalesNotifications />`

File: `src/components/molecules/SalesNotifications/SalesNotifications.tsx`

{% code title="page.tsx" %}

```tsx
import { SalesNotifications } from "@/components/molecules/SalesNotifications/SalesNotifications";
```

{% endcode %}

***

{% hint style="info" %}
If you need basic components like buttons, inputs, etc, they are all available with [ChakraUI](https://chakra-ui.com/) and [shadcn/ui](https://ui.shadcn.com/)
{% endhint %}
