From fe78947f0125ad39a727c92269bf3449e60e0cd2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:00:53 +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 2f02f7a..1a4338a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,8 +49,8 @@ export default function LandingPage() { { text: "View Demo", href: "https://www.youtube.com/results?search_query=n8n+automation+demo" } ]} slides={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-modern-automation-workflow-dashboard-i-1772856017408-fa43e17d.png", imageAlt: "Automation dashboard" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-visual-representation-of-an-automation-1772856017959-4f8c0393.png", imageAlt: "Automation workflow" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-modern-automation-workflow-dashboard-i-1772856017408-fa43e17d.png?_wi=1", imageAlt: "Automation dashboard" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-visual-representation-of-an-automation-1772856017959-4f8c0393.png?_wi=1", imageAlt: "Automation workflow" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-modern-minimalist-illustration-showing-1772856017927-a2d35fb3.png", imageAlt: "Free plan illustration" } ]} autoplayDelay={4000} @@ -85,11 +85,11 @@ export default function LandingPage() { features={[ { id: "1", title: "Drag-and-Drop Workflows", author: "Platform", description: "Create complex automations using an intuitive visual interface. No coding required.", tags: ["Easy", "Intuitive"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-modern-automation-workflow-dashboard-i-1772856017408-fa43e17d.png", imageAlt: "Drag-and-drop interface" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-modern-automation-workflow-dashboard-i-1772856017408-fa43e17d.png?_wi=2", imageAlt: "Drag-and-drop interface" }, { id: "2", title: "Advanced Scheduling", author: "Platform", description: "Run workflows on a schedule, in response to webhooks, or triggered by external events.", tags: ["Reliable", "Flexible"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-visual-representation-of-an-automation-1772856017959-4f8c0393.png", imageAlt: "Advanced scheduling" + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATg31zOf93UniEjqvXt2j0y3Vv/a-visual-representation-of-an-automation-1772856017959-4f8c0393.png?_wi=2", imageAlt: "Advanced scheduling" }, { id: "3", title: "Error Handling & Debugging", author: "Platform", description: "Comprehensive error handling, retry logic, and detailed execution logs for troubleshooting.", tags: ["Robust", "Reliable"],