diff --git a/src/app/page.tsx b/src/app/page.tsx index 59ffdd9..d81acaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ const navItems = [{ name: "Home", id: "/" }]; export default function Page() { return ( - + @@ -53,6 +53,7 @@ export default function Page() {