import Link from "next/link"; import date from "../lib/date"; import style from '../styles/recent-posts.module.css'; import PostsInfo from '../public/posts.json'; function RecentPosts() { const posts = Object.entries(PostsInfo); if (!posts.length) return <>>; return (