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" /> 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" />