const CheckIcon = () => ( ); const FullMemberDetails = () => { const prerequisites = [ "Candidate must be between 18 and 50 years of age, prior it his or her 51st birthday", "Have a valid NJ State Driver License", "Commit to Wednesday Night Training from 7pm-9pm", "Interviewed by Chief and or President", "Good moral character", "Apparent adequate physical strength and stamina", "Live or work in New Providence or within the area", "Physical Well Being Certificate Exam by a physician", "Complete background check including a fingerprint process with the New Providence Police Dept.", ]; return (

Full Member

The broad prerequisites for full membership are:

    {prerequisites.map((item, index) => (
  • {item}
  • ))}
APPLY NOW
18 years old to apply
); }; export default FullMemberDetails;