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.
import { FormBuilderHero } from "@/components/ui/hero-section-8"; // Adjust the import pathexport 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="#" /> );}