From ad60a45abeb0519c1c47c8471396c7ba4adfd5d1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 14:22:10 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0aceb1e..4511b54 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -8,7 +8,7 @@ import { useState } from "react"; export default function ContactPage() { const [formData, setFormData] = useState({ - name: "", email: "", phone: "", projectType: "", message: ""}); + name: "", email: "", phone: "", projectType: "", message: "" }); const [isSubmitting, setIsSubmitting] = useState(false); const [submitMessage, setSubmitMessage] = useState(""); @@ -243,8 +243,8 @@ export default function ContactPage() {

Indirizzo

- Via Costruttori, 15
- Lecco, Lombardia 23900
+ Via Asiago 11
+ Limbiate 20812 (MB)
Italia

-- 2.49.1