Contact
Pitches, press, partnerships — pick the right desk and we'll get back fast.
-
{CONTACTS.map((c) => (
-
{c.title}{c.body}{c.hint}
))}
import Header from "@/components/Header"; import Footer from "@/components/Footer"; import SidebarAdStack from "@/components/SidebarAdStack"; export const metadata = { title: "Contact — AV Beat" }; const CONTACTS = [ { title: "Editorial", body: ( editor@avbeat.com ), hint: "Story tips, corrections, interview requests.", }, { title: "Press releases", body: ( <> Route PR-firm submissions through{" "} distribution.relevantmediaproperties.com. > ), hint: "Routed submissions land in our editorial queue with provenance.", }, { title: "Advertising", body: ( <> advertising@relevantmediaproperties.com — see the{" "} media kit. > ), hint: "728×90, 300×600, 300×250 inventory; CTR + impression reports monthly.", }, { title: "Publisher", body: ( <> Ryan Salazar ·{" "} ryan.salazar@relevantmediaproperties.com > ), hint: "Partnerships, M&A, syndication, network membership.", }, ]; export default function ContactPage() { return (
Pitches, press, partnerships — pick the right desk and we'll get back fast.