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." />