import{r as c,j as e,b as x,P as u,s as r,e as b,M as p,C as g}from"./index-BEDZZ8Sb.js";import{S as j}from"./SEOHead-BOJZl23s.js";import{S as f}from"./SchemaMarkup-D6BCIW80.js";import{g as N,B as v}from"./Breadcrumb-BPtvhqB5.js";import{C as w}from"./check-circle-CuS6EXVu.js";import{S as y}from"./send-CDMH76AD.js";import{G as F}from"./GoogleMap-xZvVt_tZ.js";function C(){const[o,l]=c.useState(!1),[s,i]=c.useState({name:"",phone:"",email:"",service:"",date:"",area:"",message:""}),t=a=>{i({...s,[a.target.name]:a.target.value})},m=a=>{a.preventDefault();const d=a.target,h=new FormData(d);fetch("/",{method:"POST",headers:{"Content-Type":"application/x-www-form-urlencoded"},body:new URLSearchParams(h).toString()}).then(()=>l(!0)).catch(()=>l(!0))};return o?e.jsxs("div",{className:"bg-success-50 border border-success-200 rounded-xl p-8 text-center",children:[e.jsx(w,{className:"w-12 h-12 text-success-600 mx-auto mb-4"}),e.jsx("h3",{className:"text-xl font-bold text-charcoal-900 mb-2",children:"Thank You for Reaching Out"}),e.jsxs("p",{className:"text-charcoal-600",children:["We received your request and will get back to you within one business day. For immediate assistance, please call us at"," ",e.jsx("a",{href:"tel:+15203762779",className:"text-amber-600 font-semibold",children:"(520) 376-2779"}),"."]})]}):e.jsxs("form",{name:"quote-request",method:"POST","data-netlify":"true",onSubmit:m,className:"space-y-5",children:[e.jsx("input",{type:"hidden",name:"form-name",value:"quote-request"}),e.jsx("p",{className:"hidden",children:e.jsxs("label",{children:["Do not fill this out: ",e.jsx("input",{name:"bot-field"})]})}),e.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-5",children:[e.jsxs("div",{children:[e.jsxs("label",{htmlFor:"name",className:"block text-sm font-medium text-charcoal-700 mb-1.5",children:["Full Name ",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx("input",{type:"text",id:"name",name:"name",required:!0,value:s.name,onChange:t,className:`w-full px-4 py-3 rounded-lg border border-charcoal-200 bg-white text-charcoal-900
focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition-all`,placeholder:"Your full name"})]}),e.jsxs("div",{children:[e.jsxs("label",{htmlFor:"phone",className:"block text-sm font-medium text-charcoal-700 mb-1.5",children:["Phone Number ",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx("input",{type:"tel",id:"phone",name:"phone",required:!0,value:s.phone,onChange:t,className:`w-full px-4 py-3 rounded-lg border border-charcoal-200 bg-white text-charcoal-900
focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition-all`,placeholder:"(520) 000-0000"})]})]}),e.jsxs("div",{children:[e.jsxs("label",{htmlFor:"email",className:"block text-sm font-medium text-charcoal-700 mb-1.5",children:["Email Address ",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsx("input",{type:"email",id:"email",name:"email",required:!0,value:s.email,onChange:t,className:`w-full px-4 py-3 rounded-lg border border-charcoal-200 bg-white text-charcoal-900
focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition-all`,placeholder:"your@email.com"})]}),e.jsxs("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-5",children:[e.jsxs("div",{children:[e.jsxs("label",{htmlFor:"service",className:"block text-sm font-medium text-charcoal-700 mb-1.5",children:["Service Needed ",e.jsx("span",{className:"text-error-500",children:"*"})]}),e.jsxs("select",{id:"service",name:"service",required:!0,value:s.service,onChange:t,className:`w-full px-4 py-3 rounded-lg border border-charcoal-200 bg-white text-charcoal-900
focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition-all`,children:[e.jsx("option",{value:"",children:"Select a service"}),x.map(a=>e.jsx("option",{value:a.name,children:a.name},a.slug)),e.jsx("option",{value:"Other",children:"Other"})]})]}),e.jsxs("div",{children:[e.jsx("label",{htmlFor:"date",className:"block text-sm font-medium text-charcoal-700 mb-1.5",children:"Preferred Date"}),e.jsx("input",{type:"date",id:"date",name:"date",value:s.date,onChange:t,className:`w-full px-4 py-3 rounded-lg border border-charcoal-200 bg-white text-charcoal-900
focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition-all`})]})]}),e.jsxs("div",{children:[e.jsx("label",{htmlFor:"area",className:"block text-sm font-medium text-charcoal-700 mb-1.5",children:"Your Area / Neighborhood"}),e.jsx("input",{type:"text",id:"area",name:"area",value:s.area,onChange:t,className:`w-full px-4 py-3 rounded-lg border border-charcoal-200 bg-white text-charcoal-900
focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition-all`,placeholder:"e.g., Oro Valley, Catalina Foothills"})]}),e.jsxs("div",{children:[e.jsx("label",{htmlFor:"message",className:"block text-sm font-medium text-charcoal-700 mb-1.5",children:"Describe Your Project"}),e.jsx("textarea",{id:"message",name:"message",rows:4,value:s.message,onChange:t,className:`w-full px-4 py-3 rounded-lg border border-charcoal-200 bg-white text-charcoal-900
focus:ring-2 focus:ring-amber-500 focus:border-amber-500 outline-none transition-all resize-y`,placeholder:"Tell us about your electrical project..."})]}),e.jsxs("button",{type:"submit",className:"btn-primary w-full sm:w-auto flex items-center gap-2",children:[e.jsx(y,{className:"w-5 h-5"}),"Request Free Estimate"]})]})}const n=[{label:"Contact"}];function W(){return e.jsxs(e.Fragment,{children:[e.jsx(j,{title:"Contact Flowing Wells Electric - Free Estimates in Tucson | Flowing Wells Electric",description:"Contact Flowing Wells Electric for free electrical estimates in Tucson, AZ. Call (520) 376-2779 or use our online form for fast, friendly service.",canonical:"/contact"}),e.jsx(f,{schemas:[N(n)]}),e.jsx("section",{className:"bg-white border-b border-charcoal-100",children:e.jsx("div",{className:"container-custom",children:e.jsx(v,{items:n})})}),e.jsx("section",{className:"pt-12 md:pt-16 pb-8 bg-cream-100",children:e.jsxs("div",{className:"container-custom",children:[e.jsx("h1",{className:"text-charcoal-900 mb-4",children:"Contact Flowing Wells Electric – Free Estimates in Tucson"}),e.jsx("div",{className:"w-20 h-1 bg-amber-600 mb-6"}),e.jsx("p",{className:"text-charcoal-600 text-lg max-w-3xl",children:"Ready to get started on your electrical project? Fill out the form below or give us a call. We provide free estimates and typically respond within one business day."})]})}),e.jsx("section",{className:"section-padding bg-cream-100",children:e.jsx("div",{className:"container-custom",children:e.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-3 gap-10 lg:gap-12",children:[e.jsx("div",{className:"lg:col-span-2",children:e.jsxs("div",{className:"bg-white rounded-xl shadow-md p-6 md:p-8",children:[e.jsx("h2",{className:"text-xl md:text-2xl font-bold text-charcoal-900 mb-6",children:"Request a Free Estimate"}),e.jsx(C,{})]})}),e.jsx("div",{className:"lg:col-span-1",children:e.jsxs("div",{className:"bg-white rounded-xl shadow-md p-6 md:p-8 sticky top-28",children:[e.jsx("h2",{className:"text-xl font-bold text-charcoal-900 mb-6",children:"Get in Touch"}),e.jsxs("div",{className:"mb-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-2",children:[e.jsx("div",{className:"w-10 h-10 bg-amber-100 rounded-lg flex items-center justify-center",children:e.jsx(u,{className:"w-5 h-5 text-amber-600"})}),e.jsx("span",{className:"text-sm font-medium text-charcoal-500 uppercase tracking-wide",children:"Phone"})]}),e.jsx("a",{href:r.phoneHref,className:"text-2xl font-bold text-burnt-600 hover:text-burnt-700 transition-colors",children:r.phone}),e.jsx("p",{className:"text-sm text-charcoal-500 mt-1",children:"Tap to call on mobile"})]}),e.jsx("hr",{className:"border-charcoal-100 my-5"}),e.jsxs("div",{className:"mb-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-2",children:[e.jsx("div",{className:"w-10 h-10 bg-amber-100 rounded-lg flex items-center justify-center",children:e.jsx(b,{className:"w-5 h-5 text-amber-600"})}),e.jsx("span",{className:"text-sm font-medium text-charcoal-500 uppercase tracking-wide",children:"Email"})]}),e.jsx("a",{href:`mailto:${r.email}`,className:"text-burnt-600 hover:text-burnt-700 font-medium transition-colors break-all",children:r.email})]}),e.jsx("hr",{className:"border-charcoal-100 my-5"}),e.jsxs("div",{className:"mb-6",children:[e.jsxs("div",{className:"flex items-center gap-3 mb-2",children:[e.jsx("div",{className:"w-10 h-10 bg-amber-100 rounded-lg flex items-center justify-center",children:e.jsx(p,{className:"w-5 h-5 text-amber-600"})}),e.jsx("span",{className:"text-sm font-medium text-charcoal-500 uppercase tracking-wide",children:"Service Area"})]}),e.jsx("p",{className:"text-charcoal-900 font-medium",children:r.address.full}),e.jsx("p",{className:"text-sm text-charcoal-500 mt-1",children:"Serving Tucson and surrounding communities"})]}),e.jsx("hr",{className:"border-charcoal-100 my-5"}),e.jsxs("div",{children:[e.jsxs("div",{className:"flex items-center gap-3 mb-2",children:[e.jsx("div",{className:"w-10 h-10 bg-amber-100 rounded-lg flex items-center justify-center",children:e.jsx(g,{className:"w-5 h-5 text-amber-600"})}),e.jsx("span",{className:"text-sm font-medium text-charcoal-500 uppercase tracking-wide",children:"Working Hours"})]}),e.jsx("p",{className:"text-charcoal-900 font-medium",children:r.hours.weekday}),e.jsx("p",{className:"text-charcoal-900 font-medium",children:r.hours.weekend}),e.jsx("p",{className:"text-sm text-amber-600 font-semibold mt-2",children:r.hours.summary})]})]})})]})})}),e.jsx("section",{className:"pb-16 md:pb-20 bg-cream-100",children:e.jsxs("div",{className:"container-custom",children:[e.jsx("h2",{className:"text-charcoal-900 mb-6 text-center",children:"Our Service Area"}),e.jsx("p",{className:"text-charcoal-600 text-center mb-8 max-w-2xl mx-auto",children:"Flowing Wells Electric proudly serves Tucson, Marana, Oro Valley, Catalina Foothills, and surrounding Southern Arizona communities."}),e.jsx(F,{lat:32.2876,lng:-110.9535,zoom:13,title:"Flowing Wells Electric Service Area - Tucson, AZ"})]})})]})}export{W as default};