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" } ] }, 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: "#" } ]}