From 6d2845af6a4107123d10c8af40ad789891d0cf18 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:29:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4417125..bb0e8a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,8 @@ export default function LandingPage() { { name: "Careers", id: "/careers" }, - {\n name: "Contact", id: "/contact" + { + name: "Contact", id: "/contact" } ]} brandName="K&K Solution Inc." -- 2.49.1