diff --git a/public/icon.jpg b/public/icon.jpg
new file mode 100644
index 0000000..d36dc5e
Binary files /dev/null and b/public/icon.jpg differ
diff --git a/public/locales/en/common.json b/public/locales/en/common.json
index 2525e46..bb5db02 100644
--- a/public/locales/en/common.json
+++ b/public/locales/en/common.json
@@ -6,8 +6,8 @@
"enspectButtonTitle": "ENSpect",
"scrollToTheTopButton": "Click here to scroll to the top of the page",
- "glossetaDescription": "Glosseta is a decentralized, open-source glossary meant to help people explore and learn the terminology behind web3",
- "glossetaSEODescription": "Glosseta is your companion for demystifying web3 and it's ecosystem",
+ "glossetaDescription": "Glosseta is a decentralized, open-source web3 glossary meant to help people explore and learn the terminology behind blockchain, nfts and crypto",
+ "glossetaSEODescription": "Glosseta is a decentralized, open-source web3 glossary meant to help people explore and learn the terminology behind blockchain, nfts and crypto",
"searchInputGroupAriaLabel" : "Search Bar",
"searchIconAriaLabel" : "Magnifying glass image",
diff --git a/src/pages/_app.tsx b/src/pages/_app.tsx
index 7ed1ac4..70c7000 100644
--- a/src/pages/_app.tsx
+++ b/src/pages/_app.tsx
@@ -16,7 +16,7 @@ function SEO() {
name="description"
content={t("glossetaSEODescription")}
/>
-
+
{/* Open Graph / Facebook */}
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index e17209d..f401821 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -4,7 +4,6 @@ import {
VStack,
Image,
chakra,
- Heading,
Text,
Box,
Container,
@@ -25,9 +24,9 @@ const Home: NextPage = () => {