From 3715f7feafa59380e528785c4cf996d3a89e1ea1 Mon Sep 17 00:00:00 2001 From: valyukhov Date: Sat, 23 Nov 2024 21:46:32 +0300 Subject: [PATCH 1/2] fix: :mag: change title and description --- pages/index.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/index.js b/pages/index.js index 5a763798..ea50633f 100644 --- a/pages/index.js +++ b/pages/index.js @@ -9,10 +9,11 @@ import { openGraph, urlGlobal } from '../utils/openGraph' const metadata = { title: { - default: 'LEVEL', - template: '%s | LEVEL', + default: 'LEVEL Bible Translation Platform', + template: '%s | Step-by-Step Bible Translation', }, - description: 'LEVEL is an innovative platform for Bible translation.', + description: + 'LEVEL is an innovative platform designed to support Bible translation in any language. Translators can use tools for each step of the process, get helpful resources, work with partners, and make their translation work faster and easier.', openGraph: { ...openGraph }, icons: { icon: '/favicon.ico', From a9c7970052134d59b2c313625506c96dda87b3f2 Mon Sep 17 00:00:00 2001 From: valyukhov Date: Sun, 24 Nov 2024 23:52:13 +0300 Subject: [PATCH 2/2] fix: :mag: make shorter title && description --- pages/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/index.js b/pages/index.js index ea50633f..1e5b70c1 100644 --- a/pages/index.js +++ b/pages/index.js @@ -9,11 +9,11 @@ import { openGraph, urlGlobal } from '../utils/openGraph' const metadata = { title: { - default: 'LEVEL Bible Translation Platform', + default: 'LEVEL', template: '%s | Step-by-Step Bible Translation', }, description: - 'LEVEL is an innovative platform designed to support Bible translation in any language. Translators can use tools for each step of the process, get helpful resources, work with partners, and make their translation work faster and easier.', + 'LEVEL is a platform for Bible translation in any language, offering tools, resources, and collaboration features to streamline and simplify the translation process.', openGraph: { ...openGraph }, icons: { icon: '/favicon.ico',