/* global React */ const { useState, useEffect, useRef } = React; const BOOKING_URL = "https://www.vagaro.com/cryoempresswellness/services"; const openBooking = () => window.open(BOOKING_URL, "_blank", "noopener"); // ============================================================ // Shared design tokens / atoms // ============================================================ const SERVICES = [ { name: "Laser Lipo", blurb: "Non-invasive light therapy that melts inches from waist, arms, and thighs. Zero downtime.", duration: "50 min", }, { name: "Radio Frequency", blurb: "Skin-tightening warmth that stimulates collagen and lifts naturally — neck to knees.", duration: "45 min", }, { name: "Cavitation", blurb: "Sonic waves dissolve fat cells so the body can flush them out — smoother, slimmer lines.", duration: "60 min", }, { name: "Wood Therapy / Sculpting", blurb: "Hand-sculpted lymphatic drainage with anatomical wood tools — drain, tone, refine.", duration: "60 min", }, { name: "CryoEmpress Treatment", blurb: "Our signature cryotherapy protocol — targeted sub-zero therapy that destroys stubborn fat without surgery.", duration: "45 min", }, { name: "CryoEmpress Facial", blurb: "A cooling, lifting facial that tightens, brightens, and reduces puffiness in a single session.", duration: "45 min", }, ]; const TESTIMONIALS = [ { quote: "After four sessions my waistline shrank and my cellulite was visibly smoother. The Empress Method actually works — and the studio feels like a sanctuary.", name: "Sarah M.", detail: "Pearland, TX · Cryo Slimming + Wood Therapy", }, { quote: "This is the only studio in Houston that treats body sculpting like self-care, not a sales pitch. I leave feeling held, not hustled.", name: "Marisol R.", detail: "Member since 2024", }, { quote: "Refined, science-backed, and beautifully run. The Empress Method gave me results no gym had touched in years.", name: "Adaeze O.", detail: "Monthly member", }, ]; const STATS = [ { value: "500+", label: "Sessions Completed" }, { value: "5.0★", label: "Avg. Member Rating" }, { value: "1:1", label: "Private Studio" }, { value: "6", label: "Signature Treatments" }, ]; const NAV_ITEMS = ["Studio", "Services", "The Empress Method", "Reviews", "Contact"]; // ============================================================ // Reusable photo placeholder (warm spa tones, no fake imagery) // ============================================================ function Photo({ label, ratio = "4 / 3", tone = "warm", src, className = "", style = {}, focal = "50% 50%" }) { const tones = { warm: "linear-gradient(135deg, #2a221b 0%, #3d2f24 40%, #5a4632 100%)", cream: "linear-gradient(135deg, #e8dcc8 0%, #d4c2a3 100%)", char: "linear-gradient(135deg, #1a1410 0%, #2a221b 100%)", gold: "linear-gradient(135deg, #8a6a3a 0%, #c9a660 100%)", }; return (
{src ? ( {label} ) : ( <>
{label}
)}
); } // ============================================================ // Top navigation // ============================================================ function DesktopNav({ onBook, scrolled }) { return (
CryoEmpress Wellness CryoEmpress CryoEmpress Wellness
832 · 336 · 3680
); } function MobileNav({ onBook, menuOpen, setMenuOpen }) { return ( <>
CryoEmpress Wellness CryoEmpress
setMenuOpen(false)}>
e.stopPropagation()}>
CryoEmpress
{NAV_ITEMS.map((item) => ( setMenuOpen(false)}> {item} ))}
Salon by JC · 2650 Pearland Pkwy #23
832 · 336 · 3680
info@cryoempresswellness.com
); } // ============================================================ // Hero — editorial split with image right, content left // ============================================================ function Hero({ onBook, mobile = false }) { return (
CE Vol. 01 · The Empress Method
Boutique Cryotherapy Studio

Refined Wellness. Real Results.

The Empress Method — a private studio of cryotherapy and non-invasive sculpting, shaped one woman at a time. No surgery. No downtime. No pressure.

Explore the Method →
1:1Private Suite, Always
6Signature Protocols
5.0★Member Rating
Plate I. Cryo Facial · Suite 23
); } // ============================================================ // About — editorial spread with Roman numeral, asymmetric photos // ============================================================ function About({ mobile = false }) { return (
I. The Studio

A boutique sanctuary for the woman who takes her wellness personally.

