File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed
Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change 11import { ArrowDown } from 'lucide-react' ;
2- import { SiGithub } from '@icons-pack/react-simple-icons' ;
3- import { SiHuggingface } from '@icons-pack/react-simple-icons' ;
2+ import { SiGithub , SiHuggingface } from '@icons-pack/react-simple-icons' ;
43
54export default function Hero ( ) {
65 return (
76 < section className = "relative min-h-screen flex flex-col justify-center px-6 pt-20 pb-16" >
87 < div className = "max-w-4xl mx-auto w-full" >
98 { /* Main headline */ }
109 < h1 className = "text-4xl sm:text-5xl md:text-6xl font-semibold tracking-tight text-white mb-6 leading-[1.15]" >
11- Your data is hierarchical.
12- < br />
13- < span className = "text-gray-500" > Your tools should be too.</ span >
10+ See your data in its true shape.
1411 </ h1 >
1512
16- { /* Subheadline - the actual product description */ }
13+ { /* Subheadline */ }
1714 < p className = "text-lg md:text-xl text-gray-400 mb-8 max-w-2xl leading-relaxed" >
18- < strong className = "text-white font-medium" > HyperView</ strong > is an open-source data curation
19- co-pilot. Explore embeddings in hyperbolic space—where hierarchy has room to breathe— and
20- let agents find the issues you'd otherwise miss .
15+ < strong className = "text-white font-medium" > HyperView</ strong > is open-source dataset curation
16+ across multiple geometries. An AI copilot finds label noise, hierarchy errors, and long-tail
17+ issues. Multimodal native .
2118 </ p >
2219
2320 { /* Key differentiators - tight, scannable */ }
You can’t perform that action at this time.
0 commit comments