From d0567fa1033c0a20d8697c39ef172c2963020a19 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:26:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 194 ++++++++--------------------------------------- 1 file changed, 31 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 216b7c3..6c18f07 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -249,30 +132,15 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "FIFO Solutions", - href: "/workforce-support", - }, - { - label: "Join ESG", - href: "/join-esg", - }, - { - label: "About Us", - href: "/about", - }, + { label: "FIFO Solutions", href: "/workforce-support" }, + { label: "Join ESG", href: "/join-esg" }, + { label: "About Us", href: "/about" }, ], }, { items: [ - { - label: "Contact", - href: "/contact", - }, - { - label: "Privacy", - href: "#", - }, + { label: "Contact", href: "/contact" }, + { label: "Privacy", href: "#" }, ], }, ]}