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 && (