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