/* Willow Creek — Contact: inquiry form + details. */ const { Icon: CIcon, useParallax: CuseParallax, Reveal: CReveal, Container: CContainer, Eyebrow: CEyebrow } = window.WC; const { useState: cUseState } = React; function ContactScreen({ go }) { const { Input, Select, Textarea, Button, Card, Alert, Badge } = window.WillowCreekDesignSystem_90378c; const [sent, setSent] = cUseState(false); const [form, setForm] = cUseState({}); const set = (k) => (e) => setForm((f) => ({ ...f, [k]: e && e.target ? e.target.value : e })); const ref = CuseParallax(); const details = [ ["map-pin", "Visit", "2013 Mark Twain Lane\nDenton, TX 76210"], ["phone", "Call or text", "(940) 555-0142\nA real person, 8am–8pm CT"], ["mail", "Email", "avira25.llc@gmail.com"], ["clock", "Tours", "Weekdays & Saturday mornings\nby appointment"], ]; return ( <>
Contact

Let's talk. No pressure, ever.

Whether you're ready to apply or just have questions, reach out. We'll answer honestly — even if the answer is "we're not the right fit."

{sent ? (

Message sent.

We'll get back to you within one business day — usually much sooner.

) : ( <>

Send us a message

A real person reads every message.