About menu: Contact links to relevantmediaproperties.com/contact

This commit is contained in:
2026-06-29 18:35:45 +00:00
parent aa0d9540e8
commit 03134cdc69

View File

@@ -6,7 +6,7 @@ import Link from "next/link";
const ITEMS = [
{ label: "About us", href: "/about" },
{ label: "Editorial team", href: "/about/team" },
{ label: "Contact", href: "/about/contact" },
{ label: "Contact", href: "https://relevantmediaproperties.com/contact" },
{ label: "Advertise", href: "/about/advertise" },
];