From 7193ea37c64288b9d863f026a184df62a57a9ccf Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 08:26:45 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 68 +++++++--------------------------------- 1 file changed, 12 insertions(+), 56 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8f8cbb3..9695fe4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -25,26 +25,11 @@ export default function LandingPage() { @@ -94,30 +65,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: "#" }, ], }, ]}