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.

Component: <SalesNotifications />

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

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

If you need basic components like buttons, inputs, etc, they are all available with ChakraUI and shadcn/ui

Last updated