Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 74b982d24c | |||
| e9ed2fbd95 | |||
| 578ecc19c3 | |||
| 0b059f1901 | |||
| 86a0e8e14f | |||
| 091fe2a642 | |||
| 533c7327ba | |||
| eac0117920 |
@@ -1423,4 +1423,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user