import ChatWindow from '@/components/ChatWindow'; import { Metadata } from 'next'; import { Suspense } from 'react'; export const metadata: Metadata = { title: 'MyCounsellor Ai Serach Eengine - Searching Thking with Gemini', description: 'Chat with the internet, chat with MyCounsellor.', }; const Home = () => { return (