Components
A hero section component with interactive bold, animated gradient text and a call to action button with hover animation. All is pure css no external libraries
Loading preview...
import { Component } from "@/components/ui/interactive-hero-section";
const DemoOne = () => {
return <Component />;
};
export { DemoOne };