From 473adcb6e7c51c291f7deeab56d119afab238fac Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:54:05 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 76de224..af9a41d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,7 +157,7 @@ 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="grid-4-flexible" + gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -195,6 +195,36 @@ export default function HomePage() { /> + {/* Team Section */} +
+ +
+ {/* FAQ Section */}
Date: Tue, 3 Mar 2026 08:54:06 +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 08847d1..634b653 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -91,7 +91,7 @@ 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. We build enterprise-grade systems with 99.99% uptime requirements, handling millions of transactions securely and reliably.", 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="grid-4-flexible" + gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" useInvertedBackground={false} -- 2.49.1