// Pricing → custom quote (no fixed pricing, per brief). const NS_PR = window.AnsysDigitalDesignSystem_4543d7; function Pricing({ onCta }) { const { SectionHeading, Button, Eyebrow } = NS_PR; const points = [ ["search", "We learn your brand", "A free discovery call to understand your goals, products, and timeline."], ["file-text", "You get a custom quote", "A clear, tailored proposal scoped to exactly what your store needs — nothing padded."], ["rocket", "We build & launch", "Fixed scope, fixed timeline, premium result — with training and support after launch."], ]; return (
{points.map((p, i) => (
0{i + 1}

{p[1]}

{p[2]}

))}
Free consultation

Get a custom quote for your Shopify store

Book a free discovery call and we'll come back with a tailored plan — no obligation, no fixed-price templates.

); } Object.assign(window, { Pricing });