From f0a06f8ab8aa9066373e95d41998180140b02c86 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:43:45 +0000 Subject: [PATCH 1/2] Update src/app/agents/page.tsx --- src/app/agents/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/agents/page.tsx b/src/app/agents/page.tsx index ea99eb1..0646fbd 100644 --- a/src/app/agents/page.tsx +++ b/src/app/agents/page.tsx @@ -53,35 +53,35 @@ export default function AgentsPage() { id: "1", title: "Sales AI Agent", tags: ["Deal Scoring", "Pipeline Management"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/sleek-mockup-showing-the-sales-ai-agent--1772559732980-1c904617.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/sleek-mockup-showing-the-sales-ai-agent--1772559732980-1c904617.png?_wi=3", imageAlt: "Sales AI Agent interface", }, { id: "2", title: "Support AI Agent", tags: ["Ticket Resolution", "24/7 Availability"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-support-dashboard-powered-by-ai-1772559733410-d40102e4.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-support-dashboard-powered-by-ai-1772559733410-d40102e4.png?_wi=3", imageAlt: "Support AI Agent managing tickets", }, { id: "3", title: "Analytics AI Agent", tags: ["Predictive Insights", "Real-Time Reports"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/advanced-analytics-dashboard-with-ai-pow-1772559732862-2df612fa.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/advanced-analytics-dashboard-with-ai-pow-1772559732862-2df612fa.png?_wi=3", imageAlt: "Analytics AI Agent dashboard", }, { id: "4", title: "Engagement AI Agent", tags: ["Campaign Automation", "Personalization"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-engagement-automation-platform--1772559733363-a450e034.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-engagement-automation-platform--1772559733363-a450e034.png?_wi=3", imageAlt: "Engagement AI Agent automation platform", }, { id: "5", title: "Workflow AI Agent", tags: ["Process Automation", "Integration"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png?_wi=4", imageAlt: "Workflow AI Agent managing processes", }, ]} @@ -105,7 +105,7 @@ export default function AgentsPage() { role: "VP of Sales", testimonial: "AgentFlow's Sales AI increased our deal closure rate by 34% in just three months. The predictive scoring alone saves our team 15 hours per week.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-female-execut-1772559732698-527b1d2f.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-female-execut-1772559732698-527b1d2f.png?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -114,7 +114,7 @@ export default function AgentsPage() { role: "CTO", testimonial: "The seamless integration with our existing infrastructure was a game-changer. We're now processing customer inquiries 3x faster with the Support AI Agent.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-male-entrepre-1772559732562-ad9fab5c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-male-entrepre-1772559732562-ad9fab5c.png?_wi=2", imageAlt: "Michael Chen", }, { @@ -123,7 +123,7 @@ export default function AgentsPage() { role: "Director of Operations", testimonial: "The Analytics AI provides insights we never had before. Our marketing team now makes data-driven decisions that increased our ROI by 45%.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-woman-in-tech-1772559732617-1a29a305.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-woman-in-tech-1772559732617-1a29a305.png?_wi=2", imageAlt: "Emily Rodriguez", }, ]} -- 2.49.1 From ded456936712b5266ebbd44c9959fd045c7e6fab Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:43:46 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2061adb..e605fb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,37 +51,37 @@ export default function HomePage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png?_wi=1", imageAlt: "AI-powered CRM dashboard with agent controls", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/abstract-illustration-showing-5-intercon-1772559732634-97efae74.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/abstract-illustration-showing-5-intercon-1772559732634-97efae74.png?_wi=1", imageAlt: "Interconnected AI agents network", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/sleek-mockup-showing-the-sales-ai-agent--1772559732980-1c904617.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/sleek-mockup-showing-the-sales-ai-agent--1772559732980-1c904617.png?_wi=1", imageAlt: "Sales AI Agent interface with deal scoring", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-support-dashboard-powered-by-ai-1772559733410-d40102e4.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-support-dashboard-powered-by-ai-1772559733410-d40102e4.png?_wi=1", imageAlt: "Support AI Agent handling customer queries", }, ]} rightCarouselItems={[ { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/advanced-analytics-dashboard-with-ai-pow-1772559732862-2df612fa.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/advanced-analytics-dashboard-with-ai-pow-1772559732862-2df612fa.png?_wi=1", imageAlt: "Analytics AI Agent with predictive insights", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-engagement-automation-platform--1772559733363-a450e034.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-engagement-automation-platform--1772559733363-a450e034.png?_wi=1", imageAlt: "Customer Engagement AI Agent automation", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png?_wi=2", imageAlt: "Real-time CRM metrics and performance", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/abstract-illustration-showing-5-intercon-1772559732634-97efae74.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/abstract-illustration-showing-5-intercon-1772559732634-97efae74.png?_wi=2", imageAlt: "AI agents working in harmony", }, ]} @@ -143,35 +143,35 @@ export default function HomePage() { id: "1", title: "Sales AI Agent", tags: ["Deal Scoring", "Pipeline Management"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/sleek-mockup-showing-the-sales-ai-agent--1772559732980-1c904617.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/sleek-mockup-showing-the-sales-ai-agent--1772559732980-1c904617.png?_wi=2", imageAlt: "Sales AI Agent interface", }, { id: "2", title: "Support AI Agent", tags: ["Ticket Resolution", "24/7 Availability"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-support-dashboard-powered-by-ai-1772559733410-d40102e4.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-support-dashboard-powered-by-ai-1772559733410-d40102e4.png?_wi=2", imageAlt: "Support AI Agent managing tickets", }, { id: "3", title: "Analytics AI Agent", tags: ["Predictive Insights", "Real-Time Reports"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/advanced-analytics-dashboard-with-ai-pow-1772559732862-2df612fa.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/advanced-analytics-dashboard-with-ai-pow-1772559732862-2df612fa.png?_wi=2", imageAlt: "Analytics AI Agent dashboard", }, { id: "4", title: "Engagement AI Agent", tags: ["Campaign Automation", "Personalization"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-engagement-automation-platform--1772559733363-a450e034.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/customer-engagement-automation-platform--1772559733363-a450e034.png?_wi=2", imageAlt: "Engagement AI Agent automation platform", }, { id: "5", title: "Workflow AI Agent", tags: ["Process Automation", "Integration"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/modern-crm-dashboard-interface-showcasin-1772559732910-c68a844e.png?_wi=3", imageAlt: "Workflow AI Agent managing processes", }, ]} @@ -195,7 +195,7 @@ export default function HomePage() { role: "VP of Sales", testimonial: "AgentFlow's Sales AI increased our deal closure rate by 34% in just three months. The predictive scoring alone saves our team 15 hours per week.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-female-execut-1772559732698-527b1d2f.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-female-execut-1772559732698-527b1d2f.png?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -204,7 +204,7 @@ export default function HomePage() { role: "CTO", testimonial: "The seamless integration with our existing infrastructure was a game-changer. We're now processing customer inquiries 3x faster with the Support AI Agent.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-male-entrepre-1772559732562-ad9fab5c.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-male-entrepre-1772559732562-ad9fab5c.png?_wi=1", imageAlt: "Michael Chen", }, { @@ -213,7 +213,7 @@ export default function HomePage() { role: "Director of Operations", testimonial: "The Analytics AI provides insights we never had before. Our marketing team now makes data-driven decisions that increased our ROI by 45%.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-woman-in-tech-1772559732617-1a29a305.png", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARe7WA382kdwosYDGy9Oi8QehC/professional-headshot-of-a-woman-in-tech-1772559732617-1a29a305.png?_wi=1", imageAlt: "Emily Rodriguez", }, { -- 2.49.1