From b1bb446c10f411e388123f26ea1b231494ff5cf5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:09:57 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 800a9b9..0cf99e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="uniform-4-items" + gridVariant="uniform-all-items-equal" features={[ { id: "1", title: "Solution Architecture", description: "Designing modular, scalable registry architectures that evolve with regulatory and business needs. Expert in legacy modernization and cloud-native transformation.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQUU5Qzz48bYOyAvEw1EpgEpY2/system-architecture-diagram-visualizatio-1772524674975-394e4aca.png", imageAlt: "Solution architecture design"}, -- 2.49.1 From 9bfb1644a3fd2958f637c0738f59f37fa3dd89d8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:09:58 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5da96fe..7a488dd 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -79,7 +79,7 @@ export default function ServicesPage() { textboxLayout="default" useInvertedBackground={false} animationType="slide-up" - gridVariant="uniform-4-items" + gridVariant="uniform-all-items-equal" ariaLabel="Service delivery details" /> -- 2.49.1