From 5582b84905a854fec375c69ce64a683fa5f7adb7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:53:31 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 171 +++++++++++++---------------------------------- 1 file changed, 47 insertions(+), 124 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b06478f..17df3f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,47 +30,32 @@ export default function LandingPage() {
@@ -161,49 +115,25 @@ export default function LandingPage() {
@@ -222,37 +159,23 @@ export default function LandingPage() { logoText="digitalio" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Solutions", - href: "/solutions", - }, + label: "Solutions", href: "/solutions"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Documentation", - href: "#", - }, + label: "Documentation", href: "#"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]} -- 2.49.1 From 41e28f4111a1444975e1c5c619651e594c6d25a9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:53:32 +0000 Subject: [PATCH 2/2] Update src/app/solutions/page.tsx --- src/app/solutions/page.tsx | 103 ++++++++++--------------------------- 1 file changed, 27 insertions(+), 76 deletions(-) diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index d2089de..da89349 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -27,85 +27,52 @@ export default function LandingPage() {
@@ -129,37 +94,23 @@ export default function LandingPage() { logoText="digitalio" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#", - }, + label: "About Us", href: "#"}, { - label: "Services", - href: "/services", - }, + label: "Services", href: "/services"}, { - label: "Solutions", - href: "/solutions", - }, + label: "Solutions", href: "/solutions"}, ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { - label: "Blog", - href: "#", - }, + label: "Blog", href: "#"}, { - label: "Documentation", - href: "#", - }, + label: "Documentation", href: "#"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]} -- 2.49.1