chore: update page titles

This commit is contained in:
AykutSarac 2024-05-04 16:19:35 +03:00
parent e6cb91bb74
commit 35984777a8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ function JsonCrack({ Component, pageProps }: AppProps) {
return (
<>
<Head>
<title>JSON Crack | More Than a JSON Editor</title>
<title>JSON Crack | Best JSON Visualizer, Formatter and Viewer for everyone</title>
</Head>
<MantineProvider theme={mantineTheme}>

View File

@ -9,7 +9,7 @@ import Document, {
import { ServerStyleSheet } from "styled-components";
const metatags = Object.freeze({
title: "JSON Crack | More Than A JSON Editor",
title: "JSON Crack | Best JSON Visualizer, Formatter and Viewer for everyone",
image: "https://jsoncrack.com/assets/jsoncrack.png",
});