Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 19047c1576 | |||
| f13b3e5a76 | |||
| 8ae393e08e | |||
| bcd051e9e9 | |||
| 6dfa0a3f0c | |||
| fcf04ec090 |
@@ -501,7 +501,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-prata), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -514,5 +514,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-prata), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
}
|
||||
@@ -55,7 +55,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767760230068-ip30zf59.jpg"
|
||||
imageAlt="Hey Eddy AI voice interview platform"
|
||||
buttons={[
|
||||
{"text":"Start Free Trial","href":"https://heyeddy.com/signup"},
|
||||
{"text":"Get Started Free","href":"https://heyeddy.com/signup"},
|
||||
{"text":"Watch Demo","href":"#features"}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user