From 421ff03264403c9f396f1586877830351dd009df Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 14:40:50 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 43 ++++++++++++------------------------------ 1 file changed, 12 insertions(+), 31 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a8009ef..113bc28 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,25 +26,15 @@ export default function LandingPage() { @@ -63,8 +53,7 @@ export default function LandingPage() { @@ -74,25 +63,17 @@ export default function LandingPage() { logoText="AiViqo" columns={[ { - title: "Agency", - items: [ + title: "Agency", items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Portfolio", - href: "/portfolio", - }, + label: "Portfolio", href: "/portfolio"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]} @@ -101,4 +82,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file