Merge version_5 into main #9
@@ -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() {
|
||||
<div>
|
||||
<h3 className="font-semibold text-foreground mb-2">Indirizzo</h3>
|
||||
<p className="text-gray-600">
|
||||
Via Costruttori, 15<br />
|
||||
Lecco, Lombardia 23900<br />
|
||||
Via Asiago 11<br />
|
||||
Limbiate 20812 (MB)<br />
|
||||
Italia
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user