/* Manufacturers / Brands scene — sits between Hero and the product scenes. Same dark cinematic vibe as other scenes. Logos rendered as inline SVG wordmarks. */ const BrandLogos = { Parker: () => Parker , Avelair: () => AVELAIR COMPRESSORS , SIP: () => SIP INDUSTRIAL PRODUCTS , Crouzet: () => crouzet , PCL: () => PCL AIRTECHNOLOGY , JohnGuest: () => John Guest SPEEDFIT , ASCO: () => ASCO EMERSON , Emerson: () => EMERSON }; /* Background: faint signal/blueprint grid with drifting brand-red ticks */ const ManufacturersBg = () => {/* horizontal hairline rails */} {[140, 320, 500, 680, 860].map((y) => )} {/* tick marks along rails */} {[140, 320, 500, 680, 860].map((y, ri) => [...Array(20)].map((_, i) => ) )} {/* drifting red flow tracers */} {[140, 500, 860].map((y, i) => )} {/* corner crosshairs */} {[[60, 60], [1540, 60], [60, 840], [1540, 840]].map(([x, y], i) => )} ; const Manufacturers = () => { const brands = [ { name: 'PARKER', href: window.CAP_URLS.shop, cat: 'CYLINDERS · VALVES · FITTINGS', Comp: BrandLogos.Parker }, { name: 'AVELAIR', href: window.CAP_URLS.avelair, cat: 'COMPRESSORS · AIR TREATMENT', Comp: BrandLogos.Avelair }, { name: 'SIP', href: window.CAP_URLS.sip, cat: 'COMPRESSORS · WORKSHOP', Comp: BrandLogos.SIP }, { name: 'CROUZET', href: window.CAP_URLS.shop, cat: 'PNEUMATIC LOGIC · CONTROL', Comp: BrandLogos.Crouzet }, { name: 'PCL', href: window.CAP_URLS.shop, cat: 'AIRLINE · COUPLINGS', Comp: BrandLogos.PCL }, { name: 'JOHN GUEST', href: window.CAP_URLS.johnguest, cat: 'PUSH-FIT · TUBING', Comp: BrandLogos.JohnGuest }, { name: 'ASCO', href: window.CAP_URLS.emersonasco,cat: 'PROCESS VALVES · EMERSON', Comp: BrandLogos.ASCO }, { name: 'EMERSON', href: window.CAP_URLS.emersonasco,cat: 'AUTOMATION SOLUTIONS', Comp: BrandLogos.Emerson }]; return ( 00 · OUR MANUFACTURERS The brandswe actually stock. Authorised UK distributor for the names that workshop floors run on. Genuine parts, full datasheets, supported by our in-house engineers. Shop our products Request a datasheet {brands.map((b, i) => {String(i + 1).padStart(2, '0')} {b.cat} AUTHORISED · IN STOCK )} + ALSO AVAILABLE: Norgren · Camozzi · Festo · Legris · Transair · ABAC AUTHORISED PARTNERSHIPS · 15,000+ LINES ON THE SHELF ); }; window.Manufacturers = Manufacturers;
Authorised UK distributor for the names that workshop floors run on. Genuine parts, full datasheets, supported by our in-house engineers.