Components
Loading preview...
A visually striking React hero section featuring a gradient-text animation that cycles through vibrant colors, SVG line-drawing effects for geometric shapes, subtle background pattern movement , and a pulsing interactive CTA button
npx shadcn@latest add https://21st.dev/r/minhxthanh/dynamic-animated-hero-section-with-gradientimport HeroSection from "@/components/ui/dynamic-animated-hero-section-with-gradient";
const DemoOne = () => {
return (
<div className="w-full h-screen">
<HeroSection />
</div>
);
};
export { DemoOne };