import React from 'react'; import { Mail } from 'lucide-react'; const CallToAction: React.FC = () => { return (
{/* Subtle patterned overlay */}

Ready to boost your focus?

Join thousands of students and lifelong learners mastering new topics every day with Nemia.

No credit card required.

); }; export default CallToAction;