"use client"; import {Button, Link} from "@nextui-org/react"; import {ArrowRightIcon} from "@nextui-org/shared-icons"; import {clsx} from "@nextui-org/shared-utils"; import NextLink from "next/link"; import {FeaturesGrid} from "./features-grid"; import {sectionWrapper, subtitle, title} from "@/components/primitives"; import {GithubIcon, NoteLinearIcon, NextJsIcon} from "@/components/icons"; import {useIsMounted} from "@/hooks/use-is-mounted"; const bannerSuggestions = [ { title: "Getting Started", description: "Make beautiful, modern, and fast websites/applications regardless of your design experience.", icon: , href: "/docs/guide/installation", }, { title: "NextUI + Next.js", description: "NextUI is totally compatible with Next.js you just need to customize the _app.jsx entry file to load the provider.", icon: , href: "/docs/frameworks/nextjs", }, ]; export const InstallBanner = () => { const isMounted = useIsMounted(); return ( Let's make the Web Prettier Experience it firsthand and show us your creations! } href="/docs/guide/installation" radius="full" size="md" > Get Started } variant="bordered" > Github ); };
Experience it firsthand and show us your creations!