import Link from 'next/link' import styles from './index.module.scss' export default function LatestPosts({ posts }) { return (