5 Commits

Author SHA1 Message Date
fa37e555fd Merge version_3 into main
Merge version_3 into main
2026-03-11 19:20:57 +00:00
a80e92ce48 Update theme colors 2026-03-11 19:20:51 +00:00
737913eaac Merge version_3 into main
Merge version_3 into main
2026-03-11 19:12:34 +00:00
07d6c80d42 Update src/app/page.tsx 2026-03-11 19:12:30 +00:00
4bf512577d Merge version_2 into main
Merge version_2 into main
2026-03-11 19:10:57 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Discover sophisticated luxury living in the heart of Jaroměř. Our premium residential complex combines contemporary design with timeless elegance, offering the perfect blend of comfort and prestige."
background={{ variant: "plain" }}
buttons={[
{ text: "Explore Properties", href: "#properties" },
{ text: "View Available Units", href: "#properties" },
{ text: "Schedule Viewing", href: "#contact" }
]}
layoutOrder="default"

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f5f5f5;
--foreground: #000000;
--primary-cta: #d4af37;
--primary-cta-text: #000000;
--secondary-cta: #ffffff;
--secondary-cta-text: #000000;
--accent: #1a1a1a;
--background-accent: #e8e8e8;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);