diff --git a/src/data/partners.ts b/src/data/partners.ts index 963202bfa..5eb778df2 100644 --- a/src/data/partners.ts +++ b/src/data/partners.ts @@ -7,6 +7,11 @@ export type PartnersDataType = { }[]; export const partnersData: PartnersDataType = [ + { + name: "33 Across", + logo: "33Across_logo.png", + type: ["Data"], + }, { name: "3+", logo: "CH3-logo.png", @@ -24,7 +29,7 @@ export const partnersData: PartnersDataType = [ }, { name: "Acxiom", - logo: "Acxiom-2022-Logo-NAVY-and-TEAL.jpg", + logo: "acxion-logo.png", type: ["Data"], featured: true, order: 1, @@ -400,6 +405,11 @@ export const partnersData: PartnersDataType = [ logo: "PartnerLogo_iCook_256x256.png", type: ["Publishers", "Data"], }, + { + name: "iHeart", + logo: "iheart-media-logo.png", + type: ["Publishers"], + }, { name: "Index Exchange", logo: "Index_Exchange_Logo_2021.png", @@ -588,7 +598,7 @@ export const partnersData: PartnersDataType = [ { name: "Networld", logo: "networld.png", - type: ["Data"], + type: ["Publishers"], }, { name: "Neustar", @@ -697,6 +707,11 @@ export const partnersData: PartnersDataType = [ logo: "PartnerLogo_iQiyi_256x256.png", type: ["Publishers"], }, + { + name: "Ranker", + logo: "Ranker-logo.png", + type: ["Publishers"], + }, { name: "Raptive", logo: "Raptive_2023.svg", diff --git a/static/img/partners/33Across_logo.png b/static/img/partners/33Across_logo.png new file mode 100644 index 000000000..ef28366e0 Binary files /dev/null and b/static/img/partners/33Across_logo.png differ diff --git a/static/img/partners/Acxiom-2022-Logo-NAVY-and-TEAL.jpg b/static/img/partners/Acxiom-2022-Logo-NAVY-and-TEAL.jpg deleted file mode 100644 index 250cdfb12..000000000 Binary files a/static/img/partners/Acxiom-2022-Logo-NAVY-and-TEAL.jpg and /dev/null differ diff --git a/static/img/partners/Ranker-logo.png b/static/img/partners/Ranker-logo.png new file mode 100644 index 000000000..2db2cef65 Binary files /dev/null and b/static/img/partners/Ranker-logo.png differ diff --git a/static/img/partners/acxion-logo.png b/static/img/partners/acxion-logo.png new file mode 100644 index 000000000..18c05a4d6 Binary files /dev/null and b/static/img/partners/acxion-logo.png differ diff --git a/static/img/partners/iheart-media-logo.png b/static/img/partners/iheart-media-logo.png new file mode 100644 index 000000000..c622c3cb2 Binary files /dev/null and b/static/img/partners/iheart-media-logo.png differ