fixed customer changes

This commit is contained in:
2026-06-26 16:31:39 -05:00
parent 576e6fcf0b
commit b1345e6d4f
3 changed files with 15 additions and 16 deletions

View File

@@ -70,9 +70,8 @@ export default function ContactForm() {
<select id="serviceType" name="serviceType" required value={formData.serviceType} onChange={handleChange} className="w-full bg-gray-50 border border-gray-200 p-3 rounded focus:outline-none focus:border-[color:var(--brand)] focus:ring-1 focus:ring-[color:var(--brand)]">
<option value="">Select a service type</option>
<option value="commercial">Commercial Project</option>
<option value="residential">Residential Service</option>
<option value="generator">Generator Quote</option>
<option value="other">Other</option>
<option value="residential">Residential Project</option>
<option value="generator">Generator Inquiry</option>
</select>
</div>
<div className="space-y-2">