diff --git a/src/components/header.js b/src/components/header.js index d3ed505e1..a063880f1 100644 --- a/src/components/header.js +++ b/src/components/header.js @@ -1,6 +1,5 @@ import * as React from "react" import { Link } from "gatsby" -import {Helmet} from "react-helmet"; import logo from '../images/celestia-logo.svg' import Image from "./imageComponent"; @@ -163,9 +162,6 @@ class Header extends React.Component { return ( <>
- - Celestia -
- -
+
+
  • Developers can effortlessly define their own virtual execution environments; similar to virtual machines
  • Each application gets its own sovereign execution space, while inheriting the security of Celestia's consensus
  • Applications can be updated without main chain hard forks
  • " + } + />
    - + -
    -
    -

    Roadmap

    - -
    -
      - {roadmaps && - roadmaps.map(function (roadmap, index) { - return ( - - ); - })} -
    -
    +
    +
    +
    + -
    -
    -
    -
    -

    Run a node on testnet

    -
    Experiment and practice running a node on testnet in preparation for mainnet.
    - - - -
    -
    -

    Build on our developer beta

    -
    - Build on Celestia and be the first to explore the benefits of its novel architecture. -
    - - - -
    +
    +
    +

    Roadmap

    + +
    +
      + {roadmaps && + roadmaps.map(function (roadmap, index) { + return ; + })} +
    +
    +
    +
    + +
    +
    +
    +
    +

    Run a node on testnet

    +
    Experiment and practice running a node on testnet in preparation for mainnet.
    + + +
    -
    -
    - } - /> - - - - -
    - - -
    -
    -
    - - ); - } -} +
    +

    Build on our developer beta

    +
    Build on Celestia and be the first to explore the benefits of its novel architecture.
    + + + +
    +
    +
    +
    + } + /> + + + + +
    + + +
    +
    +
    + + ); +}; -export default IndexPage; +export default IndexPage; \ No newline at end of file diff --git a/src/pages/learn.js b/src/pages/learn.js index ffb235c60..c00686e5e 100644 --- a/src/pages/learn.js +++ b/src/pages/learn.js @@ -3,7 +3,6 @@ import { graphql } from "gatsby"; import { FooterBoxes } from "../datas/learn/content"; import Layout from "../components/layout"; import LearnBox from "../components/learn-box"; -import SEO from "../components/seo"; const LearnPage = ({ data: { @@ -20,11 +19,6 @@ const LearnPage = ({ return ( -
    diff --git a/src/pages/press.js b/src/pages/press.js index 79e5a7c94..28aa4c5cf 100644 --- a/src/pages/press.js +++ b/src/pages/press.js @@ -4,15 +4,17 @@ import { pressData } from "../datas/press/press-data"; import { FooterBoxes } from "../datas/press/content"; import Layout from "../components/layout"; import PressItem from "../components/modules/press-item"; + +import { seoContent } from "../datas/press/seoContent"; import SEO from "../components/seo"; const Press = () => { return (
    diff --git a/src/pages/resources.js b/src/pages/resources.js index c6d1d9f82..c9b32bd5c 100644 --- a/src/pages/resources.js +++ b/src/pages/resources.js @@ -19,6 +19,8 @@ import { communityposts } from "../datas/resources/community-posts"; import Carousel from "react-multi-carousel"; import Layout from "../components/layout"; import { content } from "../datas/technology/content"; + +import { seoContent } from "../datas/resources/seoContent"; import SEO from "../components/seo"; const responsive = { @@ -123,9 +125,9 @@ class ResourcesPage extends React.Component { return (
    diff --git a/src/pages/team.js b/src/pages/team.js index f18a69914..dfb5f0ef1 100644 --- a/src/pages/team.js +++ b/src/pages/team.js @@ -9,14 +9,17 @@ import {FooterBoxes} from "../datas/team/content"; import {teamMembers} from "../datas/team/team-members"; import {advisors} from "../datas/team/advisors"; import Layout from "../components/layout"; + +import { seoContent } from "../datas/team/seoContent"; import SEO from "../components/seo"; const TeamPage = () => { return (
    diff --git a/src/pages/technology.js b/src/pages/technology.js index 1f66eb37b..4a344bb90 100644 --- a/src/pages/technology.js +++ b/src/pages/technology.js @@ -6,7 +6,7 @@ import ColumnWithIcon from "../components/modules/columnWithIcon"; import {content, Technologies, FooterBoxes} from "../datas/technology/content"; import Layout from "../components/layout"; -import { seoContent } from "../datas/what-is-celestia/seoContent"; +import { seoContent } from "../datas/technology/seoContent"; import SEO from "../components/seo"; const TechnologyPage = () => {