8 Commits

Author SHA1 Message Date
74b982d24c Merge version_3 into main
Merge version_3 into main
2026-03-06 14:37:10 +00:00
e9ed2fbd95 Update theme colors 2026-03-06 14:37:04 +00:00
578ecc19c3 Merge version_3 into main
Merge version_3 into main
2026-03-06 14:36:46 +00:00
0b059f1901 Update theme colors 2026-03-06 14:36:40 +00:00
86a0e8e14f Merge version_3 into main
Merge version_3 into main
2026-03-06 14:30:40 +00:00
091fe2a642 Update src/app/page.tsx 2026-03-06 14:30:36 +00:00
533c7327ba Update src/app/layout.tsx 2026-03-06 14:30:36 +00:00
eac0117920 Merge version_2 into main
Merge version_2 into main
2026-03-06 14:27:56 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -1423,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
mediaAnimation="blur-reveal"
imagePosition="right"
buttons={[
{ text: "Contattaci Ora", href: "tel:051-022-4484" },
{ text: "Richiedi Assistenza Gratuita", href: "tel:051-022-4484" },
{ text: "Richiedi Preventivo", href: "contact" },
]}
buttonAnimation="slide-up"
@@ -233,4 +233,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f514c;
--primary-cta-text: #ffffff;
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);