/* ATX Decon — Home page */ function HomeHero({ go }) { return (
DECONTAMINATION · REMEDIATION · AUSTIN, TX

Professional solutions for life's most challenging cleanup situations.

ATX Decon handles biohazard, infestation, and hoarding cleanup across Austin with total discretion and IICRC-certified precision — on-site fast, the moment you call.

IICRC Certified Licensed & Insured Discreet & Unmarked
RESPONSE TIME
Under 45 min · metro Austin
); } function HomeServices({ go }) { return (
HOW WE HELP

Specialized cleanup, handled end to end.

Every job is different, but the promise is the same: thorough decontamination, full restoration, and zero judgment.

{SERVICES.map((s) => )}
We also handle
); } function HomeProcess() { const steps = [ { t: "You call", d: "A trained specialist answers — day or night — and listens before anything else." }, { t: "We assess", d: "Fast on-site evaluation, a clear scope, and a written estimate with no surprises." }, { t: "We restore", d: "Discreet, certified decontamination and cleanup, documented every step." }, { t: "Back to normal", d: "A safe, sanitized space returned to you — fast — with help on the insurance claim." }, ]; return (
A CALM, CLEAR PROCESS

Four steps. We carry the weight of every one.

); } function HomeWhy() { const stats = [ { n: "24/7", l: "A specialist answers every call, 365 days a year" }, { n: "45 min", l: "Average on-site response across the Austin metro" }, { n: "IICRC", l: "Certified technicians, industry-standard protocols" }, { n: "100%", l: "Discreet, unmarked vehicles and total confidentiality" }, ]; return (
WHY ATX DECON

The team Austin trusts with its hardest days.

We're a local Austin company — licensed, bonded, and insured — and we treat every home as if it were our own. We bill your insurance directly, arrive in unmarked vehicles, and never leave until the space is truly safe.

We work directly with your insurance company
Unmarked vehicles & complete discretion
Locally owned, serving all of Central Texas
); } function HomeRestore() { return (
BEFORE & AFTER

From overwhelming situations to restored spaces.

Decontamination is more than cleaning. We remove the hazard, treat what's beneath the surface, neutralize odor, and verify the space is safe — returning it to a place you can live in again.

  • Hospital-grade disinfection & decontamination
  • Structural cleaning, deodorizing & air treatment
  • Safe, compliant disposal of all hazardous material
  • Final verification before we consider the job done
); } function HomeTestimonial() { return (
"They arrived within the hour, treated our family with such kindness, and handled everything we couldn't bear to. We never felt judged — only cared for. I can't imagine having gone through it without them."
A. Reyes VERIFIED CLIENT · SOUTH AUSTIN
); } function HomeArea() { const cities = ["Austin","Round Rock","Cedar Park","Georgetown","Pflugerville","Leander","Kyle","Buda","Hutto","Bee Cave","Dripping Springs","Bastrop"]; return (
WHERE WE SERVE

Across Austin & Central Texas.

Based in Austin and responding throughout the metroplex. If you're nearby and don't see your town listed, call us — we likely cover you.

{cities.map((c) => {c})}
); } function HomeFAQ() { const items = [ { q: "How quickly can you get here?", a: "We answer 24/7 and aim to be on-site within 45 minutes across the Austin metro. For active emergencies, call us directly rather than using the form." }, { q: "Will my insurance cover this?", a: "In many cases, yes. We work directly with your insurance company — opening the claim and coordinating with adjusters — so you don't have to navigate it alone." }, { q: "Is your work discreet?", a: "Completely. We arrive in unmarked vehicles, keep every job confidential, and are mindful of neighbors and family throughout." }, { q: "Are you certified and insured?", a: "Yes. Our technicians are IICRC-certified, and ATX Decon is licensed, bonded, and insured for every service we provide." }, ]; return (
COMMON QUESTIONS

Answers, before you even ask.

Still unsure about something? Call us — there's no charge to talk it through.

); } function HomePage({ go }) { return (
); } window.HomePage = HomePage;