Docs
Neuebrutalism Landing Page

Neuebrutalism Landing Page

A beautiful Neuebrutalism Landing Page for your web application, used by only copy and paste.

Installation

Install the following dependencies:

npm install framer-motion

Install the shadcn/ui dependencies:

You need to install shadcn components, like this:

npx shadcn@latest add separator

Update tailwind.config.js

Add the following animations to your tailwind.config.js file:

tailwind.config.js
/** @type {import('tailwindcss').Config} */
module.exports = {
  theme: {
    extend: {
       keyframes: {
          blink: {
            "0%, 100%": { opacity: "1" },
            "50%": { opacity: "0" },
         },
        },
       animation: {
          "cursor-blink": "blink 1s step-end infinite",
      },
    },
  },
}

Copy and paste the code into your project.

If you have already used our Marqueen Component, Please skip this step
If you have already used our Generate Text Component, Please skip this step
If you have already used our HoverCard Component, Please skip this step

Copy and paste the code into your project.