Skip to content

Commit ffea920

Browse files
committed
refactor: update hero component title
1 parent d7e6031 commit ffea920

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

apps/www/components/ui/hero.tsx

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,26 @@ import { WavyBackground } from "../ui/wavy-background";
44

55
export function Hero() {
66
return (
7-
<WavyBackground
8-
className="max-w-6xl mx-auto pb-10"
9-
backgroundFill="#0A0A0A"
10-
>
11-
<h1 className="text-2xl md:text-4xl lg:text-6xl text-white font-bold inter-var text-center leading-tight -mt-20">
12-
Open Source Speech-to-Text App<br />
13-
powered by Gen AI
14-
</h1>
15-
<h2 className="text-base md:text-lg mt-4 text-white font-normal inter-var text-center">
16-
Type 10x faster, no keyboard needed. Fast, Accurate, Context-aware and Private.
17-
</h2>
18-
<div className="flex justify-center">
19-
<a
20-
href="https://github.com/amicalhq/amical"
21-
target="_blank"
22-
rel="noopener noreferrer"
23-
className="inline-block mt-8 px-8 py-3 bg-white text-black font-semibold rounded-lg hover:bg-gray-100 transition-colors"
24-
>
25-
Get Started
26-
</a>
27-
</div>
28-
</WavyBackground>
7+
<WavyBackground
8+
className="max-w-6xl mx-auto pb-10"
9+
backgroundFill="#0A0A0A"
10+
>
11+
<h1 className="text-2xl md:text-4xl lg:text-6xl text-white font-bold inter-var text-center leading-tight -mt-20">
12+
Open Source AI Dictation App
13+
</h1>
14+
<h2 className="text-base md:text-lg mt-4 text-white font-normal inter-var text-center">
15+
Type 10x faster, no keyboard needed. Fast, Accurate, Context-aware and Private.
16+
</h2>
17+
<div className="flex justify-center">
18+
<a
19+
href="https://github.com/amicalhq/amical"
20+
target="_blank"
21+
rel="noopener noreferrer"
22+
className="inline-block mt-8 px-8 py-3 bg-white text-black font-semibold rounded-lg hover:bg-gray-100 transition-colors"
23+
>
24+
Get Started
25+
</a>
26+
</div>
27+
</WavyBackground>
2928
);
3029
}

0 commit comments

Comments
 (0)