chore: change slogan

This commit is contained in:
Tianzhou Chen
2023-04-18 00:43:14 +08:00
parent cf8d9add08
commit 0bf7a155b1

View File

@ -20,12 +20,12 @@ const IndexPage: NextPage = () => {
return (
<div>
<Head>
<title>SQL Chat - Chat-based SQL client for the next decade</title>
<title>SQL Chat - Chat-based SQL Client and Editor for the next decade</title>
<link rel="icon" href="/chat-logo-bot.webp" />
<meta name="description" content="Chat-based SQL client for the next decade" />
<meta name="description" content="Chat-based SQL Client and Editor for the next decade" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="og:title" property="og:title" content="SQL Chat" />
<meta name="og:description" property="og:description" content="Chat-based SQL client for the next decade" />
<meta name="og:description" property="og:description" content="Chat-based SQL Client and Editor for the next decade" />
<meta name="og:image" property="og:image" content="https://www.sqlchat.ai/chat-logo-and-text.webp" />
<meta name="og:type" property="og:type" content="website" />
<meta name="og:url" property="og:url" content="https://www.sqlchat.ai" />