diff --git a/src/app/page.tsx b/src/app/page.tsx index a26a3f9..bce5f5a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,7 +138,7 @@ export default function HomePage() { id: 4, title: "Production Deployment", description: "Live your system instantly. No staging delays. No deployment friction. Your conversion infrastructure is ready now, not next quarter.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png?_wi=1", imageAlt: "Production interface", }, ]} diff --git a/src/app/reserve/page.tsx b/src/app/reserve/page.tsx index eda198d..4566c23 100644 --- a/src/app/reserve/page.tsx +++ b/src/app/reserve/page.tsx @@ -93,7 +93,7 @@ export default function ReservePage() { required: true, }} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AOpNvI07PeAx2CmzKB0JdSgJPU/production-ready-reservation-management--1772473499452-bf3bf938.png?_wi=2" imageAlt="Emergent platform interface" mediaAnimation="blur-reveal" mediaPosition="right"