feat: refresh site pages and styling assets
- update contact, documentation, and home pages - refine global and page-specific CSS styles - add reusable global animations stylesheet - add pink Naliia background image asset
This commit is contained in:
@@ -27,9 +27,9 @@ import "../styles/index.css";
|
||||
<!-- ----- What we offer section ----- -->
|
||||
<section class="offer-section second-sect-container sections">
|
||||
<div class="title-and-phrase">
|
||||
<h4>¿Qué ofrecemos?</h4>
|
||||
<h4 class="what-we-offer-title">¿Qué ofrecemos?</h4>
|
||||
|
||||
<p class="sections-subtitle">
|
||||
<p class="sections-subtitle what-we-offer-phrase">
|
||||
En Naliia te ofrecemos una solución diseñada para
|
||||
simplificar la operación de tu negocio, mejorar la gestión
|
||||
diaria y automatizar procesos clave.
|
||||
@@ -95,9 +95,9 @@ import "../styles/index.css";
|
||||
<!-- ----- Pricing section ----- -->
|
||||
<section class="pricing-container">
|
||||
<div class="title-and-phrase">
|
||||
<h4>Elige tu plan</h4>
|
||||
<h4 class="pricing-title">Elige tu plan</h4>
|
||||
|
||||
<p class="sections-subtitle">
|
||||
<p class="sections-subtitle pricing-phrase">
|
||||
Nuestros planes están diseñados para adaptarse a las
|
||||
necesidades de tu negocio, ofreciendo flexibilidad y
|
||||
escalabilidad a medida que creces.
|
||||
@@ -260,8 +260,10 @@ import "../styles/index.css";
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<button class="calltoaction-button"
|
||||
>Quiero obtener uno de los planes</button
|
||||
<button
|
||||
class="calltoaction-button button-hover-effect importantButton-hover-animation"
|
||||
>
|
||||
Quiero obtener uno de los planes</button
|
||||
>
|
||||
|
||||
<p class="important-information">
|
||||
|
||||
Reference in New Issue
Block a user