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 ( 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 (