Skip to content

Commit 1bdb23f

Browse files
committed
feat: ✨ add Q1 2025 partners
1 parent 18c5439 commit 1bdb23f

File tree

6 files changed

+17
-2
lines changed

6 files changed

+17
-2
lines changed

src/data/partners.ts

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ export type PartnersDataType = {
77
}[];
88

99
export const partnersData: PartnersDataType = [
10+
{
11+
name: "33 Across",
12+
logo: "33Across_logo.png",
13+
type: ["Data"],
14+
},
1015
{
1116
name: "3+",
1217
logo: "CH3-logo.png",
@@ -24,7 +29,7 @@ export const partnersData: PartnersDataType = [
2429
},
2530
{
2631
name: "Acxiom",
27-
logo: "Acxiom-2022-Logo-NAVY-and-TEAL.jpg",
32+
logo: "acxion-logo.png",
2833
type: ["Data"],
2934
featured: true,
3035
order: 1,
@@ -400,6 +405,11 @@ export const partnersData: PartnersDataType = [
400405
logo: "PartnerLogo_iCook_256x256.png",
401406
type: ["Publishers", "Data"],
402407
},
408+
{
409+
name: "iHeart",
410+
logo: "iheart-media-logo.png",
411+
type: ["Publishers"],
412+
},
403413
{
404414
name: "Index Exchange",
405415
logo: "Index_Exchange_Logo_2021.png",
@@ -588,7 +598,7 @@ export const partnersData: PartnersDataType = [
588598
{
589599
name: "Networld",
590600
logo: "networld.png",
591-
type: ["Data"],
601+
type: ["Publishers"],
592602
},
593603
{
594604
name: "Neustar",
@@ -697,6 +707,11 @@ export const partnersData: PartnersDataType = [
697707
logo: "PartnerLogo_iQiyi_256x256.png",
698708
type: ["Publishers"],
699709
},
710+
{
711+
name: "Ranker",
712+
logo: "Ranker-logo.png",
713+
type: ["Publishers"],
714+
},
700715
{
701716
name: "Raptive",
702717
logo: "Raptive_2023.svg",
22.3 KB
Loading
-32.6 KB
Binary file not shown.
31.7 KB
Loading
8.44 KB
Loading
43.4 KB
Loading

0 commit comments

Comments
 (0)