/* SFS website UI kit — Home page */ const DSH = window.SFSDesignSystem_95f437; const { Button: BtnH, ArrowLink: AL, SectionLabel: SL, Stat, Card: DSCard, Tag: TagH } = DSH; const ChromeH = window.SFSChrome; const HOME_INDUSTRIES = [ { name: 'Engine Parts', img: window.SFS_ASSET('../assets/ind-engine.jpg'), page: 'products' }, { name: 'Turbocharger', img: window.SFS_ASSET('../assets/ind-turbo.jpg'), page: 'products' }, { name: 'Fuel System', img: window.SFS_ASSET('../assets/ind-fuel.jpg'), page: 'products' }, { name: 'Aerospace', img: window.SFS_ASSET('../assets/ind-aerospace.jpg'), page: 'aerospace' }, ]; function HeroNumbers() { return (
SFS precision components in CNC production
); } function HomePage({ onNavigate }) { return (

Formerly Indo Schöttle and now part of the SFS Group, we are a reliable companion to the world's leading automotive and industrial manufacturers. Mostly unnoticed — our precision engine, turbocharger, fuel-system and fluid-power components are embedded in the products and processes of our customers, where they fulfil mission-critical functions.

onNavigate('aerospace')}>Success Stories
{/* Industry solutions — dark */}
Industry Solutions
{HOME_INDUSTRIES.map((it) => ( { e.preventDefault(); onNavigate(it.page); }}> {it.name} {it.name} ))}
{/* Products & Technologies */}
Products & Technologies
SFS precision components
{/* SFS Group cards */}
SFS Group India
{ e.preventDefault(); onNavigate('careers'); }} /> { e.preventDefault(); onNavigate('capabilities'); }} /> { e.preventDefault(); onNavigate('sustainability'); }} />
{/* SFS India in numbers — dark */}
SFS Group India in Numbers
); } Object.assign(window, { SFSHomePage: HomePage });