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

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

View File

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