Add Wix microsite data: partners
cgen-8d3219e4e64549fd8d4ae8e9cf1f4bcf
This commit is contained in:
parent
d77ab3c53c
commit
5d2c734af7
1 changed files with 7 additions and 0 deletions
7
client/data/wix/partners.ts
Normal file
7
client/data/wix/partners.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export type Partner = { name: string; tier?: string | null; url?: string | null };
|
||||
|
||||
export const partners: Partner[] = [
|
||||
{ name: "Wix", tier: "Official Agency Partner", url: "https://www.wix.com/partners" },
|
||||
];
|
||||
|
||||
export default partners;
|
||||
Loading…
Reference in a new issue