From 3df9b485853b069a96e5568623c95cf6a46a2aa2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:29:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2d7ab6f..40699c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "f1", title: "Intervention Rapide", description: "Disponible aujourd'hui pour toutes vos urgences à domicile.", tag: "Rapidité", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-storm-logo-template_23-2149189463.jpg", imageAlt: "Rapidité d'intervention" }, - { id: "f2", title: "Qualité Propre", description: "Un chantier toujours laissé impeccable après chaque passage.", tag: "Propreté", imageSrc: "http://img.b2bpic.net/free-vector/gradient-patented-label-collection_23-2149722745.jpg", imageAlt: "Qualité artisanale" }, - { id: "f3", title: "Tarifs Honnêtes", description: "Devis transparents, sans surprise ni frais cachés.", tag: "Prix Corrects", imageSrc: "http://img.b2bpic.net/free-vector/organic-flat-good-job-stickers-set_23-2148920322.jpg", imageAlt: "Transparence tarifaire" }, + { id: "f1", title: "Intervention Rapide", description: "Disponible aujourd'hui pour toutes vos urgences à domicile.", tag: "Rapidité" }, + { id: "f2", title: "Qualité Propre", description: "Un chantier toujours laissé impeccable après chaque passage.", tag: "Propreté" }, + { id: "f3", title: "Tarifs Honnêtes", description: "Devis transparents, sans surprise ni frais cachés.", tag: "Prix Corrects" }, ]} title="Nos Engagements" description="Ce qui fait de nous votre partenaire de confiance à Périgueux." -- 2.49.1