10 Commits

Author SHA1 Message Date
66f734dbbf Update theme colors 2026-06-02 12:41:38 +00:00
6684ff4e0b Update theme colors 2026-06-02 12:41:23 +00:00
008a9d5551 Update theme colors 2026-06-02 12:41:04 +00:00
1515e7fcb0 Update src/app/page.tsx 2026-06-02 12:37:20 +00:00
792067ec37 Merge version_2 into main
Merge version_2 into main
2026-06-02 12:33:52 +00:00
4049df754f Update src/app/page.tsx 2026-06-02 12:33:49 +00:00
2674cd0068 Merge version_2 into main
Merge version_2 into main
2026-06-02 12:32:44 +00:00
f20c7774ef Update src/app/page.tsx 2026-06-02 12:32:41 +00:00
0489d55081 Merge version_1 into main
Merge version_1 into main
2026-06-02 12:30:14 +00:00
635ae38b08 Merge version_1 into main
Merge version_1 into main
2026-06-02 12:28:46 +00:00
2 changed files with 8 additions and 2 deletions

View File

@@ -107,6 +107,9 @@ export default function LandingPage() {
type: "text-icon", text: "Satysfakcja Gwarantowana", icon: Smile,
},
]}
buttons={[
{ text: "Znajdź Twój Idealny Dom", href: "#offers" }
]}
/>
</div>
@@ -132,6 +135,9 @@ export default function LandingPage() {
]}
title="Nasze osiągnięcia"
description="Lata doświadczenia i setki udanych transakcji potwierdzają naszą skuteczność i profesjonalizm."
buttons={[
{ text: "Skorzystaj z naszego doświadczenia", href: "#contact" }
]}
/>
</div>

View File

@@ -10,9 +10,9 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--background: #eaeaea;
--card: #f7f5ff;
--foreground: #0f0022;
--foreground: #c6ab5b;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;