Merge version_2 into main #10
@@ -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 (
|
||||
|
||||
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user