legal(av): BB-matching JTR ownership footer block; RMP sales/rep only
This commit is contained in:
@@ -137,10 +137,35 @@ export default function Footer() {
|
|||||||
<div className="flex items-center gap-4 text-xs font-body text-[#475569]">
|
<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="/privacy" className="hover:text-[#1D4ED8] transition-colors">Privacy Policy</Link>
|
||||||
<Link href="/terms" className="hover:text-[#1D4ED8] transition-colors">Terms of Service</Link>
|
<Link href="/terms" className="hover:text-[#1D4ED8] transition-colors">Terms of Service</Link>
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
{/* Ownership: same as Broadcast Beat — JTR owns; RMP advertising sales & media representation */}
|
||||||
|
<div className="border-t border-[#222] bg-[#0d0d0d] -mx-4 px-4 pt-6 pb-6 flex flex-col items-center justify-center gap-2 text-center">
|
||||||
|
<img
|
||||||
|
src="https://justtworoommates.com/assets/images/jtr-media-properties-logo-transparent.png"
|
||||||
|
alt="JTR Media Properties"
|
||||||
|
width={220}
|
||||||
|
height={48}
|
||||||
|
className="h-10 w-auto max-w-[240px] object-contain"
|
||||||
|
loading="lazy"
|
||||||
|
decoding="async"
|
||||||
|
/>
|
||||||
|
<p className="font-body text-[#888] m-0 leading-snug" style={{ fontSize: "10px", opacity: 0.85 }}>
|
||||||
|
Advertising sales & media representation by{" "}
|
||||||
|
<a
|
||||||
|
href="https://www.relevantmediaproperties.com/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
className="hover:text-[#3b82f6] transition-colors underline-offset-2 hover:underline">
|
||||||
|
Relevant Media Properties
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
<p className="text-xs font-body text-[#b0b0b0] m-0 mt-1">
|
||||||
|
© 2026 JTR Media Properties. All Rights Reserved.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</footer>);
|
</footer>);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user