From d832e624cc38df92c3f516c6bfcbaddb62bbbb91 Mon Sep 17 00:00:00 2001 From: ops-bot Date: Thu, 4 Jun 2026 14:11:19 +0000 Subject: [PATCH] contact+ads: route advertising mail to advertising@relevantmediaproperties.com Adverts/contact UI emails on /about/contact + /advertise now point at the central advertising alias (forwarded to ryan.salazar@). Media-kit hyperlink on /about/contact corrected to relevantmediaproperties.com/av-beat---media-kit. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/app/about/contact/page.tsx | 4 ++-- src/app/advertise/page.tsx | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/contact/page.tsx b/src/app/about/contact/page.tsx index 80b5b1c..d0bdce3 100644 --- a/src/app/about/contact/page.tsx +++ b/src/app/about/contact/page.tsx @@ -26,8 +26,8 @@ const CONTACTS = [ title: "Advertising", body: ( <> - advertising@avbeat.com — see the{" "} - media kit. + advertising@relevantmediaproperties.com — see the{" "} + media kit. ), hint: "728×90, 300×600, 300×250 inventory; CTR + impression reports monthly.", diff --git a/src/app/advertise/page.tsx b/src/app/advertise/page.tsx index 5ff92a7..53765e1 100644 --- a/src/app/advertise/page.tsx +++ b/src/app/advertise/page.tsx @@ -127,8 +127,8 @@ export default function AdvertisePage() {

Advertising Sales

Jeff Victor

- - jeff@avbeat.com + + advertising@relevantmediaproperties.com
@@ -163,7 +163,7 @@ export default function AdvertisePage() {

Message Sent!

Thanks for reaching out. Jeff will be in touch within one business day at{" "} - jeff@avbeat.com. + advertising@relevantmediaproperties.com.

) : ( @@ -247,7 +247,7 @@ export default function AdvertisePage() { {loading ? "Sending..." : "Send Inquiry"}

- Or email directly: jeff@avbeat.com + Or email directly: advertising@relevantmediaproperties.com

)}