Plate II. The Suite, Pearland Parkway
Plate III. Hand-blended serums

CryoEmpress was built on a quiet belief: that real results shouldn't cost you your peace.

Tucked inside Salon by JC on Pearland Parkway, our suite is intentionally private — one practitioner, one client at a time, every protocol shaped around you.

The Empress Method pairs clinical-grade cryotherapy and sculpting technology with the warmth of a five-star spa. Non-invasive. Science-backed. Designed for the woman who wants visible change without surrendering her calm.

The Empress Team
Certified Sculpting Specialists
); } // ============================================================ // Services — alternating editorial "spreads", one per treatment // ============================================================ const SVC_IMAGES = ["svc-laser","svc-rf","svc-cav","svc-wood","svc-cryo","svc-facial"]; function Services({ onBook, mobile = false }) { return (
II. The Treatments

Six signature protocols.
One method.

Every journey begins with a private consultation. We build a tailored rhythm of cryotherapy and sculpting around your body, your calendar, and your goals.

{SERVICES.map((s, i) => (
№ {String(i + 1).padStart(2, "0")}
Protocol {String(i + 1).padStart(2, "0")}

{s.name}

{s.blurb}

Duration
{s.duration}
Downtime
None
Setting
Private Suite
))}
); } // ============================================================ // Trust — single oversized quote with refined stat strip // ============================================================ function Trust({ mobile = false }) { const [active, setActive] = useState(0); return (
III. Members Say

{TESTIMONIALS[active].quote}

{TESTIMONIALS[active].name} {TESTIMONIALS[active].detail}
{TESTIMONIALS.map((_, i) => (
{STATS.map((s) => (
{s.value}
{s.label}
))}
); } // ============================================================ // Online Consultation — split editorial section, light bg // ============================================================ function OnlineConsult({ mobile = false }) { const items = [ { n: "01", t: "45-Minute Video Call", d: "One-on-one with a CryoEmpress specialist — face to face, screen to screen." }, { n: "02", t: "Body Goals Assessment", d: "We map your concerns, lifestyle, and timeline against the right protocols." }, { n: "03", t: "Personalized Plan", d: "A written treatment recommendation with rhythm, pairings, and at-home care." }, { n: "04", t: "Priority Booking", d: "Reserve your first in-studio visit ahead of public availability." }, ]; return (
IV. Wherever You Are

The Online
Consultation.

For guests outside Pearland — or those quietly considering the method before stepping into the studio. A private virtual session with our specialist, designed around your goals.

Call to Discuss

By appointment · Available evenings & Saturdays

CE What's Included
    {items.map((it) => (
  1. {it.n}

    {it.t}

    {it.d}

  2. ))}
Plate IV. Virtual Suite
); } // ============================================================ // CTA banner — dark editorial with thin gold rules // ============================================================ function CtaBanner({ onBook }) { return (
V. The Empress Intro Experience

Step into
the Empress Method.

A curated 90-minute introduction — private consultation, body assessment, and a signature treatment of your choice. Reserved for first-time guests.

