Skip to content

Commit be61cc5

Browse files
committed
Refinement
1 parent 907f08e commit be61cc5

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

website/src/components/services/collectionprinciples.tsx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9,39 +9,39 @@ type CollectionPrinciple = {
99
const collectionPrinciples: CollectionPrinciple[] = [
1010
// Changed to lowercase 'c'
1111
{
12-
name: 'Step-by-step',
12+
name: 'Do not build on rented land',
1313
description:
14-
'While everyone can become an AI expert in no time, we should remember everything that has to be done before going there. It is a journey that requires lots of work from the ground up. No shortcuts.',
14+
'In the ever-evolving world of data, relying solely on external platforms is risky. Prioritize building your own robust data infrastructure to maintain control and adaptability. Sunsets are inevitable — even for features.',
1515
},
1616
{
17-
name: 'Do not build on rented land',
17+
name: 'Step-by-step',
1818
description:
19-
'In the ever-evolving world of data, relying solely on external platforms can be risky. Prioritize building your own robust data infrastructures to maintain control and adaptability. Sunsets are inevitable, also for features.',
19+
'While anyone can become an AI expert in no time, it is essential to remember the groundwork required to get there. Data development is a journey that demands effort from the ground up. No shortcuts.',
2020
},
2121
{
22-
name: 'Resilience is key',
22+
name: 'Use tools only for what they are made for',
2323
description:
24-
'As data environments are dynamic, designing resilient systems can help withstand changes and unexpected challenges, ensuring continuous data flow and integrity. Yes, more legal requirements are coming.',
24+
'Utilize each data tool for its intended purpose to maximize efficiency and avoid unnecessary complications. Misusage leads to inefficiencies and potential risks.',
2525
},
2626
{
2727
name: 'Focus on what you can control',
2828
description:
29-
'In data management, focusing on elements within your control, like data quality and security, can lead to more reliable and effective outcomes. It is your responsibility and a great chance to set the rules.',
29+
'In data management, focusing on factors within your control, like data quality and security, can lead to more reliable and effective outcomes. It is your responsibility and a huge opportunity to set the rules.',
3030
},
3131
{
32-
name: 'Use tools only for what they are made for',
32+
name: 'Internalize data',
3333
description:
34-
'Utilize each data tool for its intended purpose to maximize efficiency and avoid unnecessary complications in data processes. No misusage.',
34+
'Treat data as a fundamental part of your strategy and operations. By fully integrating it into your processes, data becomes intrinsic to decision-making.',
3535
},
3636
{
3737
name: 'Data is never done',
3838
description:
39-
'The journey of data is ongoing. Continuous analysis, refinement, and updating are crucial to keep data relevant and actionable. Build-measure-learn-grow.',
39+
'The data journey is ongoing. Continuous analysis, refinement, and updates are essential to keeping data relevant and actionable. Build. Measure. Learn. Grow.',
4040
},
4141
{
42-
name: 'Internalize data',
42+
name: 'Resilience is key',
4343
description:
44-
'Embrace data as a core part of your strategy and operations. Integrating data into your processes ensures it becomes an intrinsic part of decision-making.',
44+
'Data environments are dynamic. Designing resilient systems ensures they can withstand changes and unexpected challenges while maintaining continuous data flow and integrity. And yes, probably more legal requirements are coming.',
4545
},
4646
];
4747

@@ -55,7 +55,7 @@ export default function CollectionPrinciples() {
5555
Data collection principles{' '}
5656
</h2>
5757
<p className="mt-6 text-lg/8 text-gray-50">
58-
Seven principles we are following while working on data projects.
58+
Seven principles we follow when working on data projects.
5959
</p>
6060
</div>
6161
<dl className="mx-auto mt-16 grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 text-base/7 sm:grid-cols-2 lg:mx-0 lg:max-w-none lg:grid-cols-3">

0 commit comments

Comments
 (0)