From 94f0b686800def123c06d3ad67bffd13fb47ac0b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 21:50:57 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06074b5..8f3d23a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -147,7 +147,7 @@ export default function LandingPage() { title: "Diseño y Rediseño de Jardines", description: "Transformamos tu visión en realidad, creando paisajes personalizados que se adaptan a tu estilo y presupuesto.", icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128791.jpg", imageAlt: "Diseño moderno de jardín con plantas y camino"}, + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128791.jpg?_wi=1", imageAlt: "Diseño moderno de jardín con plantas y camino"}, { imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-as-travel-agent_23-2150455599.jpg", imageAlt: "Diseño moderno de jardín con plantas y camino"}, ] @@ -166,7 +166,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "paquete-basico", name: "Paquete Básico", price: "$75/mes", variant: "Mantenimiento Esencial", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128791.jpg", imageAlt: "Jardín pequeño bien mantenido con césped cortado"}, + id: "paquete-basico", name: "Paquete Básico", price: "$75/mes", variant: "Mantenimiento Esencial", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-gardening-composition_23-2148128791.jpg?_wi=2", imageAlt: "Jardín pequeño bien mantenido con césped cortado"}, { id: "paquete-premium", name: "Paquete Premium", price: "$150/mes", variant: "Mantenimiento Completo", imageSrc: "http://img.b2bpic.net/free-photo/seedlings-with-garden-tools_658428-189.jpg", imageAlt: "Jardín exuberante con flores y arbustos exóticos"}, { -- 2.49.1