From 29f1b878dfcc64ad5e7591d2bfe7543378a3edb4 Mon Sep 17 00:00:00 2001 From: congle-engineer Date: Sun, 13 Oct 2024 22:15:16 +0700 Subject: [PATCH] Update links --- app/about/page.tsx | 80 ++++++++++++++++++++++++++----------------- components/Footer.tsx | 79 +++++++++++++++++++++++++----------------- 2 files changed, 96 insertions(+), 63 deletions(-) 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 + + +