Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-25 15:06:25 +00:00
3 changed files with 115 additions and 299 deletions

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "home",
href: "/",
},
name: "Inicio", id: "/"},
{
name: "Productos",
id: "shop",
href: "/shop",
},
name: "Productos", id: "/shop"},
{
name: "Contacto",
id: "contact",
href: "/contact",
},
name: "Contacto", id: "/contact"}
]}
brandName="Droguería Etia en Salud"
button={{
text: "WhatsApp",
href: "https://wa.me/573001234567",
text: "WhatsApp", href: "https://wa.me/573001234567"
}}
/>
</div>
@@ -56,28 +46,18 @@ export default function LandingPage() {
description="Estamos aquí para ayudarte. Rellena el formulario o utiliza nuestros canales de comunicación directa."
inputs={[
{
name: "name",
type: "text",
placeholder: "Tu Nombre Completo",
required: true,
name: "name", type: "text", placeholder: "Tu Nombre Completo", required: true
},
{
name: "email",
type: "email",
placeholder: "Tu Correo Electrónico",
required: true,
name: "email", type: "email", placeholder: "Tu Correo Electrónico", required: true
},
{
name: "phone",
type: "tel",
placeholder: "Número de Teléfono",
},
name: "phone", type: "tel", placeholder: "Número de Teléfono"
}
]}
textarea={{
name: "message",
placeholder: "¿En qué podemos ayudarte?",
rows: 4,
required: true,
name: "message", placeholder: "¿En qué podemos ayudarte?", rows: 4,
required: true
}}
imageSrc="http://img.b2bpic.net/free-vector/gradient-colombia-map-infographic_23-2148785420.jpg?_wi=2"
imageAlt="Mapa de Pasto, Colombia"
@@ -93,30 +73,20 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "1",
title: "¿Cómo puedo realizar un pedido en línea?",
content: "Puedes hacer tu pedido fácilmente a través de nuestro WhatsApp o llamando directamente a nuestro número telefónico. Uno de nuestros asesores te guiará en el proceso.",
id: "1", title: "¿Cómo puedo realizar un pedido en línea?", content: "Puedes hacer tu pedido fácilmente a través de nuestro WhatsApp o llamando directamente a nuestro número telefónico. Uno de nuestros asesores te guiará en el proceso."
},
{
id: "2",
title: "¿Cuál es el costo y tiempo de envío a domicilio?",
content: "Los costos de envío varían según tu ubicación en Pasto. El tiempo de entrega usualmente es de 1 a 2 horas, dependiendo del tráfico y la distancia.",
id: "2", title: "¿Cuál es el costo y tiempo de envío a domicilio?", content: "Los costos de envío varían según tu ubicación en Pasto. El tiempo de entrega usualmente es de 1 a 2 horas, dependiendo del tráfico y la distancia."
},
{
id: "3",
title: "¿Qué métodos de pago aceptan?",
content: "Aceptamos pagos en efectivo contra entrega, transferencias bancarias y pagos con tarjeta de crédito/débito a través de plataformas seguras.",
id: "3", title: "¿Qué métodos de pago aceptan?", content: "Aceptamos pagos en efectivo contra entrega, transferencias bancarias y pagos con tarjeta de crédito/débito a través de plataformas seguras."
},
{
id: "4",
title: "¿Puedo devolver un producto si no estoy satisfecho?",
content: "Sí, aceptamos devoluciones dentro de un período de 7 días hábiles, siempre y cuando el producto se encuentre en su empaque original y sin usar. Aplican términos y condiciones.",
id: "4", title: "¿Puedo devolver un producto si no estoy satisfecho?", content: "Sí, aceptamos devoluciones dentro de un período de 7 días hábiles, siempre y cuando el producto se encuentre en su empaque original y sin usar. Aplican términos y condiciones."
},
{
id: "5",
title: "¿Cómo sé que mis medicamentos son auténticos?",
content: "Trabajamos directamente con distribuidores autorizados y laboratorios reconocidos, garantizando la autenticidad y calidad de todos nuestros productos.",
},
id: "5", title: "¿Cómo sé que mis medicamentos son auténticos?", content: "Trabajamos directamente con distribuidores autorizados y laboratorios reconocidos, garantizando la autenticidad y calidad de todos nuestros productos."
}
]}
title="Resolvemos tus Dudas"
description="Encuentra respuestas a las preguntas más comunes sobre nuestros servicios y productos."
@@ -129,48 +99,38 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navegación",
items: [
title: "Navegación", items: [
{
label: "Inicio",
href: "/",
label: "Inicio", href: "/"
},
{
label: "Tienda",
href: "/shop",
label: "Tienda", href: "/shop"
},
{
label: "Contacto",
href: "/contact",
},
],
label: "Contacto", href: "/contact"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Términos de Servicio",
href: "/terms",
label: "Términos de Servicio", href: "/terms"
},
{
label: "Política de Privacidad",
href: "/privacy",
},
],
label: "Política de Privacidad", href: "/privacy"
}
]
},
{
title: "Ayuda",
items: [
title: "Ayuda", items: [
{
label: "FAQs",
href: "/faqs",
label: "FAQs", href: "/faqs"
},
{
label: "¿Cómo ordenar?",
href: "/how-to-order",
},
],
},
label: "¿Cómo ordenar?", href: "/how-to-order"
}
]
}
]}
logoText="Tu Salud al Alcance de un Click"
copyrightText="© 2024 Droguería Etia en Salud. Todos los derechos reservados."

