From eab392b2013c049a7c7d27d62ab0cfe67f536b63 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:30:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 145 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 116 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20d880c..3590d8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,38 +47,19 @@ export default function LandingPage() {
@@ -222,33 +147,21 @@ export default function LandingPage() { logoText="MC Pro ID" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "#", - }, + label: "Instagram", href: "#"}, { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, ], }, ]} -- 2.49.1