diff --git a/src/components/AboutDropdown.tsx b/src/components/AboutDropdown.tsx index 67db36f..21c63c5 100644 --- a/src/components/AboutDropdown.tsx +++ b/src/components/AboutDropdown.tsx @@ -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" }, ];