From d9658e8be03b6b101eb55a4b580970f5f2ddb738 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:09:38 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17d4e04..11e2c77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -149,10 +149,10 @@ export default function HomePage() { { id: "enterprise-solutions", title: "Enterprise Solutions", description: "Large-scale system integration, data management, and infrastructure solutions designed for mission-critical applications and enterprise reliability requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/enterprise-software-solutions-architectu-1772527673363-117f00ea.png", imageAlt: "Enterprise solutions architecture"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-4" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="noInvert" buttons={[{ text: "Explore Services", href: "services" }]} buttonAnimation="blur-reveal" /> -- 2.49.1 From 52c91d22426df08b88d01e34bbb88478e6a1078f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:09:38 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7663b21..8b35e78 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -90,10 +90,10 @@ export default function ServicesPage() { { id: "enterprise-solutions", title: "Enterprise Solutions", description: "Large-scale system integration, data management, and infrastructure solutions designed for mission-critical applications and enterprise reliability requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQb17qiKzCXGaCapUtYG9WElAv/enterprise-software-solutions-architectu-1772527673363-117f00ea.png", imageAlt: "Enterprise solutions architecture"}, ]} - gridVariant="uniform-4-items" + gridVariant="uniform-4" animationType="slide-up" textboxLayout="default" - useInvertedBackground={false} + useInvertedBackground="noInvert" buttons={[{ text: "Explore Services", href: "services" }]} buttonAnimation="blur-reveal" /> -- 2.49.1