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() {