From 50c69412b744d5985a9f114518c9d277365da174 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:10:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4668657..8c6b049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,13 +101,13 @@ export default function HomePage() { products={[ { id: "vegetables", name: "Plants de Légumes", price: "À partir de 2€", imageSrc: - "http://img.b2bpic.net/free-photo/family-plating-together-ground-outdoors_23-2148943240.jpg", imageAlt: "Plants de légumes frais et biologiques"}, + "http://img.b2bpic.net/free-photo/family-plating-together-ground-outdoors_23-2148943240.jpg?_wi=1", imageAlt: "Plants de légumes frais et biologiques"}, { id: "flowers", name: "Fleurs Colorées", price: "À partir de 3€", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-fresh-green-plants-with-beautiful-pink-red-flowers-fresh-air-concept-incredible-plants-with-different-colours-flowers-greenhouse_7502-8439.jpg", imageAlt: "Magnifiques fleurs colorées et vibrantes"}, + "http://img.b2bpic.net/free-photo/close-up-fresh-green-plants-with-beautiful-pink-red-flowers-fresh-air-concept-incredible-plants-with-different-colours-flowers-greenhouse_7502-8439.jpg?_wi=1", imageAlt: "Magnifiques fleurs colorées et vibrantes"}, { id: "garden-products", name: "Produits pour le Jardin", price: "À partir de 5€", imageSrc: - "http://img.b2bpic.net/free-photo/gardening_23-2148020457.jpg", imageAlt: "Produits et outils de jardinage professionnels"}, + "http://img.b2bpic.net/free-photo/gardening_23-2148020457.jpg?_wi=1", imageAlt: "Produits et outils de jardinage professionnels"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -125,16 +125,16 @@ export default function HomePage() { products={[ { id: "veg-1", name: "Plants de Tomates", price: "Sélection Premium", imageSrc: - "http://img.b2bpic.net/free-photo/family-plating-together-ground-outdoors_23-2148943240.jpg", imageAlt: "Plants de tomates fraîches"}, + "http://img.b2bpic.net/free-photo/family-plating-together-ground-outdoors_23-2148943240.jpg?_wi=2", imageAlt: "Plants de tomates fraîches"}, { id: "flower-1", name: "Roses Fraîches", price: "Coupées Aujourd'hui", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-fresh-green-plants-with-beautiful-pink-red-flowers-fresh-air-concept-incredible-plants-with-different-colours-flowers-greenhouse_7502-8439.jpg", imageAlt: "Belles roses fraîches coupées"}, + "http://img.b2bpic.net/free-photo/close-up-fresh-green-plants-with-beautiful-pink-red-flowers-fresh-air-concept-incredible-plants-with-different-colours-flowers-greenhouse_7502-8439.jpg?_wi=2", imageAlt: "Belles roses fraîches coupées"}, { id: "nursery-1", name: "Visite Notre Pépinière", price: "Ouverte Tous les Jours", imageSrc: "http://img.b2bpic.net/free-photo/table-full-plants_23-2147997131.jpg", imageAlt: "Vue d'ensemble de la pépinière"}, { id: "products-1", name: "Outils de Jardinage", price: "Stock Complet", imageSrc: - "http://img.b2bpic.net/free-photo/gardening_23-2148020457.jpg", imageAlt: "Outils et produits de jardinage"}, + "http://img.b2bpic.net/free-photo/gardening_23-2148020457.jpg?_wi=2", imageAlt: "Outils et produits de jardinage"}, ]} gridVariant="bento-grid" animationType="blur-reveal" -- 2.49.1