8 Commits

Author SHA1 Message Date
f184d64258 Update theme colors 2026-06-02 12:42:04 +00:00
c1fd8c9202 Update theme colors 2026-06-02 12:41:47 +00:00
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
2674cd0068 Merge version_2 into main
Merge version_2 into main
2026-06-02 12:32:44 +00:00
2 changed files with 6 additions and 3 deletions

View File

@@ -135,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,10 +10,10 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--background: #eaeaea;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--foreground: #c6ab5b;
--primary-cta: #000000;
--primary-cta-text: #fbfaff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;