Updated the metadata of the exam page

This commit is contained in:
Tiago Ribeiro
2023-04-14 17:21:10 +01:00
parent b92922b6cd
commit 5df816c73c

View File

@@ -128,8 +128,11 @@ export default function Page({user}: {user: User}) {
return (
<>
<Head>
<title>Create Next App</title>
<meta name="description" content="Generated by create next app" />
<title>Exam | IELTS GPT</title>
<meta
name="description"
content="A training platform for the IELTS exam provided by the Muscat Training Institute and developed by eCrop."
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/favicon.ico" />
</Head>