Skip to content

Commit

Permalink
Cambios menores RV (#11)
Browse files Browse the repository at this point in the history
Cambian unos títulos y textos, y se quita la referencia a sección Ayuda en header y footer

Co-authored-by: robval <[email protected]>
  • Loading branch information
Emanuel-Palestino and lacamara authored Oct 21, 2024
1 parent 5be2f9c commit f54d97e
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 21 deletions.
3 changes: 1 addition & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ import logoImage from "../images/logo_pch_blanco.png";
INFORMACIÓN DE CONTACTO
</h2>
<p class="mb-4">
Calzada Porfirio Día 243, Colonia Reforma. CP. 68050. Oaxaca
de Juárez, Oaxaca.
Xochicalco 55, Benito Juárez, CDMX, 03020, MÉXICO
</p>
</div>

Expand Down
5 changes: 0 additions & 5 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,6 @@ import logoImage from "../images/logo_pch_blanco.png";
>Eventos</a
>
</li>
<li>
<a href="/ayuda" class="relative block px-2 py-1"
>Ayuda</a
>
</li>
</ul>
</nav>

Expand Down
2 changes: 1 addition & 1 deletion src/components/inicio/Banner.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import bannerImage from "../../images/banner.webp";
<div id="filter" class="-z-10 absolute inset-0 bg-gradient"></div>
<div class="container m-auto z-30 h-full flex items-center">
<h1 class="hidden sm:block sm:text-6xl md:text-7xl text-white font-bold w-full sm:w-2/5 text-balance pl-2">
La Cámara de la Gente
Cámara de la Gente
</h1>
</div>
</section>
2 changes: 1 addition & 1 deletion src/components/inicio/Objetives.astro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import CommentsIcon from "../../icons/CommentsIcon.astro";
<h2
class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl text-center"
>
Compromiso con Nuestros Objetivos
Nuestros Objetivos
</h2>
<div class="container mx-auto px-16 lg:px-10 lg:pl-14 flex flex-col lg:flex-row gap-12">
<div class="basis-1/3">
Expand Down
20 changes: 9 additions & 11 deletions src/components/inicio/Sections.astro
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import sectionThree from "../../images/pay_online.svg";
<h2
class="text-3xl font-bold tracking-tight text-gray-900 sm:text-4xl text-center px-2"
>
Soluciones Tecnológicas para la Banca Popular y Cooperativa
Soluciones Tecnológicas para Entidades Financieras Populares y Cooperativas
</h2>
<div
class="flex items-center flex-wrap flex-row justify-center gap-10 mt-10"
Expand All @@ -19,24 +19,24 @@ import sectionThree from "../../images/pay_online.svg";
>
<Image
src={sectionOne}
alt="Red para Ahorro y Crédito Popular"
alt="Red de Ahorro y Crédito Popular"
loading="eager"
class="h-60 w-60"
/>
<h3 class="text-xl font-semibold text-center">
Red para Ahorro y Crédito Popular
Red de pagos para el Sector
</h3>
<p class="text-center md:text-left">
La Cámara de la Gente es una red transaccional para las
entidades del sector ahorro y crédito popular y cooperativo.
entidades del sector ahorro y crédito popular y cooperativo, adaptada a sus clientes y socios.
</p>
</div>
<div
class="bg-white p-6 rounded-2xl shadow-lg max-w-xs flex flex-col items-center space-y-3"
>
<Image
src={sectionTwo}
alt="Red para Ahorro y Crédito Popular"
alt="Red de Ahorro y Crédito Popular"
loading="eager"
class="h-60 w-60"
/>
Expand All @@ -45,7 +45,7 @@ import sectionThree from "../../images/pay_online.svg";
</h3>
<p class="text-center md:text-left">
Los socios y clientes de tu entidad podrán utilizar su teléfono
celular para transferir fondos en tiempo real a otras entidades
celular para enviar y recibir fondos en tiempo real hacia/desde otras entidades
financieras.
</p>
</div>
Expand All @@ -54,15 +54,13 @@ import sectionThree from "../../images/pay_online.svg";
>
<Image
src={sectionThree}
alt="Red para Ahorro y Crédito Popular"
alt="Red de Ahorro y Crédito Popular"
loading="eager"
class="h-60 w-60"
/>
<h3 class="text-xl font-semibold text-center">Conexión al SPEI</h3>
<h3 class="text-xl font-semibold text-center">Remesas internacionales y SPEI</h3>
<p class="text-center md:text-left">
Tu entidad también podrá conectarse al SPEI, recibir remesas a
cuenta en tiempo real, cobrar servicios y tiempo aire, entre
otros servicios tecnológicos.
Tus clientes y socios podrán recibir remesas en tiempo real, conectarse al SPEI, cobrar servicios y tiempo aire.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/inicio/Testimonials.astro
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ import QuoteLeftIcon from "../../icons/QuoteLeftIcon.astro";

<p class="font-bold text-primary mt-2 text-center md:text-left">
Briana Marbury <cite class="text-black font-normal"
>- Directora general de la Fundación Interledger</cite
>- Directora General de la Fundación Interledger</cite
>
</p>
</div>
Expand Down

0 comments on commit f54d97e

Please sign in to comment.