import {memo} from "react"; import clsx from "clsx"; import {sectionWrapper, title, titleWrapper, subtitle} from "../../primitives"; import Marquee from "../marquee"; import {NextUIProButton} from "./nextui-pro-button"; import {NextUIProChip} from "./nextui-pro-chip"; import {NextUIProImage} from "./nextui-pro-image"; const CheckmarkIcon = memo(() => ( )); CheckmarkIcon.displayName = "CheckmarkIcon"; export const NextUIProSection = () => { return (

Ship 

faster 

with 

beautiful 

components

Premade templates of over 210+ beautiful and responsive components, professionally created by the team behind NextUI.

  • 210+ Components
  • Lifetime Access
  • Free Updates
  • Figma Files Included
); };