Components
npx shadcn@latest add https://21st.dev/r/amanshakya1808/bot-detectionLoading preview...
import 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."
/>
)
}