Skip to content

Commit

Permalink
Refactor management names in About page and add new image to home car…
Browse files Browse the repository at this point in the history
…ousel
  • Loading branch information
Luiskeo committed Aug 14, 2024
1 parent 3401f4b commit 58a88b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/About.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const managements = [
"Soy el fundador de C&C, desde muy joven soñaba con crear una empresa que pudiera impulsar el crecimiento económico de nuestro país y al mismo tiempo crear empleos de calidad para la gente que compartiera esta visión. Mis amigos más cercanos me definen como una persona emprendedora y visionaria.",
},
{
name: "Cesar Garzón",
name: "César Garzón",
management: "Gerente General",
image: cesarGarzon,
description:
Expand All @@ -45,7 +45,7 @@ const managements = [
"LEGAL: Prestar asesorías y representación judicial de los clientes internos y externos. \n \nRIESGO: Ejecutar procesos de Investigación y análisis mediante la implementación y desarrollo de estrategias que garanticen la mitigación del riesgo.",
},
{
name: "Angela Durán",
name: "Ángela Durán",
management: "Gerente de Planeación",
image: angelaDuran,
description:
Expand Down
2 changes: 2 additions & 0 deletions src/components/pages/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ import water from "../../images/home-carousel/water.png";
import waterConsumed from "../../images/home-carousel/water-consumed.png";
import socialMedia from "../../images/home-carousel/social-media.png";
import certification from "../../images/home-carousel/certification.png";
import politicsObjectivesQuality from "../../images/home-carousel/politics-objectives-quality.png";

const benefits = [{ image: realBenefit2, title: "Beneficio 2" }];

const homeImages = [
{ image: politicsObjectivesQuality },
{ image: certification },
{ image: points },
{ image: water },
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58a88b0

Please sign in to comment.