@@ -112,7 +112,7 @@ const HeroSection = () => {
112
112
) }
113
113
>
114
114
< h2 className = "text-2xl md:text-3xl font-medium" >
115
- GenAI DataChain
115
+ Data management at scale
116
116
</ h2 >
117
117
< Link
118
118
href = { githubDatachainUrl }
@@ -139,7 +139,7 @@ const HeroSection = () => {
139
139
className = { cn ( 'flex flex-col gap-4' , 'lg:flex-row lg:items-center' ) }
140
140
>
141
141
< h2 className = "text-2xl md:text-3xl font-medium" >
142
- Data and model versioning
142
+ Reproducibility with Git
143
143
</ h2 >
144
144
< Link href = { githubDvcUrl } className = "no-underline hover:opacity-80" >
145
145
< Badge className = { cn ( 'bg-dark text-light' ) } >
@@ -171,15 +171,16 @@ const HeroSection = () => {
171
171
alt = "Visualization"
172
172
/>
173
173
< div className = { cn ( styles . heroDesc , styles . datachainDesc ) } >
174
- < strong > Explore</ strong > and < strong > enrich</ strong > annotated
175
- datasets with custom embeddings, auto-labeling, and bias removal at
176
- billion-file scale — without modifying your data.
174
+ Perfect fit for < strong > processing</ strong > and{ ' ' }
175
+ < strong > versioning</ strong > of millions of files in cloud storages.{ ' ' }
176
+ < strong > Explore</ strong > and < strong > enrich</ strong > datasets. Build
177
+ semantic layer for your unstructured data.
177
178
</ div >
178
179
179
180
< div className = { cn ( styles . heroDesc , styles . dvcDesc ) } >
180
- < strong > Connect </ strong > to versioned data sources and code with
181
- pipelines , < strong > track</ strong > experiments,{ ' ' }
182
- < strong > register </ strong > models — all based on GitOps principles.
181
+ < strong > Version </ strong > and save data, < strong > connect </ strong > to
182
+ code , < strong > track</ strong > experiments, < strong > register </ strong > { ' ' }
183
+ models — all based on GitOps principles.
183
184
</ div >
184
185
</ div >
185
186
</ SectionWrapper >
0 commit comments