<!-- 最新文章 -->
<section class="max-w-7xl mx-auto px-4 py-12">
<div class="flex items-center justify-between mb-6">
<h2 class="text-2xl font-bold text-gray-800">
<span class="text-amber-500 mr-2">📚</span>最新文章
</h2>
<a href="/article/" class="text-amber-600 hover:text-amber-700 text-sm font-medium flex items-center gap-1">
查看全部
<svg class="w-4 h-4" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7" />
</svg>
</a>
</div>
<MasonryList :posts="recentPosts" />
</section>