From fa3184576755f2060689bcfa9f8c4e3e90d8f964 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:53:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 9824d3f27203fa00fe134ac2e4b3acb631b8bdc2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 13:53:47 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1