From 2122d13fb16414ab8e77be48207f91ff845e94c6 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 02:09:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 +++++++++-------------------------------------- 1 file changed, 53 insertions(+), 243 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index adeb998..8aa7253 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -193,20 +93,8 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - negativeCard={{ - items: [ - "Design intérieur", - "Rénovation complète", - "Aménagement d’espace", - ], - }} - positiveCard={{ - items: [ - "Transformation de loft", - "Gestion de projet globale", - "Design mobilier sur-mesure", - ], - }} + negativeCard={{ items: ["Design intérieur", "Rénovation complète", "Aménagement d’espace"] }} + positiveCard={{ items: ["Transformation de loft", "Gestion de projet globale", "Design mobilier sur-mesure"] }} title="Nos Services" description="Nous accompagnons les particuliers et professionnels dans la transformation durable et esthétique de leurs espaces de vie." /> @@ -216,44 +104,15 @@ export default function LandingPage() { @@ -293,26 +140,11 @@ export default function LandingPage() { rating={5} author="Claire et Thomas B." avatars={[ - { - src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", - alt: "Client 1", - }, - { - src: "http://img.b2bpic.net/free-photo/business-decisions-can-be-very-difficult_329181-15200.jpg", - alt: "Client 2", - }, - { - src: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103956.jpg", - alt: "Client 3", - }, - { - src: "http://img.b2bpic.net/free-photo/joyful-colleagues-laughing-work_74855-4314.jpg", - alt: "Client 4", - }, - { - src: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986288.jpg", - alt: "Client 5", - }, + { src: "http://img.b2bpic.net/free-photo/beautiful-business-woman-portrait_23-2149280717.jpg", alt: "Client 1" }, + { src: "http://img.b2bpic.net/free-photo/business-decisions-can-be-very-difficult_329181-15200.jpg", alt: "Client 2" }, + { src: "http://img.b2bpic.net/free-photo/businesswoman_23-2148103956.jpg", alt: "Client 3" }, + { src: "http://img.b2bpic.net/free-photo/joyful-colleagues-laughing-work_74855-4314.jpg", alt: "Client 4" }, + { src: "http://img.b2bpic.net/free-photo/mid-aged-couple-love-home_23-2147986288.jpg", alt: "Client 5" }, ]} ratingAnimation="blur-reveal" avatarsAnimation="slide-up" @@ -322,9 +154,7 @@ export default function LandingPage() {