Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5672f3d7e1 | |||
| 221c8ad006 | |||
| 51000e4119 |
@@ -1383,4 +1383,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user