Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-03 10:50:38 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -195,7 +195,7 @@ export default function HomePage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Contattaci Oggi / Get in Touch"
title="Richiedi Preventivo Gratuito Oggi / Request Your Free Quote Today"
description="Siamo pronti ad aiutarti con qualsiasi domanda sui nostri servizi. Compila il modulo sottostante e ti risponderemo entro 24 ore. / We're ready to help with any questions about our services. Fill out the form below and we'll respond within 24 hours."
inputs={[
{ name: "name", type: "text", placeholder: "Nome / Name", required: true },
@@ -225,4 +225,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}