Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-07 12:15:08 +00:00
2 changed files with 5 additions and 8 deletions

View File

@@ -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,

View File

@@ -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"
}
]}