3 Commits

Author SHA1 Message Date
9824d3f272 Update src/app/page.tsx 2026-03-05 13:53:47 +00:00
fa31845767 Update src/app/layout.tsx 2026-03-05 13:53:47 +00:00
2d8c86cd76 Merge version_2 into main
Merge version_2 into main
2026-03-05 13:51:07 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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