"use client"; import Link from "next/link"; import { GithubIcon, HeyGenLogo } from "./Icons"; export default function NavBar() { return ( <>

HeyGen Interactive Avatar SDK NextJS Demo

Avatars Voices API Docs Guide SDK
); }