3 Commits

Author SHA1 Message Date
5672f3d7e1 Update src/app/page.tsx 2026-03-04 20:08:12 +00:00
221c8ad006 Update src/app/layout.tsx 2026-03-04 20:08:11 +00:00
51000e4119 Merge version_2 into main
Merge version_2 into main
2026-03-04 20:06:41 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagIcon={MapPin} tagIcon={MapPin}
tagAnimation="slide-up" tagAnimation="slide-up"
buttons={[ 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" } { text: "Zapytaj o produkt", href: "#contact" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -240,4 +240,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }