Components
Loading 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."
/>
)
}