Components
Loading preview...
AnimatedImpactCards is a modern and interactive React component that showcases key business metrics, testimonials, case studies, or growth statistics using smooth expandable card animations. Built with Framer Motion and Tailwind CSS, it provides an engaging way to highlight perfo
@anish-1144
npx shadcn@latest add https://21st.dev/r/anish-1144/impact-sectionimport ImpactSection from "@/components/ui/impact-section";
export default function DemoOne() {
return <ImpactSection />;
}