rewrite #16

Merged
imnyang merged 12 commits from rewrite into main 2026-09-09 14:38:23 +09:00
Showing only changes of commit 28802694dd - Show all commits

wow
Some checks failed
/ print-content (push) Failing after 28s

암냥 2026-09-09 14:37:59 +09:00

View file

@ -3,7 +3,7 @@ const navigationItems = [
{ label: "Home", href: "#home" }, { label: "Home", href: "#home" },
{ label: "About", href: "#about" }, { label: "About", href: "#about" },
{ label: "Projects", href: "#projects" }, { label: "Projects", href: "#projects" },
{ label: "Timeline", href: "#experience" }, { label: "Experience", href: "#experience" },
{ label: "Contact", href: "#contact" }, { label: "Contact", href: "#contact" },
] as const; ] as const;