Docs
Neuebrutalism Landing Page

Neuebrutalism Landing Page

A beautiful Landing Page for Neuebrutalism

$ ./welcome.sh

Developer-First
Infrastructure_

Build, deploy, and scale your applications with
modern developer tools and workflows.

$ npm install @company/cli
$ ./features.sh

Core Features

CLI Tools

Powerful command-line interface for efficient workflows

$ company deploy --prod

API Access

RESTful APIs with comprehensive documentation

$ curl api.company.dev/v1/status

Real-time Logs

Stream logs directly to your terminal

$ company logs --follow
$ ./pricing.sh

Available Plans

Select installation package:
[ PLAN 1 ]

BASIC_PLAN

$0

  • 1 Project
  • Basic Support
  • Community Access
Installation:
npm install @company/basic
[ PLAN 2 ]

PRO_PLAN

$49

  • Unlimited Projects
  • Priority Support
  • Premium Resources
Installation:
npm install @company/pro
[ PLAN 3 ]

ENTERPRISE

Custom

  • Custom Solutions
  • Dedicated Support
  • Custom Integrations
Installation:
npm install @company/enterprise
Type plan number to proceed with installation...
$ cat testimonials.txt

User Feedback

Best developer experience I've ever had.

-- sarah_dev
Senior Engineer

Simplified our entire deployment process.

-- mike_ops
DevOps Lead

The CLI is incredibly intuitive.

-- alex_tech
Tech Lead
$ man company-faq

FAQ

Navigation

  • [H] Home
  • [D] Docs
  • [B] Blog
  • [C] Contact

Resources

  • Documentation
  • API Reference
  • CLI Guide
  • Examples

Community

  • GitHub
  • Discord
  • Twitter
  • YouTube

Legal

  • Privacy
  • Terms
  • License
  • Security

© 2024 Company. All rights reserved. [EOF]

Installation

Install the following dependencies:

npm install framer-motion

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

Copy and paste the code into your project.