function Manufacturing() { return (
{/* Left: story */}
§ 05 · Manufacturing & Quality An in-house facility built around one obsession — getting the details right.

Our Silvassa facility is organized around efficient manufacturing and inventory management systems — enabling us to dispatch most purchase orders within 48 hours of confirmation, without compromising the inspection standards our customers expect.

{/* Right: spec-sheet card */}
); } function QualityPoint({ k, v }) { return (
{k}
{v}
); } function SpecSheet() { return (
{/* Header */}
SSE / Capabilities
Rev. 06 · 2026
{/* Rows */} {[ ['Product families', '05'], ['SKU count', '100+ active'], ['Current range', '10A – 63A'], ['Gasket ID range', '45mm – 350mm'], ['Push button sizes', '7 / 12 / 16 mm'], ['Materials', 'Polyamide · Silicone · SS304'], ['Dispatch window', '≤ 48 hours'], ['Territory', 'Pan-India · Export ready'], ].map(([k, v], i) => (
{k} {v}
))} {/* Stamp */}
Q.C. VERIFIED
); } Object.assign(window, { Manufacturing });