4 Commits

Author SHA1 Message Date
0b965719f3 Update theme colors 2026-03-06 17:13:22 +00:00
f6200facc0 Update theme colors 2026-03-06 17:09:09 +00:00
90f2ec1d9c Update src/app/page.tsx 2026-03-05 19:54:47 +00:00
08d7169711 Merge version_2 into main
Merge version_2 into main
2026-03-05 19:52:17 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="MIV Varaždin"
description="Industrial company in Varaždin, Croatia | 4.2★ (110 reviews) | Varaždin, Croatia"
description="Premium Industrial Facility in Varaždin | Fast Loading & Expert Staff | 4.2★ (110 reviews)"
buttons={[
{
text: "Get Directions", href: "https://www.google.com/maps/search/79R5+64+Varazdin"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120a00e6;
--primary-cta: #FF7B05;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #120a00e6;
--accent: #e2e2e2;
--background-accent: #FF7B05;
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);