Components
Loading preview...
Form Builder Hero A responsive and animated hero section designed to capture user attention with a clean layout, a prominent call-to-action, and subtle animations.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/hero-section-8import { FormBuilderHero } from "@/components/ui/hero-section-8"; // Adjust the import path
export default function HeroDemo() {
return (
<FormBuilderHero
illustrationSrc="https://tally.so/images/demo/v2/roll-up-sleeves.png"
illustrationAlt="A creative sketch of a person using a computer"
title="Build stunning forms for free"
description="It's as simple as one-two-three, and guess what? You don't even need an account to try it out!"
buttonText="Create a free form"
buttonHref="#"
/>
);
}