Skip to main content

Documentation 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.

GCS Consultores Empresariales S.A.S. is a Bogotá-based corporate consulting firm that integrates strategy, auditing, assurance, regulatory compliance, risk management, and technology into a single coordinated offering. Since its founding, the firm has helped organizations across seven strategic sectors grow with order, control, and long-term sustainability — closing the gap between strategy and execution.

Company Information

FieldValue
Legal NameGCS Consultores Empresariales S.A.S
NIT900.773.570 - 8
TaglineLa solución Global para su empresa
Phone57 (601) 383 21 49
Emailinfo@consultoresgcs.com
Websitewww.consultoresgcs.com
AddressCalle 94A No. 13 - 72, Pisos 1 y 3
BuildingEdificio 94 Trece – Centro Empresarial
CityBogotá D.C., Colombia

Key Stats

+15

Años de experiencia

+200

Empresas acompañadas

6

Centros estratégicos

98%

Clientes que renuevan

The Sobre Nosotros Page

The /sobre-nosotros route on the GCS website is built from six sections rendered in sequence. Each section is an isolated React Server Component imported into app/sobre-nosotros/page.tsx:
OrderComponentPurpose
1HeroNosotrosFull-screen hero with headline and primary CTAs
2NuestraEsenciaBrand philosophy, two-column narrative, and stats banner
3DiferencialMetodologiaThree differentials (hexagons) + five-step methodology
4MisionValoresMission, vision, and corporate values graphic
5AlliancesFive strategic alliance logos on a background image
6CredencialesTecnologiaExperience + Technology CTA section
app/sobre-nosotros/page.tsx
import HeroNosotros from '@/components/sections/sobre-nosotros/hero-nosotros';
import NuestraEsencia from '@/components/sections/sobre-nosotros/nuestra-esencia';
import DiferencialMetodologia from '@/components/sections/sobre-nosotros/diferencial-metodologia';
import MisionValores from '@/components/sections/sobre-nosotros/mision-valores';
import CredencialesTecnologia from '@/components/sections/sobre-nosotros/credenciales-tecnologia';
import { Alliances } from '@/components/sections/Alliances/alliances';

export default function SobreNosotrosPage() {
  return (
    <main className="flex min-h-screen flex-col bg-white">
      <HeroNosotros />
      <NuestraEsencia />
      <DiferencialMetodologia />
      <MisionValores />
      <Alliances />
      <CredencialesTecnologia />
    </main>
  );
}

Credentials & Technology

The CredencialesTecnologia section closes the page with a strategic message: human expertise leads every engagement, and technology strengthens it. The section integrates digital tools, automation, and artificial intelligence to enhance analysis, optimize processes, and surface timely information — always backed by specialist judgment. A bordered call-to-action card invites visitors to explore the full solutions portfolio:
Toda transformación comienza con una decisión estratégica — Descubra cómo respaldar su gobierno corporativo y optimizar el desempeño de su organización.
To reach the GCS team directly, use the following contact details:
  • Email: info@consultoresgcs.com
  • Phone: 57 (601) 383 21 49
  • Address: Calle 94A No. 13 - 72, Pisos 1 y 3, Edificio 94 Trece – Centro Empresarial, Bogotá D.C., Colombia

Build docs developers (and LLMs) love