diff --git a/components/page-footer/custom-ad.jsx b/components/page-footer/custom-ad.jsx new file mode 100644 index 000000000..76483d2d1 --- /dev/null +++ b/components/page-footer/custom-ad.jsx @@ -0,0 +1,41 @@ +export const CustomAd = () => { + return ( +
+ + + + FM Logo + + + He Went from ZERO TO $74,000 as a Full Time Developer in 7 Weeks + + + + Sponsored by + + +
+ ); +}; diff --git a/components/page-footer/index.js b/components/page-footer/index.js index 094cfa810..ee399b66a 100644 --- a/components/page-footer/index.js +++ b/components/page-footer/index.js @@ -1,6 +1,7 @@ import siteConfig from 'content/site'; import { FooterWrap } from './style.js'; import './carbon.scss'; +import { CustomAd } from "./custom-ad"; const PageFooter = () => ( @@ -54,9 +55,10 @@ const PageFooter = () => ( + {/* Do not show on local */} - { process.env.GA_SECRET && ( + { process.env.GA_SECRET && false && ( <> {/*
*/} diff --git a/public/fm-img.png b/public/fm-img.png new file mode 100644 index 000000000..7fa7233d4 Binary files /dev/null and b/public/fm-img.png differ