Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 20:08:16 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1383,4 +1383,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={MapPin}
tagAnimation="slide-up"
buttons={[
{ text: "Zadzwoń teraz", href: "tel:33-860-20-56" },
{ text: "Zadzwoń: 33-860-20-56", href: "tel:33-860-20-56" },
{ text: "Zapytaj o produkt", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}