From f97e82a655b6a7ea268a4e658b8e913ed061af81 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 19:35:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3046c92..1f34038 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,8 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" buttons={[ - { text: "Call Now: +48 604 160 529", href: "tel:+48604160529" }, - { text: "Send Inquiry", href: "#contact" } + { text: "Zadzwoń teraz: +48 604 160 529", href: "tel:+48604160529" }, + { text: "Wyślij zapytanie", href: "#contact" } ]} buttonAnimation="slide-up" carouselItems={[ @@ -67,10 +67,10 @@ export default function LandingPage() {