Update src/app/catalog/page.tsx

This commit is contained in:
2026-03-21 09:41:41 +00:00
parent 6ab48f71c5
commit 69c19b8726

View File

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