2 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
2 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,12 @@
import type { Metadata } from "next";
import { Inter } from "next/font/google";
import { Prata } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
const prata = Prata({
variable: "--font-prata", subsets: ["latin"],
weight: ["400"],
});
export const metadata: Metadata = {
@@ -14,8 +15,7 @@ export const metadata: Metadata = {
follow: true,
},
openGraph: {
title: "Hey Eddy | AI Voice Interviews for Smarter Hiring", description: "Automate candidate screening with AI-powered voice interviews. Eliminate bias, reduce hiring time by 73%, and find your best candidates faster.", type: "website", siteName: "Hey Eddy"
},
title: "Hey Eddy | AI Voice Interviews for Smarter Hiring", description: "Automate candidate screening with AI-powered voice interviews. Eliminate bias, reduce hiring time by 73%, and find your best candidates faster.", type: "website", siteName: "Hey Eddy"},
};
export default function RootLayout({
@@ -27,7 +27,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={inter.variable}
className={prata.variable}
>
<Tag />
{children}

View File

@@ -1,4 +1,4 @@
"use client";
"use client"
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -40,7 +40,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitAvatars
title="AI Voice Interviewer"
title="AI Voice Interviews That Hire Better"
description="Conduct unbiased, efficient candidate interviews with AI-powered voice technology. Streamline hiring from screening to insights in minutes."
tag="AI Recruiting"
avatars={[
@@ -52,10 +52,10 @@ export default function LandingPage() {
]}
avatarText="Join 500+ companies automating interviews"
imagePosition="right"
imageSrc="https://img.b2bpic.net/premium-photo/low-angle-view-modern-buildings-against-sky_1048944-5252028.jpg?id=100949967"
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"}
]}
/>