Components
Loading preview...
Here is Call to Action component
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/call-to-actionimport StatsSection from "@/components/ui/call-to-action";
export default function DemoOne() {
return <StatsSection />;
}