diff --git a/src/app/page.tsx b/src/app/page.tsx index c21518b..ea3e814 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,7 +64,7 @@ export default function HomePage() { { value: "500+", title: "Productos Disponibles" }, { value: "1,000+", title: "Clientes Satisfechos" } ]} - imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg" + imageSrc="http://img.b2bpic.net/free-photo/farmer-interacting-with-farmers-apple-orchard_107420-12209.jpg?_wi=1" imageAlt="Trabajadores agricolas en cultivo" mediaAnimation="slide-up" useInvertedBackground={false} @@ -89,7 +89,7 @@ export default function HomePage() { price: "$45.00", rating: 5, reviewCount: "234", - imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fresh-tomatoes-burlap-sacks_23-2151944976.jpg?_wi=1", imageAlt: "Tomates orgánicos frescos" }, { @@ -99,7 +99,7 @@ export default function HomePage() { price: "$28.50", rating: 5, reviewCount: "189", - imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad_1388-678.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad_1388-678.jpg?_wi=1", imageAlt: "Lechugas hidropónicas de calidad" }, { @@ -109,7 +109,7 @@ export default function HomePage() { price: "$35.00", rating: 4, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-cooked-uncooked-corns-sack-wooden-table-1_141793-11016.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-cooked-uncooked-corns-sack-wooden-table-1_141793-11016.jpg?_wi=1", imageAlt: "Maíz fresco de excelente calidad" }, { @@ -119,7 +119,7 @@ export default function HomePage() { price: "$22.00", rating: 5, reviewCount: "312", - imageSrc: "http://img.b2bpic.net/free-photo/freshly-harvested-potatoes-burlap-sack-wooden-table-with-farm-field-background_84443-72407.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/freshly-harvested-potatoes-burlap-sack-wooden-table-with-farm-field-background_84443-72407.jpg?_wi=1", imageAlt: "Papas andinas premium" }, { @@ -129,7 +129,7 @@ export default function HomePage() { price: "$18.50", rating: 4, reviewCount: "198", - imageSrc: "http://img.b2bpic.net/free-photo/onion-garlic-parsley-closeup-kitchen-table_169016-39511.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/onion-garlic-parsley-closeup-kitchen-table_169016-39511.jpg?_wi=1", imageAlt: "Cebollas blancas certificadas" }, { @@ -139,7 +139,7 @@ export default function HomePage() { price: "$32.00", rating: 5, reviewCount: "267", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-composition-sliced-whole-vegetables-white-background_140725-141165.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-composition-sliced-whole-vegetables-white-background_140725-141165.jpg?_wi=1", imageAlt: "Zanahorias baby frescas" } ]} @@ -161,7 +161,7 @@ export default function HomePage() { title: "Productos Certificados", description: "Todos nuestros productos pasan por rigurosos controles de calidad y certificaciones sanitarias para garantizar inocuidad alimentaria.", media: { - imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/extended-warranty-service-stamp-with-tick-mark-design_1017-61518.jpg?_wi=1" }, items: [ { icon: Shield, text: "Certificación orgánica verificada" }, @@ -174,7 +174,7 @@ export default function HomePage() { title: "Entrega Rápida y Segura", description: "Sistema logístico eficiente que garantiza la frescura de tus productos desde el campo hasta tu puerta en tiempo récord.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-man-holding-packages-while-communicating-mobile-phone-standing-street_637285-1278.jpg?_wi=1" }, items: [ { icon: Truck, text: "Entrega en 24-48 horas" }, @@ -187,7 +187,7 @@ export default function HomePage() { title: "Precios Competitivos", description: "Eliminamos intermediarios para ofrecerte los mejores precios directamente de productores verificados sin comprometer calidad.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/cubes-spelling-save-money-table-with-spanish-dinero-bills-coins_181624-20528.jpg?_wi=1" }, items: [ { icon: DollarSign, text: "Descuentos por volumen" }, @@ -241,7 +241,7 @@ export default function HomePage() {