import { Box, Flex, Image, Text } from 'theme-ui' export default function Quote({ text, person, age, location, img }) { return ( "{text}" {`${person}'s {person}, {age} from {location} ) }