View File

@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "home",
href: "/",
},
name: "Inicio", id: "/"},
{
name: "Productos",
id: "shop",
href: "/shop",
},
name: "Productos", id: "/shop"},
{
name: "Contacto",
id: "contact",
href: "/contact",
},
name: "Contacto", id: "/contact"}
]}
brandName="Droguería Etia en Salud"
button={{
text: "WhatsApp",
href: "https://wa.me/573001234567",
text: "WhatsApp", href: "https://wa.me/573001234567"
}}
/>
</div>
@@ -57,31 +47,26 @@ export default function LandingPage() {
<HeroSplitTestimonial
useInvertedBackground={false}
background={{
variant: "radial-gradient",
variant: "radial-gradient"
}}
imagePosition="right"
title="Tu Salud al Alcance de un Click"
description="Droguería Etia en Salud: Tu farmacia de confianza en Pasto, Colombia. Ordena tus medicamentos y productos de cuidado personal con facilidad y recíbelos en la comodidad de tu hogar."
testimonials={[
{
name: "María G.",
handle: "@mariag",
testimonial: "Excelente servicio y entrega rápida. Siempre encuentro lo que necesito para mi familia.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-african-american-lady-posing-city-square_74855-2238.jpg?_wi=1",
},
name: "María G.", handle: "@mariag", testimonial: "Excelente servicio y entrega rápida. Siempre encuentro lo que necesito para mi familia.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-african-american-lady-posing-city-square_74855-2238.jpg?_wi=1"
}
]}
tag="Droguería Local"
tagIcon={Building}
buttons={[
{
text: "Ordenar por WhatsApp",
href: "https://wa.me/573001234567",
text: "Ordenar por WhatsApp", href: "https://wa.me/573001234567"
},
{
text: "Llamar Ahora",
href: "tel:+573001234567",
},
text: "Llamar Ahora", href: "tel:+573001234567"
}
]}
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-shopping-mall-retail-store-interior_1339-3984.jpg"
imageAlt="Modern pharmacy interior with a pharmacist and customer"
@@ -98,65 +83,29 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "prod-1",
brand: "Genérico",
name: "Acetaminofén 500mg",
price: "$2.500 COP",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/small-white-jar-white-pills-gray-surface_114579-73662.jpg?_wi=1",
imageAlt: "Acetaminofén box",
id: "prod-1", brand: "Genérico", name: "Acetaminofén 500mg", price: "$2.500 COP", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/small-white-jar-white-pills-gray-surface_114579-73662.jpg?_wi=1", imageAlt: "Acetaminofén box"
},
{
id: "prod-2",
brand: "VitaPlus",
name: "Vitamina C Forte",
price: "$15.000 COP",
rating: 5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-fit-girl-doing-sports-home-shows-dietary-supplements-taking-vitamins-healthy-body_1258-189563.jpg?_wi=1",
imageAlt: "Vitamin C supplement",
id: "prod-2", brand: "VitaPlus", name: "Vitamina C Forte", price: "$15.000 COP", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-fit-girl-doing-sports-home-shows-dietary-supplements-taking-vitamins-healthy-body_1258-189563.jpg?_wi=1", imageAlt: "Vitamin C supplement"
},
{
id: "prod-3",
brand: "Dermacare",
name: "Crema Hidratante Facial",
price: "$28.000 COP",
rating: 4,
reviewCount: "60",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171670.jpg?_wi=1",
imageAlt: "Facial cream jar",
id: "prod-3", brand: "Dermacare", name: "Crema Hidratante Facial", price: "$28.000 COP", rating: 4,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171670.jpg?_wi=1", imageAlt: "Facial cream jar"
},
{
id: "prod-4",
brand: "HairGloss",
name: "Shampoo Anti-Caída",
price: "$22.000 COP",
rating: 4,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150651897.jpg?_wi=1",
imageAlt: "Shampoo bottle",
id: "prod-4", brand: "HairGloss", name: "Shampoo Anti-Caída", price: "$22.000 COP", rating: 4,
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150651897.jpg?_wi=1", imageAlt: "Shampoo bottle"
},
{
id: "prod-5",
brand: "OralFresh",
name: "Enjuague Bucal Protección",
price: "$18.000 COP",
rating: 5,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/woman-using-body-spray-her-legs_23-2148752470.jpg",
imageAlt: "Mouthwash bottle",
id: "prod-5", brand: "OralFresh", name: "Enjuague Bucal Protección", price: "$18.000 COP", rating: 5,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/woman-using-body-spray-her-legs_23-2148752470.jpg", imageAlt: "Mouthwash bottle"
},
{
id: "prod-6",
brand: "Pharma",
name: "Ibuprofeno 400mg",
price: "$3.000 COP",
rating: 5,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/set-pills-brain-boost-memory-improvement_23-2150717119.jpg?_wi=1",
imageAlt: "Ibuprofeno blister pack",
},
id: "prod-6", brand: "Pharma", name: "Ibuprofeno 400mg", price: "$3.000 COP", rating: 5,
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/set-pills-brain-boost-memory-improvement_23-2150717119.jpg?_wi=1", imageAlt: "Ibuprofeno blister pack"
}
]}
title="Nuestros Productos Destacados"
description="Explora nuestra selección de medicamentos esenciales y productos de cuidado personal más populares."
@@ -170,22 +119,16 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Servicio Rápido y Confiable",
description: "Garantizamos entregas eficientes y productos de calidad para tu tranquilidad. Tu salud no espera.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-male-with-mask-packages_23-2148869437.jpg?_wi=1",
title: "Servicio Rápido y Confiable", description: "Garantizamos entregas eficientes y productos de calidad para tu tranquilidad. Tu salud no espera.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-male-with-mask-packages_23-2148869437.jpg?_wi=1"
},
{
id: 2,
title: "Tu Farmacia de Confianza",
description: "Profesionales dedicados a brindarte la mejor atención y asesoría farmacéutica personalizada.",
imageSrc: "http://img.b2bpic.net/free-vector/hand-heart-logo-design-template_23-2150676972.jpg?_wi=1",
title: "Tu Farmacia de Confianza", description: "Profesionales dedicados a brindarte la mejor atención y asesoría farmacéutica personalizada.", imageSrc: "http://img.b2bpic.net/free-vector/hand-heart-logo-design-template_23-2150676972.jpg?_wi=1"
},
{
id: 3,
title: "Apoyando lo Local",
description: "Somos una empresa de Pasto, para Pasto. Tu compra nos ayuda a crecer juntos en nuestra comunidad.",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-multiethnic-friends-students-studying_171337-18250.jpg?_wi=1",
},
title: "Apoyando lo Local", description: "Somos una empresa de Pasto, para Pasto. Tu compra nos ayuda a crecer juntos en nuestra comunidad.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-multiethnic-friends-students-studying_171337-18250.jpg?_wi=1"
}
]}
title="Beneficios de Elegirnos"
description="En Droguería Etia en Salud, nos comprometemos con tu bienestar y la comunidad de Pasto."
@@ -197,29 +140,17 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Ana Lucía G.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-african-american-lady-posing-city-square_74855-2238.jpg?_wi=2",
imageAlt: "Ana Lucía G. avatar",
id: "1", name: "Ana Lucía G.", imageSrc: "http://img.b2bpic.net/free-photo/happy-carefree-african-american-lady-posing-city-square_74855-2238.jpg?_wi=2", imageAlt: "Ana Lucía G. avatar"
},
{
id: "2",
name: "Carlos M.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-looking-aside-empty-space-showing-thumbs-up-standing-blue-background_1258-145675.jpg",
imageAlt: "Carlos M. avatar",
id: "2", name: "Carlos M.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-looking-aside-empty-space-showing-thumbs-up-standing-blue-background_1258-145675.jpg", imageAlt: "Carlos M. avatar"
},
{
id: "3",
name: "Sofía P.",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera-home_1301-3876.jpg",
imageAlt: "Sofía P. avatar",
id: "3", name: "Sofía P.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-looking-camera-home_1301-3876.jpg", imageAlt: "Sofía P. avatar"
},
{
id: "4",
name: "Ricardo S.",
imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg",
imageAlt: "Ricardo S. avatar",
},
id: "4", name: "Ricardo S.", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-showing-ok-sign_1262-2445.jpg", imageAlt: "Ricardo S. avatar"
}
]}
cardTitle="Lo que dicen nuestros clientes"
cardTag="Experiencias Reales"
@@ -231,7 +162,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
variant: "plain"
}}
tag="Ubicación"
title="Encuéntranos Fácilmente en Pasto"
@@ -250,12 +181,10 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Droguería Etia en Salud"
leftLink={{
text: "Aviso Legal",
href: "#",
text: "Aviso Legal", href: "#"
}}
rightLink={{
text: "Política de Privacidad",
href: "#",
text: "Política de Privacidad", href: "#"
}}
/>
</div>

