From 6393fdf2ed4f71f16b33d89e3c1cfde6e3efe991 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 09:11:11 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 60d80a0..0dbdf78 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?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png" imageAlt="AI dashboard showing early signal detection" mediaAnimation="opacity" /> @@ -85,6 +85,8 @@ export default function LandingPage() { Date: Thu, 26 Mar 2026 09:11:12 +0000 Subject: [PATCH 2/2] Update src/app/product/page.tsx --- src/app/product/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/product/page.tsx b/src/app/product/page.tsx index 65acdfc..6fc3915 100644 --- a/src/app/product/page.tsx +++ b/src/app/product/page.tsx @@ -65,9 +65,9 @@ export default function LandingPage() { imageAlt: "Abstract visualization of global data points", }, items: [ - "Real-time indexing", - "Multi-source synthesis", - "Customizable feeds", + { text: "Real-time indexing" }, + { text: "Multi-source synthesis" }, + { text: "Customizable feeds" }, ], reverse: false, }, @@ -76,13 +76,13 @@ 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?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BTbeD3pmjUziJKyqgGDCM4Mzn5/a-futuristic-sleek-ai-dashboard-displayi-1774516180330-c58b7e25.png", imageAlt: "A futuristic, sleek AI dashboard", }, items: [ - "Predictive analytics", - "Anomaly detection", - "Sentiment analysis", + { text: "Predictive analytics" }, + { text: "Anomaly detection" }, + { text: "Sentiment analysis" }, ], reverse: true, }, @@ -95,7 +95,7 @@ export default function LandingPage() { imageAlt: "A researcher analyzing complex data", }, items: [ - "Interactive dashboards", + { text: "Interactive dashboards" }, ], }, ]} -- 2.49.1