const CheckIcon = () => ( ); const ApparatusCar1 = () => { const prerequisites = [ "16-18 years old; enrolled in high school and be at least a rising junior", "Must be in good physical condition", "Must have permission from a parent or guardian", "Must be in good standing in school, community and have no problems with the law", ]; return (
16 years old to apply

Car 1

The mission of our Junior program is to offer our high-school students an opportunity to serve in their community. Not required, but our goal is to have Juniors become Full Members after high school graduation.

The Prerequisites are similar to Full Members, with the following differences:

    {prerequisites.map((item, index) => (
  • {item}
  • ))}
); }; export default ApparatusCar1;