From 42e0edfc8fadae531a44d02f40289960d83d6b3c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 16:31:26 +0000 Subject: [PATCH] Update src/app/rendering-farm-service/page.tsx --- src/app/rendering-farm-service/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/rendering-farm-service/page.tsx b/src/app/rendering-farm-service/page.tsx index 0373bd3..fbac62e 100644 --- a/src/app/rendering-farm-service/page.tsx +++ b/src/app/rendering-farm-service/page.tsx @@ -53,14 +53,14 @@ export default function EdPrintFarmServicePage() { buttonAnimation="slide-up" carouselPosition="right" leftCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp", imageAlt: "Circuit board design" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp", imageAlt: "3D printer in action" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp", imageAlt: "Abstract tech grid" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp?_wi=2", imageAlt: "Circuit board design" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-2.webp?_wi=2", imageAlt: "3D printer in action" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-4.webp?_wi=3", imageAlt: "Abstract tech grid" } ]} rightCarouselItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp", imageAlt: "Electronic components" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp", imageAlt: "Tech pattern" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp", imageAlt: "Data visualization" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-3.webp?_wi=2", imageAlt: "Electronic components" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-6.webp?_wi=2", imageAlt: "Tech pattern" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-9.webp?_wi=2", imageAlt: "Data visualization" } ]} carouselItemClassName="!aspect-[4/5]" /> @@ -78,7 +78,7 @@ export default function EdPrintFarmServicePage() { { id: "4", title: "Cost-Effective Solutions", content: "Reduce manufacturing costs and material waste without compromising on quality or performance." }, { id: "5", title: "Expert Support & Consultation", content: "Our team of specialists is here to assist you from design optimization to final production." } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp?_wi=2" imageAlt="3D printed circuit board" mediaAnimation="slide-up" useInvertedBackground={false}