/* Static content pages: About, Contact, FAQ, Shipping & Returns, Privacy, Terms. Exposes window.AXPages. */ (function(){ const { Button, Input, Eyebrow, Badge } = window.AXUI; const Ic=()=>window.AXIcons; const wrap={maxWidth:'var(--container-max)',margin:'0 auto',padding:'0 var(--gutter)'}; const narrow={maxWidth:820,margin:'0 auto',padding:'0 var(--gutter)'}; function PageHero({ eyebrow, title, sub, narrow:isNarrow }){ return
{eyebrow}

{title}

{sub &&

{sub}

}
; } /* ---------------- ABOUT ---------------- */ function About({ onNav }){ const i=Ic(); const values=[[i.Bolt,'Curated, not cluttered','Every product earns its place. We test, vet, and stock only what we’d buy ourselves.'],[i.Shield,'Trust by default','Secure checkout, honest pricing, and a 30-day return promise on everything.'],[i.Truck,'Fast, tracked shipping','Most orders ship same-day with live tracking from warehouse to doorstep.'],[i.Headset,'People, not bots','Real support, 24/7. Reach a human whenever you need one.']]; const stats=[['250k+','Happy customers'],['4.8/5','Average rating'],['98%','On-time delivery'],['30 days','Easy returns']]; return
{stats.map(([v,l])=>
{v}
{l}
)}

Our mission

We started AshopNexa with a simple belief: fashion should be easy to judge before it arrives. We pair real product photos with clear English details, fair prices, and support for every order, so you can shop with confidence and get on with your day.

From your first click to your doorstep, every step is designed to feel effortless. That’s what next-gen shopping means to us.

What we value

{values.map(([Icon,t,d])=>
{React.createElement(Icon,{size:22})}
{t}
{d}
)}

Ready to find your next favorite?

Browse our best sellers and curated collections — fast shipping and easy returns included.

; } /* ---------------- CONTACT ---------------- */ function Contact({ onNav }){ const i=Ic(); const [sent,setSent]=React.useState(false); const channels=[[i.Mail,'Email us','support@ashopnexa.com','Replies within 24 hours'],[i.MessageCircle,'Live chat','Available 24/7','Avg. wait under 2 min'],[i.Phone,'Call us','+1 (800) 555-0142','Mon–Fri, 9am–6pm ET']]; return
{channels.map(([Icon,t,v,d])=>
{React.createElement(Icon,{size:21})}
{t}
{v}
{d}
)}
{sent ?
{React.createElement(i.CheckCircle,{size:28})}

Message sent

Thanks for reaching out — we’ll get back to you within 24 hours.

:
{e.preventDefault();setSent(true);}} style={{display:'flex',flexDirection:'column',gap:16}}>

Send us a message