Update src/app/shop/page.tsx
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user