From ba71aeca42b698ed3050bcc3a2d978e22249ce35 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 08:54:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28f5ee6..1e68d9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,8 +68,8 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { icon: DollarSign, label: "Prix Compétitifs", value: "Nets & Étudiés" }, - { icon: Users, label: "Service Réactif", value: "24h Réponse" }, { icon: Truck, label: "Livraison Fiable", value: "100% Ponctuelle" }, + { icon: Users, label: "Service Réactif", value: "24h Réponse" }, { icon: Shield, label: "Confiance Pro", value: "Engagée" } ]} metricsAnimation="blur-reveal" -- 2.49.1