From 70b25138d886939c6d099c357d7e00f8a2c27310 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:21:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 154dd3b..67a7acf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -107,13 +107,13 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Fertilizantes Especializados", price: "Desde 15€", imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384663.jpg?_wi=2", imageAlt: "Fertilizantes y abonos para agricultura" + id: "1", name: "Fertilizantes Especializados", price: "", imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384663.jpg?_wi=2", imageAlt: "Fertilizantes y abonos para agricultura" }, { - id: "2", name: "Piensos para Animales", price: "Desde 8€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-with-pitchfork_23-2149744256.jpg?_wi=2", imageAlt: "Piensos y alimentación para ganado" + id: "2", name: "Piensos para Animales", price: "", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-with-pitchfork_23-2149744256.jpg?_wi=2", imageAlt: "Piensos y alimentación para ganado" }, { - id: "3", name: "Herramientas Agrícolas", price: "Desde 12€", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg?_wi=2", imageAlt: "Herramientas de jardinería profesional" + id: "3", name: "Herramientas Agrícolas", price: "", imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-cutting-plants-with-pruner-greenhouse-woman-working-garden-cropped-shot-gardening-job-concept_74855-12777.jpg?_wi=2", imageAlt: "Herramientas de jardinería profesional" } ]} /> @@ -133,7 +133,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384663.jpg?_wi=3" }, { - id: "2", title: "Entrega a Domicilio", tags: ["Logística", "Rápido"], + id: "2", title: "Atención rápida", tags: ["", ""], imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-with-pitchfork_23-2149744256.jpg?_wi=3" }, { -- 2.49.1