From bdbf6dad73dcd3c2506709c4dadaae9b1faa7d48 Mon Sep 17 00:00:00 2001 From: Tomasz Roszczynialski Date: Fri, 11 Oct 2024 22:02:34 +0200 Subject: [PATCH] copy update --- algrtm/src/components/DevelopSection.js | 6 +++++- algrtm/src/data/dataLabSectionTexts.js | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/algrtm/src/components/DevelopSection.js b/algrtm/src/components/DevelopSection.js index 271d6d8d..1766a848 100644 --- a/algrtm/src/components/DevelopSection.js +++ b/algrtm/src/components/DevelopSection.js @@ -5,7 +5,11 @@ const DevelopSection = () => { return (
- data teams
data science
data products + data research +
+ data monitoring +
+ data products

diff --git a/algrtm/src/data/dataLabSectionTexts.js b/algrtm/src/data/dataLabSectionTexts.js index 16e93f7b..d93928f7 100644 --- a/algrtm/src/data/dataLabSectionTexts.js +++ b/algrtm/src/data/dataLabSectionTexts.js @@ -2,17 +2,17 @@ const dataLabSectionTexts = [ { title: "Exploratory Data Analysis", description: - "We’re excited about delving into any kind of data that is important to your business - we have decades of experience exploring tables, images, high frequency signals (audio, ecg, laser spectroscopy), language and language-like tokens. We always apply first principle analysis and only provide evidence-based feedback.", + "We’ll explore the underlying structure, patterns, relationships, and anomalies within the data, to help you make an informed decision about how to move forward. We have years of experience working with many different data structures and we always apply first principle analysis and only provide evidence-based feedback.", }, { title: "Rapid Prototyping of Data Applications", description: - "Application features relying on Machine Learning models are a high risk (and high-reward) investment. We can build a sandbox system that will allow you to review the new functionality before committing to building a multi GPU user-facing system.", + "Application features relying on Machine Learning models are a high risk (and high-reward) investment. We can build a sandbox system that will allow you to review the new functionality before committing to building a multi GPU user-facing system.", }, { title: "Development and Scaling", description: - "Our development process is designed to be flexible, allowing us to create systems that are perfectly aligned with your operational needs and easily scalable as those needs evolve. By integrating best practices in data science with custom development strategies, we ensure that your data applications are not just cutting-edge today but are poised for future growth.", + "Our development process is designed to be flexible, allowing us to create systems that are perfectly aligned with your operational needs and easily scalable as those needs evolve. By integrating best practices in data science with custom development strategies, we ensure that your data applications are not just cutting-edge today but are poised for future growth.", }, ];