diff --git a/src/app/api/newsletter/subscribers/route.ts b/src/app/api/newsletter/subscribers/route.ts index 35c8d58..a79576a 100644 --- a/src/app/api/newsletter/subscribers/route.ts +++ b/src/app/api/newsletter/subscribers/route.ts @@ -141,7 +141,7 @@ export async function POST(req: NextRequest) {

AV Beat

-

News & Intelligence for Pro AV, Live Production & Display Tech

+

Pro AV, Display and Live Production Tech

diff --git a/src/app/home-page/components/ArticleFeed.tsx b/src/app/home-page/components/ArticleFeed.tsx index b22a862..54bba22 100644 --- a/src/app/home-page/components/ArticleFeed.tsx +++ b/src/app/home-page/components/ArticleFeed.tsx @@ -624,7 +624,7 @@ export default function ArticleFeed() { )}
-

+

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 Tech en-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() {
{/* MAIN NAV */}
-