@@ -112,7 +112,7 @@ const HeroSection = () => {
112112 ) }
113113 >
114114 < h2 className = "text-2xl md:text-3xl font-medium" >
115- GenAI DataChain
115+ Data management at scale
116116 </ h2 >
117117 < Link
118118 href = { githubDatachainUrl }
@@ -139,7 +139,7 @@ const HeroSection = () => {
139139 className = { cn ( 'flex flex-col gap-4' , 'lg:flex-row lg:items-center' ) }
140140 >
141141 < h2 className = "text-2xl md:text-3xl font-medium" >
142- Data and model versioning
142+ Reproducibility with Git
143143 </ h2 >
144144 < Link href = { githubDvcUrl } className = "no-underline hover:opacity-80" >
145145 < Badge className = { cn ( 'bg-dark text-light' ) } >
@@ -171,15 +171,16 @@ const HeroSection = () => {
171171 alt = "Visualization"
172172 />
173173 < 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.
177178 </ div >
178179
179180 < 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.
183184 </ div >
184185 </ div >
185186 </ SectionWrapper >
0 commit comments