3 Commits

Author SHA1 Message Date
599a80d14c Update src/app/rozpocznij-projekt/page.tsx 2026-03-05 16:31:33 +00:00
8583dd6ceb Update src/app/page.tsx 2026-03-05 16:31:32 +00:00
4f2a2e3f67 Merge version_18 into main
Merge version_18 into main
2026-03-05 16:22:36 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ export default function LandingPage() {
<NavbarStyleFullscreen
brandName="WOLNY STUDIO AI"
navItems={[
{ name: "Start", id: "hero" },
{ name: "Start", id: "innowacyjne-rozwiazania" },
{ name: "Realizacje", id: "cases" },
{ name: "Rozpocznij projekt", id: "contact" }
]}
@@ -79,7 +79,7 @@ export default function LandingPage() {
/>
</div>
<div id="about" data-section="about">
<div id="innowacyjne-rozwiazania" data-section="innowacyjne-rozwiazania">
<TestimonialAboutCard
tag="Kim Jesteśmy"
tagIcon={Lightbulb}

View File

@@ -59,7 +59,7 @@ export default function RozpocznijProjektPage() {
<NavbarStyleFullscreen
brandName="WOLNY STUDIO AI"
navItems={[
{ name: "Start", id: "hero" },
{ name: "Start", id: "innowacyjne-rozwiazania" },
{ name: "Realizacje", id: "cases" },
{ name: "Rozpocznij projekt", id: "contact" }
]}