import React from 'react'; import { X } from 'lucide-react'; const CookieConsent = ({ onClose }) => { const handleAccept = () => { onClose(); }; const handleDeny = () => { onClose(); }; return (
We and selected third parties use cookies (or similar technologies) for technical purposes, to enhance and analyze site usage, to support our marketing efforts, and for other purposes described below.
By clicking "Accept all", you agree to the storing of cookies on your device for these purposes.