diff --git a/docusaurus.config.js b/docusaurus.config.js index 6d17e14..e324bb0 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -100,6 +100,7 @@ const config = { {to: '/what-is-ada', label: 'What is ada?'}, {to: '/what-is-ada#wallets', label: 'Find Cardano wallets'}, {to: '/where-to-get-ada', label: 'Where to get ada?'}, + {to: '/common-scams', label: 'How to protect your ada?'}, {to: '/stake-pool-delegation', label: 'Delegate your stake'}, {to: '/stake-pool-operation', label: 'Operate a stake pool'}, {to: '/governance', label: 'Participate in governance'}, diff --git a/src/pages/common-scams.js b/src/pages/common-scams.js new file mode 100644 index 0000000..e12e16e --- /dev/null +++ b/src/pages/common-scams.js @@ -0,0 +1,142 @@ +import React from "react"; +import useDocusaurusContext from "@docusaurus/useDocusaurusContext"; +import Layout from "@theme/Layout"; +import Link from "@docusaurus/Link"; +import SiteHero from "@site/src/components/Layout/SiteHero"; +import BoundaryBox from "@site/src/components/Layout/BoundaryBox"; +import Divider from "@site/src/components/Layout/Divider"; +import TitleWithText from "@site/src/components/Layout/TitleWithText"; +import BackgroundWrapper from "@site/src/components/Layout/BackgroundWrapper"; +import OpenGraphImage from "@site/src/components/Layout/OpenGraphImage"; +import SpacerBox from "@site/src/components/Layout/SpacerBox"; + + + +function HomepageHeader() { + const { siteTitle } = useDocusaurusContext(); + return ( + + ); +} + +export default function Home() { + return ( + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); +} \ No newline at end of file diff --git a/static/img/og/common-scams.jpg b/static/img/og/common-scams.jpg new file mode 100644 index 0000000..1bbee14 Binary files /dev/null and b/static/img/og/common-scams.jpg differ