From 049d7f7f0e857eccaf7efd418b5492493137978b Mon Sep 17 00:00:00 2001 From: Arkadiusz Lachowicz Date: Tue, 12 May 2026 16:46:17 +0200 Subject: [PATCH 1/4] Fix partner links and labels --- app/components/Partners.tsx | 4 ++-- app/components/ProjectsSection.tsx | 4 ++-- app/components/TestimonialsSection.tsx | 2 +- app/services/page.tsx | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/app/components/Partners.tsx b/app/components/Partners.tsx index 7557c34..b0d78f0 100644 --- a/app/components/Partners.tsx +++ b/app/components/Partners.tsx @@ -12,8 +12,8 @@ export type Partner = { const partners: Partner[] = [ { name: "Applications in CADD", initials: "AC", logo: "/partners/appscadd.png", url: "https://appsincadd.co.uk/" }, { name: "Synera", initials: "SY", logo: "/partners/synera.png", url: "https://www.synera.io/", logoTone: "invert" }, - { name: "Ditt", initials: "DT", logo: "/partners/ditt.png", url: "https://www.ditt.nl/" }, - { name: "Imverse", initials: "IM", logo: "/partners/imverse.png", url: "https://www.imverse.ch/" }, + { name: "Ditt Officemakers", initials: "DT", logo: "/partners/ditt.png", url: "https://www.ditt.nl/" }, + { name: "Imverse", initials: "IM", logo: "/partners/imverse.png", url: "https://www.imverse.com/" }, { name: "Wild Software Inc", initials: "WI", logo: "/partners/wild.jpg", url: "https://factionsvr.com/" }, { name: "RELEX Solutions", initials: "RX", logo: null, url: "https://relexsolutions.com/" }, ]; diff --git a/app/components/ProjectsSection.tsx b/app/components/ProjectsSection.tsx index 5e396fa..9b981da 100644 --- a/app/components/ProjectsSection.tsx +++ b/app/components/ProjectsSection.tsx @@ -25,7 +25,7 @@ type Project = { const projects: Project[] = [ { slug: "ditt", - company: "Ditt", + company: "Ditt Officemakers", url: "https://www.ditt.nl/", title: "Interactive GPU Path Tracer", summary: "Real-time and offline rendering work for interior design workflows using OpenCL, OptiX, Mitsuba and Vulkan.", @@ -87,7 +87,7 @@ const projects: Project[] = [ { slug: "imverse", company: "Imverse", - url: "https://www.imverse.ch/", + url: "https://www.imverse.com/", title: "GPGPU Computer Vision", summary: "Computer vision acceleration work for real-time volumetric capture and RGB+D processing.", bullets: [ diff --git a/app/components/TestimonialsSection.tsx b/app/components/TestimonialsSection.tsx index f1cebcc..9a63ea3 100644 --- a/app/components/TestimonialsSection.tsx +++ b/app/components/TestimonialsSection.tsx @@ -22,7 +22,7 @@ const testimonials: Testimonial[] = [ }, { name: "Yoran Bosman", - role: "Senior Software Architect", + role: "Partner & Software Architect", profilePicture: "/testimonials/yoran.jpg", companyIcon: "/partners/ditt.png", testimonial: diff --git a/app/services/page.tsx b/app/services/page.tsx index 5340835..72cf809 100644 --- a/app/services/page.tsx +++ b/app/services/page.tsx @@ -118,7 +118,7 @@ export default function Page() {