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 (
+
+ );
+};
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 && (