--- import { IconClock, IconStar, IconArrowRight } from '@tabler/icons-react'; import { fetchAllPosts } from '../utils/data/posts.js'; import { md } from '@utils/helpers.js'; const posts = await fetchAllPosts(); ---

Recent posts

{posts.slice(0, 5).map(post => (
{post.featured && }

{post.title}

))} View all posts