mirror of
				https://github.com/XRPLF/xrpl-dev-portal.git
				synced 2025-11-04 11:55:50 +00:00 
			
		
		
		
	adds seo title description and h1 changes
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user