Components
Loading preview...
Component showcasing interactive AI demonstrations for NLP, Predictive Analytics, and Computer Vision with animated selection, code examples, and live results in light/dark mode.
npx shadcn@latest add https://21st.dev/r/minhxthanh/section-componentimport IntelligenceSection from "@/components/ui/section-component";
const DemoOne = () => {
return (
<div className="w-full h-min-screen items-center">
<IntelligenceSection/>
</div>
);
};
export { DemoOne };