From 76189750289d73d760766f5b4bd4b7aeedf544c9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 09:20:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 485ad62..230431f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" mediaItems={[ - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/a-sleek-modern-ai-interface-dashboard-di-1772615810569-2101a537.png", imageAlt: "AI interface dashboard" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/abstract-illustration-of-automated-workf-1772615812281-d85d66b6.png", imageAlt: "Workflow automation" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/illustration-of-machine-learning-neural--1772615810996-f5ebbdd2.png", imageAlt: "Machine learning neural networks" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/visual-representation-of-seamless-integr-1772615812232-95a22e01.png", imageAlt: "System integration" }, - { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/a-sleek-modern-ai-interface-dashboard-di-1772615810569-2101a537.png", imageAlt: "AI analytics dashboard" } + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/a-sleek-modern-ai-interface-dashboard-di-1772615810569-2101a537.png?_wi=1", imageAlt: "AI interface dashboard" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/abstract-illustration-of-automated-workf-1772615812281-d85d66b6.png?_wi=1", imageAlt: "Workflow automation" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/illustration-of-machine-learning-neural--1772615810996-f5ebbdd2.png?_wi=1", imageAlt: "Machine learning neural networks" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/visual-representation-of-seamless-integr-1772615812232-95a22e01.png?_wi=1", imageAlt: "System integration" }, + { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/a-sleek-modern-ai-interface-dashboard-di-1772615810569-2101a537.png?_wi=2", imageAlt: "AI analytics dashboard" } ]} /> @@ -77,15 +77,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Intelligent Workflow Automation", description: "Automate complex business processes with AI that learns and optimizes over time. Reduce manual work by up to 80% and let your team focus on strategic initiatives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/abstract-illustration-of-automated-workf-1772615812281-d85d66b6.png", imageAlt: "Workflow automation illustration" + title: "Intelligent Workflow Automation", description: "Automate complex business processes with AI that learns and optimizes over time. Reduce manual work by up to 80% and let your team focus on strategic initiatives.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/abstract-illustration-of-automated-workf-1772615812281-d85d66b6.png?_wi=2", imageAlt: "Workflow automation illustration" }, { id: 2, - title: "Advanced Machine Learning Models", description: "Deploy pre-trained models or build custom AI solutions tailored to your business. Real-time predictions and insights that drive better decision-making.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/illustration-of-machine-learning-neural--1772615810996-f5ebbdd2.png", imageAlt: "Machine learning networks" + title: "Advanced Machine Learning Models", description: "Deploy pre-trained models or build custom AI solutions tailored to your business. Real-time predictions and insights that drive better decision-making.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/illustration-of-machine-learning-neural--1772615810996-f5ebbdd2.png?_wi=2", imageAlt: "Machine learning networks" }, { id: 3, - title: "Seamless Integration", description: "Connect with 500+ business applications. Our API-first architecture ensures smooth integration with your existing tech stack in minutes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/visual-representation-of-seamless-integr-1772615812232-95a22e01.png", imageAlt: "System integration" + title: "Seamless Integration", description: "Connect with 500+ business applications. Our API-first architecture ensures smooth integration with your existing tech stack in minutes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ATThEOE0ad9RVJ6zAxjDVr6Kkn/visual-representation-of-seamless-integr-1772615812232-95a22e01.png?_wi=2", imageAlt: "System integration" } ]} /> -- 2.49.1