Merge version_2 into main #5

Merged
bender merged 1 commits from version_2 into main 2026-04-09 21:44:58 +00:00

View File

@@ -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 }
]}
/>
</div>
@@ -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}
/>
</div>