Components
Loading preview...
Here is Bot Detection component
npx shadcn@latest add https://21st.dev/r/amanshakya1808/bot-detectionimport BotDetection from '@/components/ui/bot-detection';
export default function BotDetectionExample() {
return (
<BotDetection
cardTitle="Bot Detection"
cardDescription="Experience fewer fraudulent sign-ups with our sophisticated, AI-driven bot detection that constantly adapts, ensuring high accuracy and efficient platform protection."
/>
)
}