Skip to content

Commit

Permalink
copy update
Browse files Browse the repository at this point in the history
  • Loading branch information
roszcz committed Oct 11, 2024
1 parent 56710fb commit bdbf6da
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion algrtm/src/components/DevelopSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ const DevelopSection = () => {
return (
<section className="flex flex-col gap-6 justify-center items-center text-center max-w-[21.4375rem] mt-[2.75rem] mx-[1rem] md:max-w-[54.875rem] md:mt-[7.75rem md:mx-[4.56rem] xl-mx-[17.56rem] bg-neutralLight-neutral100 dark:bg-neutralDark-neutral100">
<div className="h2 md:h1 text-neutralLight-neutral10 dark:text-neutralDark-neutral10 leading-[4.48rem] md:leading-[6.02rem] tracking-[-0.16rem] md:tracking-[-0.215rem]">
data teams<br/>data science<br/>data products
data research
<br/>
data monitoring
<br/>
data products
</div>
<div className=" text-neutralLight-neutral20 dark:text-neutralDark-neutral20 p2 max-w-[21.4375rem] md:max-w-[32.5rem] leading-[1.44rem]">
<p>
Expand Down
6 changes: 3 additions & 3 deletions algrtm/src/data/dataLabSectionTexts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 - <strong>we have decades of experience</strong> exploring tables, images, high frequency signals (audio, ecg, laser spectroscopy), language and language-like tokens. We always apply first principle analysis and only <strong>provide evidence-based feedback.</strong>",
"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 <strong>Machine Learning models</strong> 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 <strong>flexible</strong>, allowing us to create systems that are perfectly aligned with your <strong>operational needs and easily scalable</strong> 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.",
},
];

Expand Down

0 comments on commit bdbf6da

Please sign in to comment.