function Footer({setPage}){ const isMobile=window.useIsMobile(); const isNarrow=window.useIsNarrowDesktop(); return (
Polychem
The Science of Color, The Art of Perfection. Manufacturing pigment paste since 1998.
Company
setPage('about')} style={{cursor:'pointer'}}>AboutsetPage('manufacturing')} style={{cursor:'pointer'}}>ManufacturingsetPage('manufacturing')} style={{cursor:'pointer'}}>Quality
Products
setPage('products')} style={{cursor:'pointer'}}>Pigment PastessetPage('products')} style={{cursor:'pointer'}}>Brown PastesetPage('products')} style={{cursor:'pointer'}}>Dispersions
setPage('contact')} style={{fontWeight:600,marginBottom:12,fontSize:14,letterSpacing:'.04em',textTransform:'uppercase',color:'var(--grey-400)',cursor:'pointer'}}>Contact
New Delhi, Delhi - 110082+91-9654240004saxenamcc@gmail.com
© {new Date().getFullYear()} Polychem & Allied Products. All rights reserved.
); } window.Footer=Footer;