View File

@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Inicio",
id: "home",
href: "/",
},
name: "Inicio", id: "/"},
{
name: "Productos",
id: "shop",
href: "/shop",
},
name: "Productos", id: "/shop"},
{
name: "Contacto",
id: "contact",
href: "/contact",
},
name: "Contacto", id: "/contact"}
]}
brandName="Droguería Etia en Salud"
button={{
text: "WhatsApp",
href: "https://wa.me/573001234567",
text: "WhatsApp", href: "https://wa.me/573001234567"
}}
/>
</div>
@@ -54,89 +44,44 @@ export default function LandingPage() {
layout="page"
products={[
{
id: "1",
category: "Medicamentos",
name: "Paracetamol 500mg",
price: "$5.000",
rating: 4.5,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/small-white-jar-white-pills-gray-surface_114579-73662.jpg?_wi=2",
imageAlt: "caja de Paracetamol 500mg",
id: "1", category: "Medicamentos", name: "Paracetamol 500mg", price: "$5.000", rating: 4.5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/small-white-jar-white-pills-gray-surface_114579-73662.jpg?_wi=2", imageAlt: "caja de Paracetamol 500mg"
},
{
id: "2",
category: "Vitaminas",
name: "Multivitaminas Diarias",
price: "$25.000",
rating: 4.8,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-fit-girl-doing-sports-home-shows-dietary-supplements-taking-vitamins-healthy-body_1258-189563.jpg?_wi=2",
imageAlt: "frasco de multivitaminas",
id: "2", category: "Vitaminas", name: "Multivitaminas Diarias", price: "$25.000", rating: 4.8,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-fit-girl-doing-sports-home-shows-dietary-supplements-taking-vitamins-healthy-body_1258-189563.jpg?_wi=2", imageAlt: "frasco de multivitaminas"
},
{
id: "3",
category: "Cuidado Personal",
name: "Crema Hidratante Facial",
price: "$40.000",
rating: 4.7,
reviewCount: "95",
imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171670.jpg?_wi=2",
imageAlt: "tarro de crema hidratante",
id: "3", category: "Cuidado Personal", name: "Crema Hidratante Facial", price: "$40.000", rating: 4.7,
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/typical-brazilian-freezies-still-life_23-2150171670.jpg?_wi=2", imageAlt: "tarro de crema hidratante"
},
{
id: "4",
category: "Cuidado Capilar",
name: "Shampoo Anticaída",
price: "$32.000",
rating: 4.6,
reviewCount: "70",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150651897.jpg?_wi=2",
imageAlt: "botella de shampoo anticaída",
id: "4", category: "Cuidado Capilar", name: "Shampoo Anticaída", price: "$32.000", rating: 4.6,
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150651897.jpg?_wi=2", imageAlt: "botella de shampoo anticaída"
},
{
id: "5",
category: "Medicamentos",
name: "Antibiótico de Amplio Espectro",
price: "$60.000",
rating: 4.4,
reviewCount: "55",
imageSrc: "http://img.b2bpic.net/free-photo/set-pills-brain-boost-memory-improvement_23-2150717119.jpg?_wi=2",
imageAlt: "blíster de antibióticos",
id: "5", category: "Medicamentos", name: "Antibiótico de Amplio Espectro", price: "$60.000", rating: 4.4,
reviewCount: "55", imageSrc: "http://img.b2bpic.net/free-photo/set-pills-brain-boost-memory-improvement_23-2150717119.jpg?_wi=2", imageAlt: "blíster de antibióticos"
},
{
id: "6",
category: "Cuidado Personal",
name: "Protector Solar SPF 50",
price: "$48.000",
rating: 4.9,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-standing-with-cream_1157-29478.jpg",
imageAlt: "botella de protector solar",
},
id: "6", category: "Cuidado Personal", name: "Protector Solar SPF 50", price: "$48.000", rating: 4.9,
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-standing-with-cream_1157-29478.jpg", imageAlt: "botella de protector solar"
}
]}
searchPlaceholder="Buscar productos..."
filters={[
{
label: "Categoría",
options: [
"Todos",
"Medicamentos",
"Vitaminas",
"Cuidado Personal",
"Cuidado Capilar",
label: "Categoría", options: [
"Todos", "Medicamentos", "Vitaminas", "Cuidado Personal", "Cuidado Capilar"
],
selected: "Todos",
selected: "Todos", onChange: () => {}
},
{
label: "Precio",
options: [
"Todos",
"Menos de $20k",
"$20k - $50k",
"Más de $50k",
label: "Precio", options: [
"Todos", "Menos de $20k", "$20k - $50k", "Más de $50k"
],
selected: "Todos",
},
selected: "Todos", onChange: () => {}
}
]}
emptyMessage="No se encontraron productos."
/>
@@ -147,25 +92,17 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
animationType="blur-reveal"
features={[
{
title: "Envío Rápido a Domicilio",
description: "Recibe tus medicamentos y productos de cuidado personal directamente en la puerta de tu casa en Pasto, de forma ágil y segura.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-male-with-mask-packages_23-2148869437.jpg?_wi=2",
imageAlt: "ilustracion de un repartidor con un paquete",
title: "Envío Rápido a Domicilio", description: "Recibe tus medicamentos y productos de cuidado personal directamente en la puerta de tu casa en Pasto, de forma ágil y segura.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-male-with-mask-packages_23-2148869437.jpg?_wi=2", imageAlt: "ilustracion de un repartidor con un paquete"
},
{
title: "Productos 100% Originales",
description: "Garantizamos la autenticidad y calidad de todos nuestros productos, trabajamos con las marcas más reconocidas del mercado.",
imageSrc: "http://img.b2bpic.net/free-vector/hand-heart-logo-design-template_23-2150676972.jpg?_wi=2",
imageAlt: "icono de un escudo con un corazon, simbolo de confianza",
title: "Productos 100% Originales", description: "Garantizamos la autenticidad y calidad de todos nuestros productos, trabajamos con las marcas más reconocidas del mercado.", imageSrc: "http://img.b2bpic.net/free-vector/hand-heart-logo-design-template_23-2150676972.jpg?_wi=2", imageAlt: "icono de un escudo con un corazon, simbolo de confianza"
},
{
title: "Asesoría Farmacéutica Personalizada",
description: "Nuestro equipo de expertos está listo para resolver tus dudas y ofrecerte la mejor orientación para tu bienestar.",
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-multiethnic-friends-students-studying_171337-18250.jpg?_wi=2",
imageAlt: "grupo de personas dialogando",
},
title: "Asesoría Farmacéutica Personalizada", description: "Nuestro equipo de expertos está listo para resolver tus dudas y ofrecerte la mejor orientación para tu bienestar.", imageSrc: "http://img.b2bpic.net/free-photo/concentrated-young-multiethnic-friends-students-studying_171337-18250.jpg?_wi=2", imageAlt: "grupo de personas dialogando"
}
]}
title="Nuestra Promesa: Conveniencia y Calidad"
description="En Droguería Etia en Salud, nos comprometemos a brindarte la mejor experiencia de compra, con productos confiables y un servicio excepcional."
@@ -176,48 +113,38 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Navegación",
items: [
title: "Navegación", items: [
{
label: "Inicio",
href: "/",
label: "Inicio", href: "/"
},
{
label: "Tienda",
href: "/shop",
label: "Tienda", href: "/shop"
},
{
label: "Contacto",
href: "/contact",
},
],
label: "Contacto", href: "/contact"
}
]
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Términos de Servicio",
href: "/terms",
label: "Términos de Servicio", href: "/terms"
},
{
label: "Política de Privacidad",
href: "/privacy",
},
],
label: "Política de Privacidad", href: "/privacy"
}
]
},
{
title: "Ayuda",
items: [
title: "Ayuda", items: [
{
label: "FAQs",
href: "/faqs",
label: "FAQs", href: "/faqs"
},
{
label: "¿Cómo ordenar?",
href: "/how-to-order",
},
],
},
label: "¿Cómo ordenar?", href: "/how-to-order"
}
]
}
]}
logoText="Tu Salud al Alcance de un Click"
copyrightText="© 2024 Droguería Etia en Salud. Todos los derechos reservados."