From 5f218e31dd2320a87e3d02a98e21029eb02d8421 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 17:03:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c94b7e5..d404a8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { { value: "10M+", title: "Tasks Automated Daily" }, { value: "99.99%", title: "Uptime Guarantee" } ]} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/a-sophisticated-ai-agent-dashboard-inter-1773248465442-d93b734e.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/a-sophisticated-ai-agent-dashboard-inter-1773248465442-d93b734e.png?_wi=1" imageAlt="PowerAI dashboard interface" useInvertedBackground={true} mediaAnimation="slide-up" @@ -91,7 +91,7 @@ export default function LandingPage() { features={[ { id: 1, - title: "Intelligent Automation", description: "Deploy autonomous agents that learn from patterns and continuously optimize processes without human intervention.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/an-illustration-depicting-automated-work-1773248466149-8eee7127.png", imageAlt: "Automated workflow automation process" + title: "Intelligent Automation", description: "Deploy autonomous agents that learn from patterns and continuously optimize processes without human intervention.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/an-illustration-depicting-automated-work-1773248466149-8eee7127.png?_wi=1", imageAlt: "Automated workflow automation process" }, { id: 2, @@ -116,10 +116,10 @@ export default function LandingPage() { animationType="scale-rotate" metrics={[ { - id: "1", value: "85%", title: "Cost Reduction", description: "Average reduction in operational costs within first year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/a-sophisticated-ai-agent-dashboard-inter-1773248465442-d93b734e.png", imageAlt: "Cost optimization dashboard" + id: "1", value: "85%", title: "Cost Reduction", description: "Average reduction in operational costs within first year", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/a-sophisticated-ai-agent-dashboard-inter-1773248465442-d93b734e.png?_wi=2", imageAlt: "Cost optimization dashboard" }, { - id: "2", value: "3.5x", title: "Productivity Gain", description: "Increase in team productivity through intelligent automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/an-illustration-depicting-automated-work-1773248466149-8eee7127.png", imageAlt: "Productivity metrics visualization" + id: "2", value: "3.5x", title: "Productivity Gain", description: "Increase in team productivity through intelligent automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AoA8lBSZoj1UzcvKmn18oxQTPh/an-illustration-depicting-automated-work-1773248466149-8eee7127.png?_wi=2", imageAlt: "Productivity metrics visualization" } ]} /> -- 2.49.1