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"},
],
},
]}
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() {