Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b1c7d1b9c | |||
| 745363f766 | |||
| 5cd8063c29 | |||
| b5b21f70aa | |||
| f24cfb09c4 |
@@ -1411,4 +1411,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -195,7 +195,7 @@ export default function HomePage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<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."
|
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={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Nome / Name", required: true },
|
{ name: "name", type: "text", placeholder: "Nome / Name", required: true },
|
||||||
@@ -225,4 +225,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user