Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user