diff --git a/themes/landing/components/Footer.js b/themes/landing/components/Footer.js
index 0ac29e2b..9a4f8527 100644
--- a/themes/landing/components/Footer.js
+++ b/themes/landing/components/Footer.js
@@ -1,4 +1,5 @@
import { subscribeToNewsletter } from '@/lib/mailchimp'
+import Link from 'next/link'
import { useEffect, useRef, useState } from 'react'
import CONFIG from '../config'
import Logo from './Logo'
@@ -43,7 +44,7 @@ export default function Footer() {