Fix links

This commit is contained in:
Jared Palmer 2023-06-16 18:44:10 -04:00
parent 3f465f05c5
commit 450aa07fef
5 changed files with 7 additions and 7 deletions

View file

@ -11,8 +11,8 @@ import { Header } from '@/components/header'
export const metadata: Metadata = {
title: {
default: 'Next.js Chatbot',
template: `%s - Next.js Chatbot`
default: 'Next.js AI Chatbot',
template: `%s - Next.js AI Chatbot`
},
description: 'An AI-powered chatbot built with Next.js and Vercel.',
themeColor: [

View file

@ -37,7 +37,7 @@ export default async function Image() {
</svg>
</div>
<div tw="flex text-white font-bold text-4xl mt-2 leading-normal ml-10">
What is Next.js Chat?
What is Next.js AI Chatbot?
</div>
</div>
<div tw="flex w-full mt-14 items-start">
@ -76,7 +76,7 @@ export default async function Image() {
<div tw="flex text-[#eaeaf0] ml-2">KV</div>
</div>
</div>
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.nextjs.chat</div>
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.chat.vercel.ai</div>
</div>
</div>
),

View file

@ -93,7 +93,7 @@ export default async function Image({ params }: ImageProps) {
<div tw="flex text-[#eaeaf0] ml-2">KV</div>
</div>
</div>
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.nextjs.chat</div>
<div tw="text-[1.8rem] ml-auto text-[#9b9ba4]">demo.chat.vercel.ai</div>
</div>
</div>
),