6 Commits

Author SHA1 Message Date
d9967c7815 Merge version_3 into main
Merge version_3 into main
2026-03-10 21:54:46 +00:00
3d5ee13be8 Update src/app/styles/variables.css 2026-03-10 21:54:42 +00:00
c3e52cbd2f Update src/app/page.tsx 2026-03-10 21:54:41 +00:00
66adf17e72 Merge version_2 into main
Merge version_2 into main
2026-03-10 21:52:23 +00:00
f2d90eb688 Update src/app/styles/variables.css 2026-03-10 21:52:19 +00:00
762f6710b9 Merge version_1 into main
Merge version_1 into main
2026-03-10 21:49:33 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ export default function LandingPage() {
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
useInvertedBackground={false}
carouselMode="buttons"
/>
</div>
@@ -173,7 +173,7 @@ export default function LandingPage() {
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground={true}
useInvertedBackground={false}
/>
</div>
@@ -222,7 +222,7 @@ export default function LandingPage() {
{ text: "Mapy Google", href: "https://maps.google.com/?q=Křemencova+1919,+110+00+Nové+Město,+Praha+1" },
{ text: "Zavolat", href: "tel:+420777977979" }
]}
useInvertedBackground={true}
useInvertedBackground={false}
/>
</div>

View File

@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);