Update src/app/rozpocznij-projekt/page.tsx

This commit is contained in:
2026-03-05 16:37:16 +00:00
parent 807661f9b7
commit d11b651eef

View File

@@ -69,9 +69,9 @@ export default function RozpocznijProjektPage() {
<NavbarStyleFullscreen
brandName="WOLNY STUDIO AI"
navItems={[
{ name: "Start", id: "hero", onClick: () => handleNavigation("hero") },
{ name: "Realizacje", id: "cases", onClick: () => handleNavigation("cases") },
{ name: "Rozpocznij projekt", id: "contact", onClick: () => handleNavigation("contact") }
{ name: "Start", id: "hero" },
{ name: "Realizacje", id: "cases" },
{ name: "Rozpocznij projekt", id: "contact" }
]}
bottomLeftText="Rajcza, Polska"
bottomRightText="wsa.labs.wolny@gmail.com"