6 Commits

Author SHA1 Message Date
19047c1576 Update src/app/page.tsx 2026-01-07 04:51:04 +00:00
f13b3e5a76 Update src/app/layout.tsx 2026-01-07 04:51:03 +00:00
8ae393e08e Update src/app/page.tsx 2026-01-07 04:39:37 +00:00
bcd051e9e9 Update src/app/page.tsx 2026-01-07 04:37:47 +00:00
6dfa0a3f0c Update src/app/layout.tsx 2026-01-07 04:37:46 +00:00
fcf04ec090 Update src/app/globals.css 2026-01-07 04:37:45 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -501,7 +501,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-prata), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -514,5 +514,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-prata), sans-serif; font-family: var(--font-inter), sans-serif;
} }

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767760230068-ip30zf59.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1767760230068-ip30zf59.jpg"
imageAlt="Hey Eddy AI voice interview platform" imageAlt="Hey Eddy AI voice interview platform"
buttons={[ buttons={[
{"text":"Start Free Trial","href":"https://heyeddy.com/signup"}, {"text":"Get Started Free","href":"https://heyeddy.com/signup"},
{"text":"Watch Demo","href":"#features"} {"text":"Watch Demo","href":"#features"}
]} ]}
/> />