From e3cf8a6cdb8b5f06dd30bf86c7f74539d83b64a8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 21:08:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 241 ++++++++--------------------------------------- 1 file changed, 37 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bc8af2b..dc21df9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,30 +29,12 @@ export default function LandingPage() { @@ -233,24 +116,8 @@ export default function LandingPage() { title="Ce qu'ils en disent" description="Le retour de nos utilisateurs." testimonials={[ - { - id: "t1", - title: "Incontournable", - quote: "Une révolution dans ma gestion de cave.", - name: "Thomas", - role: "Amateur passionné", - imageSrc: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg?_wi=2", - imageAlt: "wine sommelier portrait", - }, - { - id: "t2", - title: "Efficace", - quote: "WineShare m'a permis d'atteindre une nouvelle clientèle.", - name: "Marie", - role: "Gérante cave", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg?_wi=2", - imageAlt: "woman in vineyard", - }, + { id: "t1", title: "Incontournable", quote: "Une révolution dans ma gestion de cave.", name: "Thomas", role: "Amateur passionné", imageSrc: "http://img.b2bpic.net/free-photo/hairless-elderly-man-dressed-stylish-suit-holding-bottle-against-dark-background_613910-17574.jpg", imageAlt: "wine sommelier portrait" }, + { id: "t2", title: "Efficace", quote: "WineShare m'a permis d'atteindre une nouvelle clientèle.", name: "Marie", role: "Gérante cave", imageSrc: "http://img.b2bpic.net/free-photo/back-view-female-vineyard_181624-61691.jpg", imageAlt: "woman in vineyard" }, ]} /> @@ -261,51 +128,17 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + title="Découvrez les nouveautés" + description="Notre sélection de vins." />