From 6abb429ed28906b7d0ef5ef05186acff4bdfb4ef Mon Sep 17 00:00:00 2001 From: mulika-local Date: Fri, 12 Dec 2025 11:14:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a04dc8a..4fb4934 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Menu", id: "features" }, { name: "Team", id: "team" }, - { name: "Contacts", id: "contact" } + { name: "Contact", id: "contact" } ]} /> -- 2.49.1