Use real article authors (remove Staff Reporter): removed mock staticArticles + changed fallback to Broadcast Beat

This commit is contained in:
migration-tooling
2026-05-16 00:54:53 +00:00
parent 3722a34fab
commit 4c0ba55743
8 changed files with 12 additions and 194 deletions

View File

@@ -275,7 +275,7 @@ export default function NewsPage({ articles }: { articles: Article[] }) {
</h2>
<p className="text-[#777] font-body text-sm leading-relaxed line-clamp-2">{article.excerpt || ""}</p>
<div className="flex items-center gap-2 mt-2">
<span className="text-[#555] font-body text-xs">By {article.author || "Staff Reporter"}</span>
<span className="text-[#555] font-body text-xs">By {article.author || "Broadcast Beat"}</span>
<span className="text-[#444] text-[10px]">·</span>
<span className="text-[#555] font-body text-xs">{article.readTime || ""}</span>
</div>