import Link from "next/link"; import PostPreviewCondensed from "./post-preview-condensed"; export default function Blog({ posts }) { return (

Latest Blog Posts

Butter also has a built in blog engine which makes it dead simple to launch a new company blog.

View All Blog Posts

{posts.map((post) => ( ))}
); }