diff --git a/src/app/page.tsx b/src/app/page.tsx index f4ac34c..81074aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,15 +45,12 @@ export default function LandingPage() {
@@ -151,12 +117,7 @@ export default function LandingPage() { title="Trusted Partners & Platforms" description="Collaborating and building across diverse technology ecosystems." names={[ - "Proxmox", - "VMware", - "Docker", - "Kali Linux", - "Python Foundation", - ]} + "Proxmox", "VMware", "Docker", "Kali Linux", "Python Foundation"]} /> @@ -166,25 +127,17 @@ export default function LandingPage() { { items: [ { - label: "GitHub", - href: "https://github.com", - }, + label: "GitHub", href: "https://github.com"}, { - label: "HackTheBox", - href: "https://hackthebox.com", - }, + label: "HackTheBox", href: "https://hackthebox.com"}, ], }, { items: [ { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, ], }, ]}