From 8fbc1aa33832952b139aa0515a384f39dc2c5a71 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:04:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1e0beec..f3cf2bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,18 +88,18 @@ export default function LandingPage() { features={[ { id: 1, - title: "Intelligent Automation", description: "Let AI handle repetitive workflows automatically. Our engine learns from your processes and continuously optimizes performance.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/close-up-of-an-intelligent-automation-wo-1772795039823-4640cdbf.png" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/abstract-representation-of-machine-learn-1772795040335-66044fbf.png" } + title: "Intelligent Automation", description: "Let AI handle repetitive workflows automatically. Our engine learns from your processes and continuously optimizes performance.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/close-up-of-an-intelligent-automation-wo-1772795039823-4640cdbf.png?_wi=1" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/abstract-representation-of-machine-learn-1772795040335-66044fbf.png?_wi=1" } }, { id: 2, - title: "Real-Time Analytics", description: "Monitor every automation in real time. Get actionable insights and predictive analytics to drive better business decisions.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/close-up-of-an-intelligent-automation-wo-1772795039823-4640cdbf.png" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/abstract-representation-of-machine-learn-1772795040335-66044fbf.png" } + title: "Real-Time Analytics", description: "Monitor every automation in real time. Get actionable insights and predictive analytics to drive better business decisions.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/close-up-of-an-intelligent-automation-wo-1772795039823-4640cdbf.png?_wi=2" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/abstract-representation-of-machine-learn-1772795040335-66044fbf.png?_wi=2" } }, { id: 3, - title: "Seamless Integration", description: "Connect with your existing tools instantly. Ample.ai works with 500+ apps and platforms without custom code.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/close-up-of-an-intelligent-automation-wo-1772795039823-4640cdbf.png" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/abstract-representation-of-machine-learn-1772795040335-66044fbf.png" } + title: "Seamless Integration", description: "Connect with your existing tools instantly. Ample.ai works with 500+ apps and platforms without custom code.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/close-up-of-an-intelligent-automation-wo-1772795039823-4640cdbf.png?_wi=3" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZL18COsGtMP0aFCxoPm28rEru/abstract-representation-of-machine-learn-1772795040335-66044fbf.png?_wi=3" } } ]} showStepNumbers={true} -- 2.49.1