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: "#" }, ], }, ]}