From 978c31dbcf3dba2b9c548a614e13f219efc440c3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:10:42 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bd57873..60d80a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { }, ]} layoutOrder="default" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png?_wi=1" imageAlt="AI dashboard showing early signal detection" mediaAnimation="opacity" /> @@ -143,7 +143,7 @@ export default function LandingPage() { id: "platform", name: "The Platform", price: "Custom", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png?_wi=1", imageAlt: "AI intelligence dashboard", priceButtonProps: { text: "Explore Platform", @@ -154,7 +154,7 @@ export default function LandingPage() { id: "api", name: "API Programmatic Intelligence", price: "Custom", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-split-image-showing-a-dynamic-interact-1774516180813-77e552da.png?_wi=2", imageAlt: "Abstract code for API integration", priceButtonProps: { text: "API & MCP Access", -- 2.49.1 From 3bce98672de664e0b7951169c3bc11ad82a06c8f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:10:42 +0000 Subject: [PATCH 2/2] Update src/app/product/page.tsx --- src/app/product/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/product/page.tsx b/src/app/product/page.tsx index 0429a97..65acdfc 100644 --- a/src/app/product/page.tsx +++ b/src/app/product/page.tsx @@ -76,7 +76,7 @@ export default function LandingPage() { title: "Pattern Recognition Engine", description: "Identify emerging trends and risks before they hit the headlines.", media: { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png?_wi=2", imageAlt: "A futuristic, sleek AI dashboard", }, items: [ -- 2.49.1