This commit is contained in:
WaelAbouceo
2025-02-02 12:25:20 +02:00
committed by GitHub
24 changed files with 625 additions and 173 deletions

View File

@ -14,9 +14,9 @@ const montserrat = Montserrat({
});
export const metadata: Metadata = {
title: 'Perplexica - Chat with the internet',
title: 'gochat247 - aibot - Chat with the internet',
description:
'Perplexica is an AI powered chatbot that is connected to the internet.',
'gochat247 - aibot is an AI powered chatbot that is connected to the internet.',
};
export default function RootLayout({

View File

@ -2,7 +2,7 @@ import { Metadata } from 'next';
import React from 'react';
export const metadata: Metadata = {
title: 'Library - Perplexica',
title: 'Library - gochat247 - aibot',
};
const Layout = ({ children }: { children: React.ReactNode }) => {

View File

@ -3,8 +3,8 @@ import { Metadata } from 'next';
import { Suspense } from 'react';
export const metadata: Metadata = {
title: 'Chat - Perplexica',
description: 'Chat with the internet, chat with Perplexica.',
title: 'Chat - gochat247 - aibot',
description: 'Chat with the internet, chat with gochat247 - aibot.',
};
const Home = () => {

View File

@ -38,7 +38,7 @@ const EmptyChat = ({
</div>
<div className="flex flex-col items-center justify-center min-h-screen max-w-screen-sm mx-auto p-2 space-y-8">
<h2 className="text-black/70 dark:text-white/70 text-3xl font-medium -mt-8">
Research begins here.
gochat247 - aibot : knowledge with some privacy
</h2>
<EmptyChatMessageInput
sendMessage={sendMessage}