diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx
index 0c0844c..87398c9 100644
--- a/src/pages/HomePage/sections/About.tsx
+++ b/src/pages/HomePage/sections/About.tsx
@@ -10,11 +10,10 @@ export default function AboutSection(): React.JSX.Element {
+ tag="Nuestra Filosofía"
+ title="JEMA: Combustible para tu Fuerza"
+ description="En JEMA, entendemos que tu cuerpo es tu templo y tu herramienta de progreso. Nos dedicamos a proporcionar suplementos de calidad superior, diseñados para atletas que no se conforman con lo ordinario. Cada ingrediente es seleccionado con rigor científico para garantizar resultados reales y una transformación visible."
+ />
);
diff --git a/src/pages/HomePage/sections/Contact.tsx b/src/pages/HomePage/sections/Contact.tsx
index 187d2a4..16e1c72 100644
--- a/src/pages/HomePage/sections/Contact.tsx
+++ b/src/pages/HomePage/sections/Contact.tsx
@@ -10,17 +10,11 @@ export default function ContactSection(): React.JSX.Element {
+ tag="Contacto"
+ text="Comienza hoy tu transformación con JEMA."
+ primaryButton={{"text":"WhatsApp","href":"https://wa.me/6145105622"}}
+ secondaryButton={{"href":"https://instagram.com/santi_njr_","text":"Instagram"}}
+ />
);
diff --git a/src/pages/HomePage/sections/Features.tsx b/src/pages/HomePage/sections/Features.tsx
index a734379..cd47e02 100644
--- a/src/pages/HomePage/sections/Features.tsx
+++ b/src/pages/HomePage/sections/Features.tsx
@@ -10,30 +10,11 @@ export default function FeaturesSection(): React.JSX.Element {
+ tag="Diferenciadores"
+ title="Por qué elegir JEMA"
+ description="Calidad, transparencia y rendimiento en cada servicio."
+ items={[{"buttonIcon":"Shield","title":"Ingredientes Premium","imageSrc":"http://img.b2bpic.net/free-photo/protein-gym_23-2151980074.jpg","description":"Certificados para máxima pureza."},{"imageSrc":"http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769476.jpg","description":"Respaldados por la ciencia deportiva.","title":"Resultados Comprobados","buttonIcon":"Zap"},{"buttonIcon":"Award","description":"Más que suplementos, un estilo de vida.","imageSrc":"http://img.b2bpic.net/free-photo/cream-container-mock-up-flat-lay_23-2148328686.jpg","title":"Lifestyle de Élite"}]}
+ />
);
diff --git a/src/pages/HomePage/sections/Hero.tsx b/src/pages/HomePage/sections/Hero.tsx
index bb6609e..2ace917 100644
--- a/src/pages/HomePage/sections/Hero.tsx
+++ b/src/pages/HomePage/sections/Hero.tsx
@@ -10,38 +10,19 @@ export default function HeroSection(): React.JSX.Element {
+ items={[{"imageSrc":"http://img.b2bpic.net/free-photo/protein-gym_23-2151980074.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/cream-container-mock-up-flat-lay_23-2148328686.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769476.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/protein-gym_23-2151980052.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/brain-booster-pills-container-still-life_23-2150760052.jpg"},{"imageSrc":"http://img.b2bpic.net/free-photo/pills-pink-background-flat-lay-medicine-concept_169016-19830.jpg"}]}
+ />
);