diff --git a/src/app/page.tsx b/src/app/page.tsx index c608aa2..ebbd86a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -15,18 +15,44 @@ export default function Page() { const navItems = [{ name: 'Home', id: '/' }]; return ( - +
- +
- +
- +
- +
- +
- +
);