From 6e6ae579835162b0d2752a49d5026fe88df135aa Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 21:44:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8466787..033ddde 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,10 @@ export default function LandingPage() { description="Des expériences web futuristes, fluides et conçues pour dominer votre marché local." buttons={[{ text: "Démarrer", href: "#contact" }, { text: "Voir nos tarifs", href: "#pricing" }]} mediaAnimation="blur-reveal" + testimonials={[ + { name: "Marc, Dirigeant", handle: "@startup", testimonial: "Futuriste et efficace !", rating: 5 }, + { name: "Sarah, Fondatrice", handle: "@ecommerce", testimonial: "Performance exceptionnelle.", rating: 5 } + ]} /> @@ -55,6 +59,7 @@ export default function LandingPage() { textboxLayout="split" title="Services Haute Performance" description="L'excellence technologique au service de votre image." + gridVariant="two-columns-alternating-heights" features={[ { title: "Développement Web 3.0", description: "Interfaces ultra-rapides et responsives.", imageSrc: "http://img.b2bpic.net/free-photo/3d-setting-web-icon-design-element_460848-10096.jpg?_wi=1" }, { title: "Optimisation Conversion", description: "Design stratégique pour maximiser vos résultats.", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-holding-wed-design-board_53876-65667.jpg?_wi=1" }, @@ -87,7 +92,8 @@ export default function LandingPage() { description="Le futur de votre image commence ici." products={[ { id: "1", name: "Architecture Digitale", price: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/group-asia-young-creative-people-smart-casual-wear-discussing-business-brainstorming_7861-3066.jpg?_wi=1" }, - { id: "2", name: "E-Commerce Évolutif", price: "Vente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-working-fresh-air-outdoors-sitting-bench-with-laptop-digital_1258-194320.jpg?_wi=1" } + { id: "2", name: "E-Commerce Évolutif", price: "Vente", imageSrc: "http://img.b2bpic.net/free-photo/portrait-corporate-woman-working-fresh-air-outdoors-sitting-bench-with-laptop-digital_1258-194320.jpg?_wi=1" }, + { id: "3", name: "UX Design", price: "Service", imageSrc: "http://img.b2bpic.net/free-photo/happy-diverse-people-holding-wed-design-board_53876-65667.jpg?_wi=1" } ]} useInvertedBackground={true} /> @@ -112,6 +118,7 @@ export default function LandingPage() { animationType="background-highlight" background={{ variant: "rotated-rays-animated" }} buttons={[{ text: "Lancer le projet", href: "mailto:hello@webmaup.fr" }]} + useInvertedBackground={false} /> -- 2.49.1