Update src/app/page.tsx

This commit is contained in:
2026-03-07 04:02:54 +00:00
parent d722c2f8b0
commit 8554761059

View File

@@ -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"],