GCS maintains five strategic alliances that expand the firm’s capabilities across quality management, international auditing, enterprise development, occupational safety, and professional registration. These alliances are rendered in theDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/gcsconsultores/gcs-website/llms.txt
Use this file to discover all available pages before exploring further.
Alliances section of the Sobre Nosotros page — each partner’s logo displayed on a full-bleed background image to reinforce the institutional weight of the network.
Alliance Partners

ITICCOL
Estándar internacional de gestión de calidad. The ITICCOL alliance backs GCS’s quality management practice with internationally recognized standards and certification support.

Auditool
Red internacional especializada en auditoría y aseguramiento. Auditool is a specialized international network for auditing and assurance, deepening the technical bench available to GCS clients.

CCB
Participación en espacios de fortalecimiento empresarial. The CCB alliance opens GCS’s participation in Bogotá’s leading business development and entrepreneurial strengthening programs.

SDS
Licencia SST. This alliance covers occupational health and safety (Seguridad y Salud en el Trabajo) licensing, enabling GCS to deliver compliant SST solutions to client organizations.

JCC
Registro. The JCC alliance provides formal registry credentials that support GCS’s standing in regulated professional engagements.
TypeScript Interface
TheAlliance interface and the alliances array are defined in a single data file consumed by the AllianceGrid component:
components/sections/Alliances/alliance-data.ts
Component Structure
TheAlliances section is composed of three files:
| File | Role |
|---|---|
alliances.tsx | Section shell — full-bleed background image, centering container |
allianceHeading.tsx | Section title and subtitle |
allianceGrid.tsx | Iterates over alliances array and renders each logo |
To add a new alliance, append a new object to the
alliances array in components/sections/Alliances/alliance-data.ts. Give it a unique id, place the logo image under public/Alianzas/, and set the logo field to the corresponding /Alianzas/<filename> path. The AllianceGrid component iterates over the array automatically — no JSX changes are required.