adds seo title description and h1 changes

This commit is contained in:
akcodez
2024-02-07 10:43:51 -08:00
parent 9faf1fb88f
commit be99807d2c
5 changed files with 15 additions and 12 deletions

View File

@@ -1,10 +1,9 @@
import * as React from 'react';
import { useTranslate } from '@portal/hooks';
export const frontmatter = {
seo: {
title: 'Home | XRPL.org',
description: "XRPL.org is a community-driven site for the XRP Ledger (XRPL), an open-source, public blockchain. Get technical documentation, reference materials, and tools.",
title: 'Crypto Currency Ledger Blockchain Company | XRPL.org',
description: "XRP Ledger (XRPL) is an open-source, public blockchain. Gain access to technical documentation, reference materials, and blockchain ledger tools.",
}
};
@@ -113,7 +112,7 @@ export default function Index() {
<div className="col-lg-6 mx-auto text-center pl-0 pr-0">
<div className="d-flex flex-column-reverse">
<h1 className="mb-10">
{translate('The Blockchain')}
{translate('Blockchain Ledger')}
<br className="until-sm" />
{translate('Built for Business')}
</h1>