From ec8197bca49c06e7df042111a1240f36c221a47a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 15:00:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7367b2b..cc29a49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,9 +188,7 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - id: "promo-shipping", title: "Envíos a todo el país", description: "Recibe tus productos en la puerta de tu casa, sin importar dónde te encuentres.", tag: "Comodidad", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-online-freight-order-tracking_1048-5610.jpg", imageAlt: "Delivery truck icon"}, - { - id: "promo-discounts", title: "Descuentos especiales cada semana", description: "Aprovecha nuestras ofertas y promociones exclusivas para equiparte al mejor precio.", tag: "Ahorro", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-cute-dress-holding-present-sale-nameplate-red-shoppings_140725-149221.jpg", imageAlt: "Discount tags"}, + id: "promo-shipping", title: "Envíos a todo Colombia", description: "Recibe tus productos en la puerta de tu casa, sin importar dónde te encuentres en Colombia.", tag: "Comodidad", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-online-freight-order-tracking_1048-5610.jpg", imageAlt: "Delivery truck icon"}, { id: "promo-quality", title: "Productos de alta calidad", description: "Solo trabajamos con las mejores marcas para garantizar la durabilidad y rendimiento.", tag: "Garantía", imageSrc: "http://img.b2bpic.net/free-vector/certified-extended-warranty-service-label-with-security-shielded-sign_1017-62784.jpg", imageAlt: "Quality badge"}, ]}