diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 93cf545..5a6125a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1389,4 +1389,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index a3863e9..9ec5c88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file