Merge version_3 into main #6

Merged
bender merged 2 commits from version_3 into main 2026-03-05 13:53:52 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -47,7 +47,7 @@ export default function LandingPage() {
tagIcon={Clock}
tagAnimation="slide-up"
buttons={[
{ text: "Zadzwoń: 693 513 190", href: "tel:693513190" },
{ text: "Zadzwoń teraz - 693 513 190", href: "tel:693513190" },
{ text: "Wyznacz trasę", href: "https://maps.google.com/?q=Gabriela+Narutowicza+40,+41-200+Sosnowiec" },
]}
buttonAnimation="slide-up"
@@ -189,4 +189,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}