Skip to content

Commit

Permalink
Update partners on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ani-kalpachka committed Mar 16, 2024
1 parent 7476ea6 commit 0fdf118
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
10 changes: 7 additions & 3 deletions src/common/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ export const socialUrls = {
}

export const partnerUrls = {
superHosting: 'https://www.superhosting.bg/',
kotaOne: 'https://kota.one/',
darik: 'https://dariknews.bg/',
mediaPartners: ['https://dariknews.bg/', 'https://tv1.bg/', 'https://ideacomm.bg'],
techPartners: [
'https://softuni.bg/',
Expand All @@ -52,6 +49,13 @@ export const partnerUrls = {
],
marketingPartners: ['https://crossroadsbulgaria.com/'],
videoPartners: ['https://kota.one/', 'https://estproduction.com/'],
superHosting: 'https://www.superhosting.bg/',
kotaOne: 'https://kota.one/',
darik: 'https://dariknews.bg/',
estProduction: 'https://estproduction.com/',
tv1: 'https://tv1.bg/',
ideaComm: 'https://ideacomm.bg',
irisSolutions: 'https://www.irisbgsf.com/',
puls: 'https://pulsfoundation.org/bg/',
yanika: 'https://www.yanikabg.com/',
parakids: 'https://parakids.org/',
Expand Down
22 changes: 21 additions & 1 deletion src/components/admin/partners/helpers/partnersData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export const allPartners = [
image: '/img/partners/kotaOne.svg',
website: partnerUrls.kotaOne,
},
{
{
name: 'darik',
image: '/img/partners/darik.svg',
website: partnerUrls.darik,
Expand All @@ -117,4 +117,24 @@ export const allPartners = [
image: '/img/partners/crossRoads.svg',
website: partnerUrls.crossroadsBulgaria,
},
{
name: 'crossroadsBulgaria',
image: '/img/partners/estProduction.svg',
website: partnerUrls.estProduction,
},
{
name: 'tv1',
image: '/img/partners/tv1.svg',
website: partnerUrls.tv1,
},
{
name: 'ideaComm',
image: '/img/partners/ideaComm.svg',
website: partnerUrls.ideaComm,
},
{
name: 'irisSolutions',
image: '/img/partners/irisSolutions.svg',
website: partnerUrls.irisSolutions,
},
]

0 comments on commit 0fdf118

Please sign in to comment.