From 7c5dcfe9e5e5c7cf14227def2e14d62ddf701b6e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:43:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 690f16f..3189d16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,6 +48,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-vector/elegant-business-stationery_1195-107.jpg" imageAlt="Papeterie de luxe" mediaAnimation="slide-up" + background={{ variant: "plain" }} testimonials={[ { name: "Marie Dupont", handle: "Designer, Paris", testimonial: "La qualité et l'élégance de leurs produits transforment ma créativité quotidienne.", rating: 5, -- 2.49.1