From 8f2070d8059838d0112365b9c802bcd919316f49 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 12:27:19 +0000 Subject: [PATCH 1/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 e75d07c..ddabea6 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -51,7 +51,7 @@ export default function ServicesPage() { { title: "Web Development", description: "Building robust, scalable, and high-performance websites tailored to your specific needs.", icon: Code, mediaItems: [ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "Web development coding" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp?_wi=1", imageAlt: "Web development coding" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Web development project" } ] }, -- 2.49.1 From 5390f97fddeb18e21acdb97622bd716015cb6a8b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 12:27:20 +0000 Subject: [PATCH 2/2] Update src/app/work/page.tsx --- src/app/work/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/work/page.tsx b/src/app/work/page.tsx index 6275d14..aab26d3 100644 --- a/src/app/work/page.tsx +++ b/src/app/work/page.tsx @@ -64,7 +64,7 @@ export default function WorkPage() { buttonHref: "#" }, { - title: "AgentFlow AI", description: "AI-powered platform for automated business workflows and data analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "AgentFlow AI platform", buttonIcon: ArrowUpRight, + title: "AgentFlow AI", description: "AI-powered platform for automated business workflows and data analysis.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp?_wi=2", imageAlt: "AgentFlow AI platform", buttonIcon: ArrowUpRight, buttonHref: "#" } ]} -- 2.49.1