By {article?.author}
- {article?.date && (
- <>
- ·
-
- >
- )}
+ {/* Date intentionally hidden on Industry News cards per current design direction. */}
- {/* Row 2: Category chips */}
-
- Topics:
-
- {CATEGORIES.map((cat) => (
-
- ))}
-
- {hasActiveFilters && (
-
- )}
-
+ {/* Topics chip row hidden per current design direction (2026-06-03). */}
@@ -285,7 +259,7 @@ export default function NewsPage({
+ className="flex gap-4 py-5 border-b border-[#DCE6F2] group hover:bg-[#EFF6FF] transition-colors px-2 -mx-2 rounded-sm">
{article.category || "NEWS"}
-
+
{article.title || "Untitled"}
{article.excerpt || ""}
diff --git a/src/app/rss/route.ts b/src/app/rss/route.ts
index 1cfcb5f..fccd916 100644
--- a/src/app/rss/route.ts
+++ b/src/app/rss/route.ts
@@ -44,7 +44,7 @@ export async function GET() {
AV Beat
${SITE_URL}
- News & Intelligence for Pro AV, Live Production & Display Tech
+ Pro AV, Display and Live Production Techen-us${new Date().toUTCString()}
${items}
diff --git a/src/components/Header.tsx b/src/components/Header.tsx
index 2a31319..4c1d70d 100644
--- a/src/components/Header.tsx
+++ b/src/components/Header.tsx
@@ -257,7 +257,7 @@ export default function Header() {