zizo
This commit is contained in:
parent
0737701de0
commit
7844ca9343
24 changed files with 624 additions and 172 deletions
|
@ -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({
|
||||
|
|
|
@ -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 }) => {
|
||||
|
|
|
@ -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 = () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue