Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 09:35:11 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
]}
mediaAnimation="slide-up"
buttons={[
{ text: "Chiama Ora", href: "tel:0121349116" },
{ text: "Ritiro Gratuito Adesso", href: "tel:0121349116" },
{ text: "Richiedi Informazioni", href: "#contact" }
]}
buttonAnimation="slide-up"
@@ -224,4 +224,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}