// Tech stack grid. const NS_TS = window.AnsysDigitalDesignSystem_4543d7; function TechStack() { const { SectionHeading } = NS_TS; const tech = [ ["store", "Shopify"], ["rocket", "Shopify Plus"], ["waves", "Hydrogen"], ["atom", "React"], ["braces", "Liquid"], ["mail", "Klaviyo"], ["bar-chart-3", "GA4"], ["megaphone", "Meta Ads"], ["wind", "Tailwind"], ["server", "Node.js"], ["search", "Search & SEO"], ["credit-card", "Shopify Payments"], ]; return (
{tech.map(([ic, name], i) => (
{name}
))}
); } Object.assign(window, { TechStack });