This commit is contained in:
WaelAbouceo 2025-02-02 12:14:15 +02:00
parent 0737701de0
commit 7844ca9343
24 changed files with 624 additions and 172 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 = () => {