Merge version_3 into main #2

Merged
bender merged 2 commits from version_3 into main 2026-03-06 14:30:40 +00:00
2 changed files with 3 additions and 3 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>
);
}
}