// Next.js import Link from 'next/link' // Font Awesome import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'; const Contact = (props) => { const { icon, dest, caption } = props return (
{caption}