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 = () => { >
-
- 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 - - . -
+