From bc9e58c155fb3a952ec44c1fefb0d05848c4e26f Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 5 Sep 2021 18:46:38 +0200 Subject: [PATCH] Add custom ad --- components/custom-ad.tsx | 41 +++++++++++++++++++++++++++++++++++++++ components/footer.tsx | 2 ++ public/fm-img.png | Bin 0 -> 394601 bytes 3 files changed, 43 insertions(+) create mode 100644 components/custom-ad.tsx create mode 100644 public/fm-img.png diff --git a/components/custom-ad.tsx b/components/custom-ad.tsx new file mode 100644 index 000000000..76483d2d1 --- /dev/null +++ b/components/custom-ad.tsx @@ -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/footer.tsx b/components/footer.tsx index 1b8a99c80..48d8d9808 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,5 +1,6 @@ import { Box, Container, Flex, Image, Link, Stack, Text } from '@chakra-ui/react'; import siteConfig from '../content/site.json'; +import { CustomAd } from './custom-ad'; function NavigationLinks() { return ( @@ -64,6 +65,7 @@ export function Footer() { + {process.env.GA_SECRET && false && (