From 69c19b87266da3f142e28a03db0eb30fba90f64b Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 09:41:41 +0000 Subject: [PATCH] Update src/app/catalog/page.tsx --- src/app/catalog/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 68b831c..f18937f 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -46,7 +46,7 @@ export default function CatalogPage() { description="Parcourez notre sélection complète d'équipements disponibles à la location. Tous nos matériels sont entretenus régulièrement pour garantir votre satisfaction." tag="Disponible" tagIcon={Package} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Retour à l'accueil", @@ -60,7 +60,7 @@ export default function CatalogPage() { name: "Excavatrice", price: "À partir de 250€/jour", variant: "Modèle professionnel", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19092.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-seeder-attached-tractor-field_146671-19092.jpg", imageAlt: "Excavatrice professionnelle", }, { @@ -68,7 +68,7 @@ export default function CatalogPage() { name: "Échafaudage", price: "À partir de 100€/jour", variant: "Structure temporaire", - imageSrc: "http://img.b2bpic.net/free-photo/centre-pompidou-blue-sky-sunlight-daytime-paris-france_181624-16566.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/centre-pompidou-blue-sky-sunlight-daytime-paris-france_181624-16566.jpg", imageAlt: "Échafaudage de construction", }, { @@ -76,7 +76,7 @@ export default function CatalogPage() { name: "Compresseur", price: "À partir de 50€/jour", variant: "Portable et performant", - imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881684.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/modern-automobile-mechanic-composition_23-2147881684.jpg", imageAlt: "Compresseur d'air industriel", }, { @@ -84,7 +84,7 @@ export default function CatalogPage() { name: "Bétonnière", price: "À partir de 75€/jour", variant: "Rendement optimal", - imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15367.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/manual-tool-set-set-wooden-floor_1150-15367.jpg", imageAlt: "Bétonnière professionnelle", }, { @@ -92,7 +92,7 @@ export default function CatalogPage() { name: "Perceuse électrique", price: "À partir de 30€/jour", variant: "Puissante et robuste", - imageSrc: "http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/business-man-sharing-idea-with-colleague_23-2148336895.jpg", imageAlt: "Perceuse électrique industrielle", }, { @@ -100,7 +100,7 @@ export default function CatalogPage() { name: "Tour d'échafaudage", price: "À partir de 120€/jour", variant: "Hauteur réglable", - imageSrc: "http://img.b2bpic.net/free-photo/green-tractor-with-trailer-rural-road-power-innovation-agriculture_169016-69719.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/green-tractor-with-trailer-rural-road-power-innovation-agriculture_169016-69719.jpg", imageAlt: "Tour d'échafaudage ajustable", }, ]} @@ -117,7 +117,7 @@ export default function CatalogPage() { title="Vous ne trouvez pas ce que vous cherchez?" description="Contactez notre équipe pour connaître toutes nos options de location ou pour obtenir un devis personnalisé." tagIcon={Mail} - tagAnimation="entrance-slide" + tagAnimation="slide-up" background={{ variant: "animated-grid", }}