import React from 'react'; import { SECTION_IDS, OUR_MISSION_CONTENT } from '../constants'; import { BookOpenIcon } from './icons'; // A fitting icon for a manifesto const MissionSectionItem: React.FC<{ title: string; children: React.ReactNode }> = ({ title, children }) => (
{children}
: children}{OUR_MISSION_CONTENT.preamble}
: OUR_MISSION_CONTENT.preamble }