From 5e7427822eb794508635f84435a34e5693f8ad13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=9C=85=20Daniel=20Danielecki?= Date: Fri, 10 Jan 2025 11:40:20 +0100 Subject: [PATCH] fix: metadata title (closes #43) --- app/layout.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/layout.tsx b/app/layout.tsx index c190a13..236204a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -25,7 +25,7 @@ export const metadata: Metadata = { ], creator: "Eduard-Constantin Ibinceanu", description: - "๐ŸŽ“ Practice Exams (Web) Platform developed by Ditectrev's Community.", + "๐ŸŽ“ Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.", formatDetection: { telephone: true }, icons: [ { @@ -53,7 +53,7 @@ export const metadata: Metadata = { metadataBase: new URL("https://education.ditectrev.com"), openGraph: { description: - "๐ŸŽ“ Practice Exams (Web) Platform developed by Ditectrev's Community.", + "๐ŸŽ“ Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.", images: [ { alt: "Ditectrev Logo", @@ -73,14 +73,14 @@ export const metadata: Metadata = { }, themeColor: "#3f51b5", title: { - default: "๐Ÿงช Practice Exams Platform - %s | Ditectrev", - template: "๐Ÿงช Practice Exams Platform - %s | Ditectrev", + default: "๐Ÿงช Practice Exams Platform | Ditectrev", + template: "๐Ÿงช Practice Exams Platform | Ditectrev", }, twitter: { card: "summary_large_image", creator: "@ditectrev", description: - "๐ŸŽ“ Practice Exams (Web) Platform developed by Ditectrev's Community.", + "๐ŸŽ“ Practice Exams (Web) Platform developed by Ditectrev's Community. #Build Your Digital Future with us.", images: [ { alt: "Ditectrev Logo",