export default function Territory() { return (
Service territory

Based in KWC.
Delivering everywhere.

250km radius
KWC Guelph ~30km Hamilton ~75km Toronto / GTA ~110km Brantford ~50km Stratford ~45km London ~120km Owen Sound ~175km Barrie ~160km Niagara ~150km Major hub Regional city 250km radius
๐Ÿ“ Home base: Kitchener ยท Waterloo ยท Cambridge
{[ { type: 'home', name: 'Kitchener ยท Waterloo ยท Cambridge', sub: 'Home base โ€” priority service area', dist: '0km' }, { type: 'near', name: 'Guelph', sub: 'High residential & commercial growth', dist: '~30km' }, { type: 'near', name: 'Brantford', sub: 'Contractors, builders, industrial', dist: '~50km' }, { type: 'near', name: 'Hamilton', sub: 'Industrial, commercial, property managers', dist: '~75km' }, { type: 'home', name: 'Toronto / GTA', sub: 'Commercial builders, developers, high volume', dist: '~110km' }, { type: 'home', name: 'London', sub: 'Large market, residential & commercial', dist: '~120km' }, { type: 'far', name: 'Niagara ยท Barrie ยท Owen Sound', sub: 'Extended delivery available', dist: '~150โ€“175km' }, ].map((city, index) => (
{city.name}
{city.sub}
{city.dist}
))}
); }