diff --git a/components/Footer.tsx b/components/Footer.tsx
index e4e4d9e..ff9eb71 100644
--- a/components/Footer.tsx
+++ b/components/Footer.tsx
@@ -1,3 +1,4 @@
+import Link from "next/link";
import { Container } from "./Container";
export function Footer() {
@@ -9,39 +10,53 @@ export function Footer() {
Cong Le's blog built with Next.js