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 +}