import { cn } from '@/lib/utils' import { ExternalLink } from './external-link' import { fontMessage } from '@/lib/fonts' function ExampleBubble({ children }: { children?: React.ReactNode }) { return (
{children}
Welcome to Next.js Chatbot!
This is an open source AI chatbot app built with{' '}