Skip to content

Commit 8e9e81a

Browse files
committed
feat: update Hero component text and consolidate icon imports
1 parent 577bfa0 commit 8e9e81a

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

components/Hero.tsx

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
import { 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

54
export 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 */}

0 commit comments

Comments
 (0)