diff --git a/components/overview.tsx b/components/overview.tsx index cc2e4a9..1066e8b 100644 --- a/components/overview.tsx +++ b/components/overview.tsx @@ -1,7 +1,7 @@ import { motion } from 'framer-motion'; -import Link from 'next/link'; +import Image from 'next/image'; -import { MessageIcon, VercelIcon } from './icons'; +import { MessageIcon } from './icons'; export const Overview = () => { return ( @@ -15,37 +15,20 @@ export const Overview = () => { >

- + Pattern +

-

- This is an{' '} - - open source - {' '} - chatbot template built with Next.js and the AI SDK by Vercel. It uses - the{' '} - streamText{' '} - function in the server and the{' '} - useChat hook - on the client to create a seamless chat experience. -

-

- You can learn more about the AI SDK by visiting the{' '} - - docs - - . -

+

How can I help you?

); diff --git a/public/images/logo-black.svg b/public/images/logo-black.svg new file mode 100644 index 0000000..e087807 --- /dev/null +++ b/public/images/logo-black.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/public/images/logo-white.svg b/public/images/logo-white.svg new file mode 100644 index 0000000..7c3ce37 --- /dev/null +++ b/public/images/logo-white.svg @@ -0,0 +1,5 @@ + + + + +