// CTA: dark conversion band with quick action buttons (form lives in the hero). const NS_CTA = window.AnsysDigitalDesignSystem_4543d7; function CTA({ formRef }) { const { Button, Eyebrow } = NS_CTA; const REG = window.ANSYS_REGION || {}; const isIndia = REG.code === "in"; const mailto = "mailto:support@ansysdigital.com?subject=" + encodeURIComponent("Shopify project enquiry") + "&body=" + encodeURIComponent("Hi Ansys Digital,\n\nBrand / store URL:\nWhat I need:\nTimeline:\nBudget range:\n\nThanks,\n"); const toForm = () => { const el = document.getElementById("top"); if (el) window.scrollTo({ top: 0, behavior: "smooth" }); }; return (
Let's talk

Book your discovery call

Tell us about your brand and goals. We'll come back within one business day with a tailored plan — no obligation.

{[["clock", "45-minute strategy session"], ["globe", "Working across US, UK, EU & the Middle East"], ["shield-check", "NDA on request, always"]].map(([ic, t]) => (
{t}
))}

Ready to start?

{isIndia ? "Message us directly on WhatsApp for the fastest reply, or fill the quick project form at the top of the page." : "Email us your brief for the fastest reply, or fill the quick project form at the top of the page."}

{isIndia ? ( Message us on WhatsApp ) : ( Email us your brief )}
{isIndia ? +91 92780 24499 : We work US & EU hours} support@ansysdigital.com
); } Object.assign(window, { CTA });