Call 832 · 336 · 3680
); } // ============================================================ // Footer // ============================================================ function Footer({ mobile = false, onOpenPolicies }) { return ( ); } // ============================================================ // Policies Modal // ============================================================ const POLICIES_SECTIONS = [ { roman: "I.", title: "No Refund", em: "Policy.", intro: "All packages, sessions, memberships, and promotional offers at CryoEmpress Wellness are final sale and non-refundable. This applies without exception to:", list: [ "Unused sessions within a purchased package", "Missed appointments, late cancellations, and no-shows", "Discontinued packages or promotional offerings", "Memberships, gift cards, and pre-paid balances", ], callout: { label: "Please Note", body: "By completing a purchase, clients agree that all transactions are final and acknowledge that no monetary refunds will be issued under any circumstance.", }, }, { roman: "II.", title: "Package", em: "Policy.", intro: "Our packages are designed to support the long-term rhythm of your chosen protocol. Once purchased, the following terms apply:", list: [ "Packages are non-transferable between clients.", "Results vary from person to person.", "Multiple sessions are recommended for best results.", "CryoEmpress Wellness does not guarantee specific outcomes.", ], outro: "We work closely with each client to design realistic expectations and a tailored treatment cadence, but individual response remains unique to body type, lifestyle, and consistency.", }, { roman: "III.", title: "Wellness", em: "Disclaimer.", italicLead: "CryoEmpress Wellness provides wellness services only.", body: [ "We do not diagnose, treat, or cure medical conditions of any kind. Our services are intended for aesthetic and wellness support — they are not a substitute for licensed medical care, physical therapy, or psychological treatment.", "By booking a service, clients acknowledge and agree to these policies and confirm they have read this disclaimer in full.", ], }, { roman: "IV.", title: "Medical", em: "Non-Affiliation.", body: [ "Although CryoEmpress Wellness is nurse-owned, the services offered within the studio are non-clinical and do not replace care from a licensed healthcare provider.", "No medical diagnosis, prescription, or treatment is provided at any point during a visit. Clients with existing medical conditions are encouraged to consult their physician before beginning any non-invasive wellness protocol.", ], }, { roman: "V.", title: "Terms of", em: "Service.", list: [ "All services are by appointment only.", "Clients must complete the required intake and consent forms prior to service.", "CryoEmpress Wellness reserves the right to refuse service if safety concerns arise — including, but not limited to, signs of illness, recent surgery, or undisclosed medical conditions.", ], outro: "These terms exist to protect the wellbeing of every guest who steps into the studio. We appreciate your understanding.", }, { roman: "VI.", title: "Privacy", em: "Policy.", intro: "Your privacy is treated with the same care as your time in the studio. Here is how we handle the information you share with us.", list: [ "Client information is collected solely for wellness service delivery and scheduling.", "Personal data is never sold or shared with third parties.", "Reasonable administrative and physical measures are taken to protect client privacy at all times.", ], outro: "For questions about your data or to request a copy of the information we hold on file, please contact us directly using the details below.", }, ]; function PoliciesModal({ open, onClose }) { useEffect(() => { if (!open) return; const onKey = (e) => { if (e.key === "Escape") onClose(); }; window.addEventListener("keydown", onKey); document.body.style.overflow = "hidden"; return () => { window.removeEventListener("keydown", onKey); document.body.style.overflow = ""; }; }, [open, onClose]); if (!open) return null; return (
e.stopPropagation()}>
CryoEmpress Wellness CryoEmpress Wellness Studio
Vol. 01 · Policies Terms of Service · Privacy · Disclaimers

The fine print, made graceful.

CryoEmpress Wellness provides non-invasive wellness services designed to support body contouring, recovery, and aesthetic confidence. The sections below outline how we work together — what to expect, what we promise, and what we don't.

Effective May 11, 2026

{POLICIES_SECTIONS.map((s, idx) => (
{s.roman}

{s.title} {s.em}

{s.italicLead &&

{s.italicLead}

} {s.intro &&

{s.intro}

} {s.body && s.body.map((p, i) =>

{p}

)} {s.list && (
    {s.list.map((li, i) =>
  • {li}
  • )}
)} {s.outro &&

{s.outro}

} {s.callout && (
{s.callout.label} {s.callout.body}
)}
))}
§

Questions? Reach us at 832 · 336 · 3680 or info@cryoempresswellness.com.

); } // ============================================================ // Booking Modal (interactive) // ============================================================ function BookingModal({ open, onClose }) { const [step, setStep] = useState(1); const [data, setData] = useState({ service: "", date: "", time: "", name: "", phone: "" }); const slots = ["10:00 AM", "11:30 AM", "1:00 PM", "2:30 PM", "4:00 PM", "5:30 PM"]; useEffect(() => { if (open) { setStep(1); setData({ service: "", date: "", time: "", name: "", phone: "" }); } }, [open]); if (!open) return null; const canNext = (step === 1 && data.service) || (step === 2 && data.date && data.time) || (step === 3 && data.name && data.phone); return (
e.stopPropagation()}>
{[1, 2, 3, 4].map((n) => (
= n ? "is-done" : ""}`} /> ))}
{step === 1 && ( <> Step 01 · Select a treatment

What brings you in?

{SERVICES.map((s) => ( ))}
)} {step === 2 && ( <> Step 02 · Choose a time

When works for you?

{["Tue 28", "Wed 29", "Thu 30", "Fri 01", "Sat 02"].map((d) => ( ))}
{slots.map((t) => ( ))}
)} {step === 3 && ( <> Step 03 · A few details

Tell us a little about you.