Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 66f734dbbf | |||
| 6684ff4e0b | |||
| 008a9d5551 | |||
| 1515e7fcb0 | |||
| 792067ec37 | |||
| 4049df754f | |||
| 2674cd0068 | |||
| f20c7774ef | |||
| 0489d55081 | |||
| 635ae38b08 |
@@ -107,6 +107,9 @@ export default function LandingPage() {
|
|||||||
type: "text-icon", text: "Satysfakcja Gwarantowana", icon: Smile,
|
type: "text-icon", text: "Satysfakcja Gwarantowana", icon: Smile,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Znajdź Twój Idealny Dom", href: "#offers" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -132,6 +135,9 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Nasze osiągnięcia"
|
title="Nasze osiągnięcia"
|
||||||
description="Lata doświadczenia i setki udanych transakcji potwierdzają naszą skuteczność i profesjonalizm."
|
description="Lata doświadczenia i setki udanych transakcji potwierdzają naszą skuteczność i profesjonalizm."
|
||||||
|
buttons={[
|
||||||
|
{ text: "Skorzystaj z naszego doświadczenia", href: "#contact" }
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@@ -10,9 +10,9 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #fbfaff;
|
--background: #eaeaea;
|
||||||
--card: #f7f5ff;
|
--card: #f7f5ff;
|
||||||
--foreground: #0f0022;
|
--foreground: #c6ab5b;
|
||||||
--primary-cta: #8b5cf6;
|
--primary-cta: #8b5cf6;
|
||||||
--primary-cta-text: #fbfaff;
|
--primary-cta-text: #fbfaff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
|
|||||||
Reference in New Issue
Block a user