import Footer from "@/app/components/Footer"; import { pressArticles } from "@/app/data/mock"; export const metadata = { title: "媒体报道 | 游牧中国", description: "查看媒体对游牧中国的报道,了解数字游民社区的发展。", }; export default function PressPage() { return ( <>

媒体报道

了解媒体对游牧中国的报道和数字游民社区的发展

{pressArticles.map((article) => (
{article.logo ? ( {article.outlet} ) : ( 📰 )}
{article.outlet} · {article.date}

{article.title}

{article.excerpt}

))}