diff --git a/config/pages/home/use-section-two.ts b/config/pages/home/use-section-two.ts index 988cf11..5d27d71 100644 --- a/config/pages/home/use-section-two.ts +++ b/config/pages/home/use-section-two.ts @@ -22,6 +22,11 @@ export function useSectionTwo() { href: 'https://soomeenhahm.com/portfolio-category/projects/', title: 'SoomeenHahm Design', }, + { + img: '/imgs/Partners/500/archipocket.png', + href: 'https://www.archipocket.com/', + title: 'ArchiPocket', + }, { img: '/imgs/Partners/500/BrainUp.png', href: 'https://www.naolubrain.com/', @@ -109,6 +114,16 @@ export function useSectionTwo() { href: 'https://www.unrealengine.com/', title: 'UnrealEngine', }, + { + img: '/imgs/Partners/500/touchdesigner.png', + href: 'https://derivative.ca/', + title: 'TouchDesigner', + }, + { + img: '/imgs/Partners/500/disguise.png', + href: 'https://www.disguise.one/en/', + title: 'Disguise', + }, { img: '/imgs/Partners/500/Hololens.png', href: 'https://www.microsoft.com/', diff --git a/public/imgs/Partners/500/archipocket.png b/public/imgs/Partners/500/archipocket.png new file mode 100644 index 0000000..d330ae7 Binary files /dev/null and b/public/imgs/Partners/500/archipocket.png differ diff --git a/public/imgs/Partners/500/disguise.png b/public/imgs/Partners/500/disguise.png new file mode 100644 index 0000000..d97df62 Binary files /dev/null and b/public/imgs/Partners/500/disguise.png differ diff --git a/public/imgs/Partners/500/touchdesigner.png b/public/imgs/Partners/500/touchdesigner.png new file mode 100644 index 0000000..75722e9 Binary files /dev/null and b/public/imgs/Partners/500/touchdesigner.png differ