4 Commits

Author SHA1 Message Date
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 4 additions and 1 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,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--background: #000000;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;