diff --git a/examples/text-to-voice/x-to-voice/components/footer-nav.tsx b/examples/text-to-voice/x-to-voice/components/footer-nav.tsx index 5734eeb0..0c9e97e8 100644 --- a/examples/text-to-voice/x-to-voice/components/footer-nav.tsx +++ b/examples/text-to-voice/x-to-voice/components/footer-nav.tsx @@ -1,25 +1,53 @@ import Link from "next/link"; import { cn } from "@/lib/utils"; -export function FooterNav({className}: {className?: string}) { - return - - - Voice Design API +export function FooterNav({ className }: { className?: string }) { + return ( + + + + Voice Design API + + | + + Text to Speech API + + | + + + Text to Speech | - - Text to Speech API + + Voice Design | - - - Text to Speech - - | - - Voice Design - - ; -} \ No newline at end of file + + Terms of Use + + | + + Privacy Policy + + + ); +}