5 Commits

Author SHA1 Message Date
62f3292f76 Merge version_4 into main
Merge version_4 into main
2026-04-17 14:08:39 +00:00
c4f3e8c042 Update src/app/page.tsx 2026-04-17 14:08:36 +00:00
9ee9afdf1d Merge version_3 into main
Merge version_3 into main
2026-04-17 13:30:38 +00:00
ffb1837d70 Update src/app/page.tsx 2026-04-17 13:30:35 +00:00
7b68c64644 Merge version_2 into main
Merge version_2 into main
2026-04-17 13:29:39 +00:00

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="See it. Want it. Buy it."
description="La plateforme de shopping vidéo nouvelle génération, combinant le meilleur du live commerce et une IA intelligente au plus proche de chez vous."
description="Trouvez des produits locaux uniques en vidéo. La plateforme de shopping nouvelle génération alliant live commerce et IA intelligente au plus proche de chez vous."
testimonials={[
{ name: "Sarah J.", handle: "@sarah_fashion", testimonial: "Cusbuy a changé ma façon d'acheter local. Voir les produits en vidéo avant de passer voir le vendeur, c'est génial !", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-calm-pleasant-looking-woman-with-satisfied-expression-keeps-arms-crossed-has-bushy-curly-hair-combed-tail-listens-pleasantly-friend-has-casual-talk-with-someone_273609-46644.jpg" },
{ name: "Marc T.", handle: "@tech_fan", testimonial: "Les enchères en live sont addictives. J'ai trouvé du matériel électronique introuvable ailleurs, juste à côté de chez moi.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-man-pointing-camera-with-finger_1262-3118.jpg" },
@@ -101,7 +101,7 @@ export default function LandingPage() {
textboxLayout="split-actions"
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
buttons={[{ text: "Voir tout le catalogue" }]}
buttons={[{ text: "Découvrir tout le catalogue" }]}
products={[
{ id: "p1", brand: "TechZone", name: "Smartphone Pro 2024", price: "799€", rating: 4.8, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-white-ice-skates-with-cherries_23-2150806796.jpg" },
{ id: "p2", brand: "Urban Wear", name: "Sweatshirt Vintage", price: "45€", rating: 4.5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/minimal-tech-setup-with-earbuds_58702-17254.jpg" },