diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 159af3c..20bf250 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1383,4 +1383,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index da4c71a..c181dc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file