5 Commits

Author SHA1 Message Date
5b1c7d1b9c Update src/app/page.tsx 2026-03-03 10:50:31 +00:00
745363f766 Update src/app/layout.tsx 2026-03-03 10:50:30 +00:00
5cd8063c29 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:49:37 +00:00
b5b21f70aa Merge version_1 into main
Merge version_1 into main
2026-03-03 10:47:43 +00:00
f24cfb09c4 Merge version_1 into main
Merge version_1 into main
2026-03-03 10:44: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>
);
}
}