diff --git a/components/Hero.tsx b/components/Hero.tsx index 5473fe7..4f47b97 100644 --- a/components/Hero.tsx +++ b/components/Hero.tsx @@ -1,49 +1,50 @@ -import { Button } from "./ui"; +import { Button } from './ui'; const Hero = () => { return ( -
-
+
+
- +
-
-
-

+
+
+

Curated list of security tools for  - Hackers & Builders! + Hackers & Builders!

-
+ - +
-

- An initiative to share and educate about various tools used in the field of information security. +

+ An initiative to share and educate about various tools used in the + field of information security.

- +
diff --git a/components/Nav.tsx b/components/Nav.tsx index bfde31f..81dd5a3 100644 --- a/components/Nav.tsx +++ b/components/Nav.tsx @@ -1,118 +1,121 @@ -import { useState } from "react"; +import { useState } from 'react'; const Nav = () => { const [isMenuOpen, setIsMenuOpen] = useState(false); - return ( -
-
-
+
+
+
- tldr.run - + tldr.run + TLDR -
    + -
    +
    {isMenuOpen && ( -
    -
    -
    +
    +
    +