Blog 01 is a blog post grid section that displays article cards with a cover image, category badge, title, excerpt, and author avatar with name and date. Built with shadcn/ui Card, Badge, and Avatar components, it uses a three-column responsive grid that collapses to one column on mobile. The post data is passed as an array of objects — connect it to any CMS, MDX file system, or Supabase query to render real posts.
Display three posts maximum in this layout for clean grid alignment on desktop. For a full paginated blog index, build a dedicated blog listing page rather than using this block with more items.