import NextLink from "next/link"; import { Link } from "@nextui-org/link"; import { Snippet } from "@nextui-org/snippet"; import { Code } from "@nextui-org/code" import { button as buttonStyles } from "@nextui-org/theme"; import { siteConfig } from "@/config/site"; import { title, subtitle } from "@/components/primitives"; import { GithubIcon } from "@/components/icons"; export default function Home() { return (

Make 

beautiful 


websites regardless of your design experience.

Beautiful, fast and modern React UI library.

Documentation GitHub
Get started by editing app/page.tsx
); }