import React from 'react'; import Hero from '../components/Hero'; import useMission from '../hooks/useMission'; import '../css/mission.css'; import BlueButtonLink from '../components/BlueButtonLink'; import Centered from '../components/Centered'; import ParagraphWithHeader from '../components/ParagraphWithHeader'; function MissionQuote({ text, author }) { return (