Skip to content

Commit

Permalink
Merge branches 'main' and 'main' of github.com:aura-nw/landing-page
Browse files Browse the repository at this point in the history
  • Loading branch information
imhson committed Oct 10, 2023
2 parents 779c9a2 + 59f270d commit 13c8ef8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Aura Network - Building the Internet of NFTs</title>
<title>Aura Network - The Layer 1 for emerging countries</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" type="image/png" href="./assets/imgs/auraTitleLogo.png" />
<meta
name="description"
content="Aura Network is a scalable, agile and effortless Layer-1 blockchain with a comprehensive ecosystem built to accelerate global NFTs adoption." />
content="Aura Network is the Layer 1 for emerging countries, providing public infrastructure through modular tech stacks. Build and drive Blockchain mass adoption." />
<!-- Google Tag Manager -->
<script>
;(function (w, d, s, l, i) {
Expand All @@ -23,33 +23,33 @@
})(window, document, 'script', 'dataLayer', 'GTM-K3NWXQS')
</script>
<!-- End Google Tag Manager -->
<title>Aura Network - Building the Internet of NFTs</title>
<title>Aura Network - The Layer 1 for emerging countries</title>
<meta
name="description"
content="Aura Network is a scalable, agile and effortless Layer-1 blockchain with a comprehensive ecosystem built to accelerate global NFTs adoption." />
content="Aura Network is the Layer 1 for emerging countries, providing public infrastructure through modular tech stacks. Build and drive Blockchain mass adoption." />

<!-- Google / Search Engine Tags -->
<meta itemprop="name" content="Aura Network - Building the Internet of NFTs" />
<meta itemprop="name" content="Aura Network - The Layer 1 for emerging countries" />
<meta
itemprop="description"
content="Aura Network is a scalable, agile and effortless Layer-1 blockchain with a comprehensive ecosystem built to accelerate global NFTs adoption." />
content="Aura Network is the Layer 1 for emerging countries, providing public infrastructure through modular tech stacks. Build and drive Blockchain mass adoption." />
<meta itemprop="image" content="https://aura.network/./assets/imgs/thumbnail.png" />

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://aura.network" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Aura Network - Building the Internet of NFTs" />
<meta property="og:title" content="Aura Network - The Layer 1 for emerging countries" />
<meta
property="og:description"
content="Aura Network is a scalable, agile and effortless Layer-1 blockchain with a comprehensive ecosystem built to accelerate global NFTs adoption." />
content="Aura Network is the Layer 1 for emerging countries, providing public infrastructure through modular tech stacks. Build and drive Blockchain mass adoption." />
<meta property="og:image" content="https://aura.network/./assets/imgs/thumbnail.png" />

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Aura Network - Building the Internet of NFTs" />
<meta name="twitter:title" content="Aura Network - The Layer 1 for emerging countries" />
<meta
name="twitter:description"
content="Aura Network is a scalable, agile and effortless Layer-1 blockchain with a comprehensive ecosystem built to accelerate global NFTs adoption." />
content="Aura Network is the Layer 1 for emerging countries, providing public infrastructure through modular tech stacks. Build and drive Blockchain mass adoption." />
<meta name="twitter:image" content="https://aura.network/./assets/imgs/thumbnail.png" />
</head>
<body>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Introduction/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export default function Introdution() {
</span>
</div>
<div className="text">
<h1 className="text__large">Driving toward mass NFT adoption</h1>
<p className="color__f4">A Permissioned Smart Contract Layer-1 Chain</p>
<h1 className="text__large">The layer 1 for emerging countries</h1>
<p className="color__f4">Build and drive Blockchain mass adoption through modular tech stacks.</p>
</div>
<div className="img">
<img className="aura-img" src={AuraTokenImg} alt="" />
Expand Down

0 comments on commit 13c8ef8

Please sign in to comment.