10 Commits

Author SHA1 Message Date
75972642bb Update src/app/page.tsx 2026-06-09 17:14:02 +00:00
d47f017902 Merge version_6 into main
Merge version_6 into main
2026-06-09 17:09:00 +00:00
709908d8ef Update theme colors 2026-06-09 17:08:57 +00:00
bf7cc880d8 Merge version_5 into main
Merge version_5 into main
2026-06-09 17:08:34 +00:00
adac74c097 Update theme colors 2026-06-09 17:08:30 +00:00
be36b3dc75 Merge version_4 into main
Merge version_4 into main
2026-06-09 17:08:03 +00:00
de34b4a078 Update theme colors 2026-06-09 17:07:59 +00:00
c5a580318a Merge version_3 into main
Merge version_3 into main
2026-06-09 16:54:56 +00:00
dda21a7fe6 Merge version_3 into main
Merge version_3 into main
2026-06-09 16:54:22 +00:00
1f0ad1ea30 Merge version_3 into main
Merge version_3 into main
2026-06-09 16:53:46 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ export default function LandingPage() {
text: "Spoznajte Nás", href: "#about"},
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/soccer-stadium-full-people_23-2151548638.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EuICNkH3LI11nHK4HpX7kHvGfx/uploaded-1781025209311-l2twzkkv.jpg"
imageAlt="Dynamic soccer action shot"
showDimOverlay={true}
/>
@@ -340,4 +340,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,10 +10,10 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000802;
--background: #1d681e;
--card: #0b1a0b;
--foreground: #e6ffe6;
--primary-cta: #80da9b;
--foreground: #eaf32d;
--primary-cta: #f3f3f3;
--primary-cta-text: #000802;
--secondary-cta: #07170b;
--secondary-cta-text: #e6ffe6;