From f14172ceee17482f6513ffaf11b6fe00cc11d24c Mon Sep 17 00:00:00 2001 From: Calvin Nguyen Date: Sun, 3 Dec 2023 15:22:34 -0800 Subject: [PATCH] Updated home ppage added another about section --- app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/page.tsx b/app/page.tsx index 1af2ab6..d2746dd 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -16,6 +16,7 @@ const Home: NextPage = () => { + ); };