@@ -4,27 +4,26 @@ import { WavyBackground } from "../ui/wavy-background";
4
4
5
5
export function Hero ( ) {
6
6
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 >
29
28
) ;
30
29
}
0 commit comments