From 5657edfaa2cc259b542c324fb35c8c19fbdfe989 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 12:16:05 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index daea0af..c886585 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -39,10 +39,11 @@ export default function ContactPage() { description="We're here to help you turn your digital vision into reality. Reach out today!" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/uploaded-1777205706031-qjr1lakf.png" mediaPosition="right" + background={{ variant: "plain" }} + useInvertedBackground={false} /> Date: Sun, 26 Apr 2026 12:16:05 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 6270bf4..4aa90de 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -53,6 +53,7 @@ export default function ServicesPage() { showStepNumbers={false} title="Service Offerings" description="Innovative tools and expert support for digital transformation." + useInvertedBackground={false} features={[ { title: "Web Strategy", description: "High-level planning and roadmapping.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/mobile-app-ui-showing-modern-dashboard-i-1777201034092-02e81a9a.png?_wi=1" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/professional-analytics-view-on-a-mobile--1777201041718-c27fe461.png?_wi=1" } }, { title: "Custom Development", description: "Scalable software engineered for performance.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/mobile-app-ui-showing-modern-dashboard-i-1777201095600-5de2edf3.png?_wi=1" }, phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ca8jhPNunWlpMXcKOcjb3eD3xc/professional-analytics-view-on-a-mobile--1777201103456-4ace4124.png?_wi=1" } }, @@ -66,6 +67,7 @@ export default function ServicesPage() { title="How We Work" description="Our proven methodology to deliver results." textboxLayout="default" + animationType="slide-up" items={[ { trigger: "Discovery", content: "Analyzing requirements and goals." }, { trigger: "Planning", content: "Architecting the ideal solution." }, @@ -77,7 +79,6 @@ export default function ServicesPage() {