From d72f8d980eb1138ccba02db0e500f8d2ba04dae0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 10:21:07 +0000 Subject: [PATCH] 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 9456630..19b20ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,7 +79,7 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/distribution-warehouse-building-interior-large-storage-area-with-goods-shelf_342744-1452.jpg?_wi=1" imageAlt="Nowoczesne centrum logistyczne Fibro Poland" buttons={[ - { text: "Zadzwoń teraz", href: "tel:+48717XXXXX" }, + { text: "Bezpłatna wycena logistyczna", href: "tel:+48717XXXXX" }, { text: "Wyślij zapytanie", href: "#contact-cta" }, ]} buttonAnimation="slide-up" @@ -214,4 +214,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}