legal: JTR Media Properties ownership; RMP media representation

This commit is contained in:
2026-07-16 16:31:37 +00:00
parent e9c761b9a2
commit 41beb4c55b
3 changed files with 5 additions and 7 deletions

View File

@@ -134,7 +134,7 @@ export default function AdvertisePage() {
<div className="border-t border-[#222] pt-4">
<p className="font-body text-[#1D4ED8] text-xs font-bold uppercase tracking-wider mb-1">Publication</p>
<p className="font-body text-[#777] text-sm">AV Beat</p>
<p className="font-body text-[#777] text-sm">Relevant Media Properties</p>
<p className="font-body text-[#777] leading-none" style={{ fontSize: "8px", opacity: 0.7 }}>Media representation by Relevant Media Properties</p>
</div>
<div className="border-t border-[#222] pt-4">
<p className="font-body text-[#1D4ED8] text-xs font-bold uppercase tracking-wider mb-2">What We Offer</p>

View File

@@ -18,7 +18,7 @@ export default function PrivacyPage() {
<div className="bg-[#111] border-b border-[#222] py-8">
<div className="max-w-container mx-auto px-4">
<h1 className="font-heading text-[#0F172A] text-3xl font-bold">Privacy Policy</h1>
<p className="text-[#475569] font-body text-sm mt-2">Last updated: April 2026 Relevant Media Properties, LLC</p>
<p className="text-[#475569] font-body text-sm mt-2">Last updated: April 2026 JTR Media Properties</p>
</div>
</div>
<main id="main-content" className="max-w-container mx-auto px-4 py-10">
@@ -26,7 +26,7 @@ export default function PrivacyPage() {
<section aria-labelledby="section-intro">
<p id="section-intro">
This Privacy Policy describes how <strong className="text-[#0F172A]">Relevant Media Properties, LLC</strong> ("we," "us," or "our"), publisher of AV Beat, Broadcast Beat, and BroadcastEngineering.com, collects, uses, and shares information about you when you use our websites and services. We are committed to protecting your privacy and complying with applicable data protection laws including GDPR and CCPA.
This website is owned by <strong className="text-[#0F172A]">JTR Media Properties</strong>. Advertising and media representation services are provided by Relevant Media Properties, LLC, an independent company. This Privacy Policy explains how information is collected, used, and protected when you visit this site.
</p>
</section>
@@ -125,7 +125,7 @@ export default function PrivacyPage() {
<h2 id="section-9" className="font-heading text-[#0F172A] text-xl font-bold mb-3">9. Contact Us</h2>
<p>For privacy-related questions, data requests, or to report a concern:</p>
<address className="not-italic mt-3 space-y-1 text-[#475569]">
<p><strong className="text-[#1e293b]">Relevant Media Properties, LLC</strong></p>
<p><strong className="text-[#1e293b]">JTR Media Properties</strong></p>
<p>Privacy Officer</p>
<p>Email: <a href="mailto:privacy@avbeat.com" className="text-[#1D4ED8] underline hover:text-blue-400 transition-colors">privacy@avbeat.com</a></p>
</address>

View File

@@ -137,9 +137,7 @@ export default function Footer() {
<div className="flex items-center gap-4 text-xs font-body text-[#475569]">
<Link href="/privacy" className="hover:text-[#1D4ED8] transition-colors">Privacy Policy</Link>
<Link href="/terms" className="hover:text-[#1D4ED8] transition-colors">Terms of Service</Link>
<span className="inline-flex items-center gap-2 flex-wrap">
© 2026 All Rights Reserved.
</span>
<span className="inline-flex flex-col items-end gap-0.5 text-right"><span className="text-xs">© 2026 JTR Media Properties. All Rights Reserved.</span><span className="text-[8px] opacity-70 leading-none">Media representation by Relevant Media Properties</span></span>
</div>
</div>