diff --git a/src/app/page.tsx b/src/app/page.tsx index 65d054d..0f59202 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,27 +33,27 @@ export default function LandingPage() { { name: "O Mnie", id: "about", - href: "#about", + }, { name: "Usługi", id: "services", - href: "#services", + }, { name: "Statystyki", id: "metrics", - href: "#metrics", + }, { name: "FAQ", id: "faq", - href: "#faq", + }, { name: "Kontakt", id: "contact", - href: "#contact", + }, ]} brandName="DJ Sebastian" @@ -131,6 +131,7 @@ export default function LandingPage() {