Update src/app/page.tsx

This commit is contained in:
2026-05-11 17:01:10 +00:00
parent ec3b73ec26
commit a4152c3979

View File

@@ -40,7 +40,8 @@ export default function LandingPage() {
]}
brandName="4UApartments"
button={{
text: "Zadzwoń teraz", href: "tel:+48691704249"}}
text: "Zadzwoń teraz", onClick: () => window.location.href = "tel:+48691704249"
}}
/>
</div>
@@ -52,9 +53,11 @@ export default function LandingPage() {
description="Pierwsze dni sprzedaży decydują o cenie. Większość właścicieli traci wtedy dziesiątki tysięcy złotych. Piotr Lewandowski, Licencja PFRN 31859."
buttons={[
{
text: "Sprawdź, ile możesz zyskać", href: "#contact"},
text: "Sprawdź, ile możesz zyskać", href: "#contact"
},
{
text: "Zadzwoń teraz", href: "tel:+48691704249"},
text: "Zadzwoń teraz", onClick: () => window.location.href = "tel:+48691704249"
},
]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-calling-with-her-smartphone_23-2149405905.jpg", imageAlt: "Piotr Lewandowski" },