From 00a3fb3323964dc1e59e7626514cff93b961e4ea Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 13 Apr 2026 01:47:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 124 +++++++++++------------------------------------ 1 file changed, 29 insertions(+), 95 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6741703..09774b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,31 +44,20 @@ export default function LandingPage() {
@@ -88,55 +69,30 @@ export default function LandingPage() { title="Passionate about building intuitive software." buttons={[ { - text: "View Resume", - href: "#", - }, + text: "View Resume", href: "#"}, ]} />
@@ -194,29 +138,19 @@ export default function LandingPage() { logoText="Portfolio" columns={[ { - title: "Navigation", - items: [ + title: "Navigation", items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Projects", - href: "#projects", - }, + label: "Projects", href: "#projects"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "LinkedIn", - href: "#", - }, + label: "LinkedIn", href: "#"}, { - label: "GitHub", - href: "#", - }, + label: "GitHub", href: "#"}, ], }, ]}