diff --git a/app/about/page.tsx b/app/about/page.tsx index 3e157e7..8042cf8 100644 --- a/app/about/page.tsx +++ b/app/about/page.tsx @@ -1,5 +1,6 @@ import { Container } from "components/Container"; import Image from "next/image"; +import Link from "next/link"; export default async function About() { return ( @@ -27,39 +28,56 @@ export default async function About() { Software Engineer
- - Mail - - - - - GitHub - - - + + Mail + + + + + + + + GitHub + + + + + - Facebook - - - + Facebook + + + + + - Youtube - - + + Youtube + + +
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
- - Mail - - - - - GitHub - - - - Facebook - - - + + Mail + + + + + + + + GitHub + + + + + + + Facebook + + + + + - Youtube - - + + Youtube + + +