From 4aa9651f11088f6e1c7783a28c30dc1083a9c358 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:10:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 +++++++---------------------------------------- 1 file changed, 33 insertions(+), 217 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fae4df..353681d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,56 +31,25 @@ export default function LandingPage() {
@@ -315,32 +155,8 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/white-cubes-3d-background_23-2150505290.jpg" logoText="InnovatorPortfolio" columns={[ - { - title: "Company", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Ventures", - href: "#projects", - }, - ], - }, - { - title: "Connect", - items: [ - { - label: "LinkedIn", - href: "https://linkedin.com", - }, - { - label: "GitHub", - href: "https://github.com", - }, - ], - }, + { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Ventures", href: "#projects" }] }, + { title: "Connect", items: [{ label: "LinkedIn", href: "https://linkedin.com" }, { label: "GitHub", href: "https://github.com" }] } ]} /> -- 2.49.1