> 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="/files/OwFcznETg9mr2J1Pfg9K" 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 %}
