Merge version_2 into main #10

Merged
bender merged 2 commits from version_2 into main 2026-03-23 15:09:26 +00:00
2 changed files with 2 additions and 2 deletions

View File

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

View File

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