Updated landing page

This commit is contained in:
gulimabr
2025-12-02 11:54:36 -03:00
parent 9428c4d2de
commit 5dc4f861d1
5 changed files with 43 additions and 115 deletions

View File

@@ -20,14 +20,14 @@ export default function Navbar() {
viewBox="0 0 24 24"
stroke="currentColor"
strokeWidth={2}
strokeLinecap="round"
strokeLinejoin="round"
>
<path
strokeLinecap="round"
strokeLinejoin="round"
d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"
/>
<path d="M9 5H7a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2h-2" />
<rect x="9" y="3" width="6" height="4" rx="1" />
<path d="M9 12l2 2 4-4" />
</svg>
<span>Auth App</span>
<span>Requirements Periodic Table</span>
</Link>
</div>