From 7eaf26e88d1d7686e20fa256eb06d4adb2e654e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:12:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++++++++++++++------------------- 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f121a30..3942d1a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,8 @@ export default function LandingPage() { @@ -182,25 +193,25 @@ export default function LandingPage() { { label: "Home", href: "#hero" }, { label: "About", href: "#about" }, { label: "Projects", href: "#projects" }, - { label: "Contact", href: "#contact" }, - ], + { label: "Contact", href: "#contact" } + ] }, { title: "Connect", items: [ { label: "GitHub", href: "https://github.com" }, { label: "LinkedIn", href: "https://linkedin.com" }, { label: "Twitter", href: "https://twitter.com" }, - { label: "Email", href: "mailto:hello@alexchen.dev" }, - ], + { label: "Email", href: "mailto:hello@alexchen.dev" } + ] }, { title: "Resources", items: [ { label: "Blog", href: "#" }, { label: "Resume", href: "#" }, { label: "Privacy", href: "#" }, - { label: "Terms", href: "#" }, - ], - }, + { label: "Terms", href: "#" } + ] + } ]} copyrightText="© 2025 Alex Chen. Crafted with code and creativity." /> -- 2.49.1