From 4900c2f6ec93fed7c330ee7f2401a78e2eeadadd Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:15:03 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 81688d9..baec0e9 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ variable: "--font-inter", subsets: ["latin"] }); export const metadata: Metadata = { - title: "Agroreolid - Tienda Agrícola en Hellín", description: "Tienda agrícola de confianza en Hellín desde 1994. Productos agrícolas, piensos, fertilizantes y asesoramiento profesional."}; + title: "Agroreolid - Tienda Agrícola en Hellín", description: "Tienda agrícola de confianza en Hellín desde 1994. Productos agrícolas, piensos, fertilizantes y asesoramiento profesional." +}; export default function RootLayout({ children, -- 2.49.1 From ce71fdaadea55661d12635e2dfbbf0c37c3de7d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 12:15:04 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a222e1..154dd3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -129,19 +129,15 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", title: "Venta al por Mayor y Menor", tags: ["Mayorista", "Minorista"], - imageSrc: "http://img.b2bpic.net/free-photo/rows-fresh-vegetables-shelf-supermarket_93675-131437.jpg?_wi=2" - }, - { - id: "2", title: "Asesoramiento Agrícola Profesional", tags: ["Expertos", "Consultoría"], + id: "1", title: "Asesoramiento Agrícola Profesional", tags: ["Expertos", "Consultoría"], imageSrc: "http://img.b2bpic.net/free-photo/person-transplanting-plants-new-pots_23-2149384663.jpg?_wi=3" }, { - id: "3", title: "Entrega a Domicilio", tags: ["Logística", "Rápido"], + id: "2", title: "Entrega a Domicilio", tags: ["Logística", "Rápido"], imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-with-pitchfork_23-2149744256.jpg?_wi=3" }, { - id: "4", title: "Pagos Flexibles con Tarjeta o Móvil", tags: ["Seguro", "Flexible"], + id: "3", title: "Pagos Flexibles con Tarjeta o Móvil", tags: ["Seguro", "Flexible"], 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=3" } ]} -- 2.49.1