Components
Loading preview...
A nicely landing with shapes and color.
@kokonutd
npx shadcn@latest add https://21st.dev/r/kokonutd/shape-landing-heroimport { HeroGeometric } from "@/components/ui/shape-landing-hero"
function DemoHeroGeometric() {
return <HeroGeometric badge="Kokonut UI"
title1 = "Elevate Your"
title2 = "Digital Vision" />
}
export { DemoHeroGeometric }