From 0e838d9bfe2158623c667fb4c5a938137dd15d46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 15:09:22 +0000 Subject: [PATCH 1/2] Update src/app/contact-us/page.tsx --- src/app/contact-us/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact-us/page.tsx b/src/app/contact-us/page.tsx index 660bf98..d344c56 100644 --- a/src/app/contact-us/page.tsx +++ b/src/app/contact-us/page.tsx @@ -12,7 +12,7 @@ export default function ContactPage() { { name: "Usługi", id: "services" }, { name: "Statystyki", id: "metrics" }, { name: "FAQ", id: "faq" }, - { name: "Kontakt", href: "/contact-us" }, + { name: "Kontakt", id: "/contact-us" }, ]; return ( -- 2.49.1 From bc93d281f14726929f2ba7e6bd33c29ed35657e0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 23 Mar 2026 15:09:22 +0000 Subject: [PATCH 2/2] 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 29c7479..9abe842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { { name: "Usługi", id: "services" }, { name: "Statystyki", id: "metrics" }, { name: "FAQ", id: "faq" }, - { name: "Kontakt", href: "/contact-us" }, + { name: "Kontakt", id: "/contact-us" }, ]; return ( -- 2.49.1