From fce88f6f7f37275c29b0cce1e9cfb73b1e3dc1df Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:39:26 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d58f68f..708af3a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -49,7 +49,7 @@ export default function ContactPage() { { value: "50+", title: "Enterprise Customers" }, ]} useInvertedBackground={false} - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/a-cutting-edge-ai-agent-platform-dashboa-1772987655054-205a4722.png" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/a-cutting-edge-ai-agent-platform-dashboa-1772987655054-205a4722.png?_wi=2" imageAlt="A cutting-edge AI agent platform dashboard interface featuring real-time monitoring of multiple auto" mediaAnimation="slide-up" metricsAnimation="slide-up" -- 2.49.1 From 954c724612adfdecaa15ca6e485d88d6f1a22a7e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 16:39:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea7b798..5df1023 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function HomePage() { dashboard={{ title: "Agent Orchestration Hub", logoIcon: Brain, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/a-cutting-edge-ai-agent-platform-dashboa-1772987655054-205a4722.png", imageAlt: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/a-cutting-edge-ai-agent-platform-dashboa-1772987655054-205a4722.png?_wi=1", imageAlt: "A cutting-edge AI agent platform dashboard interface featuring real-time monitoring of multiple auto", searchPlaceholder: "Search agents, tasks, and logs...", buttons: [ { text: "Deploy Agent", href: "#" }, { text: "View Metrics", href: "#" }, @@ -263,11 +263,11 @@ export default function HomePage() { { id: "1", name: "Sarah Johnson", handle: "VP Engineering, TechCorp", testimonial: "AgentOS reduced our manual workflow time by 65% in the first month. The multi-agent orchestration is exactly what we needed for complex enterprise automation.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-a-tech-executiv-1772987652625-36c3e9fb.png", imageAlt: "Sarah Johnson"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-a-tech-executiv-1772987652625-36c3e9fb.png?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", handle: "CTO, FinanceFlow", testimonial: "The LLM reasoning engine combined with our existing APIs created unprecedented automation capabilities. Enterprise-grade reliability with bleeding-edge AI performance.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-an-ai-researche-1772987652684-4bc3be29.png", imageAlt: "Michael Chen"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-an-ai-researche-1772987652684-4bc3be29.png?_wi=1", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", handle: "Director of Automation, DataInsights", testimonial: "We deployed three specialized agents within a week. The ReAct loop architecture is brilliant—agents actually learn from execution patterns and improve over time.", imageSrc: @@ -279,11 +279,11 @@ export default function HomePage() { { id: "5", name: "Priya Patel", handle: "Engineering Manager, CloudSystems", testimonial: "The documentation and support are exceptional. Our team went from zero to production-grade multi-agent system in two weeks. Outstanding platform.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-a-tech-executiv-1772987652625-36c3e9fb.png", imageAlt: "Priya Patel"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-a-tech-executiv-1772987652625-36c3e9fb.png?_wi=2", imageAlt: "Priya Patel"}, { id: "6", name: "James Wilson", handle: "VP Product, EnterpriseTech", testimonial: "AgentOS is the foundation of our new product line. The reasoning engine, memory system, and tool integration capabilities are unmatched in the market.", imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-an-ai-researche-1772987652684-4bc3be29.png", imageAlt: "James Wilson"}, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Afaxor0c3SQZSw5hntbOw7buIX/professional-headshot-of-an-ai-researche-1772987652684-4bc3be29.png?_wi=2", imageAlt: "James Wilson"}, ]} speed={40} /> -- 2.49.1