Merge version_1_1781704704200 into main #1
@@ -16,28 +16,16 @@ export default function HomePage() {
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={[
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-asian-waitress-cafe-manager-working-with-tablet-graphic-tablet_1258-199016.jpg",
|
||||
"http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2623.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-african-american-person-smiling-working-his-living-room_482257-126267.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg", "http://img.b2bpic.net/free-photo/young-asian-waitress-cafe-manager-working-with-tablet-graphic-tablet_1258-199016.jpg", "http://img.b2bpic.net/black-businessman-happy-expression_1194-2623.jpg", "http://img.b2bpic.net/free-photo/portrait-african-american-person-smiling-working-his-living-room_482257-126267.jpg"]}
|
||||
avatarText="Rejoignez 500+ commerçants"
|
||||
title="La fidélité de demain, directement sur smartphone."
|
||||
description="Créez vos cartes virtuelles personnalisées en quelques clics. Zéro plastique, 100% engagement client."
|
||||
primaryButton={{
|
||||
text: "Pour les Commerçants",
|
||||
href: "#pricing",
|
||||
}}
|
||||
text: "Pour les Commerçants", href: "#pricing"}}
|
||||
secondaryButton={{
|
||||
text: "Pour les Clients",
|
||||
href: "#features",
|
||||
}}
|
||||
text: "Pour les Clients", href: "#features"}}
|
||||
names={[
|
||||
"Apple Pay",
|
||||
"Google Pay",
|
||||
"WhatsApp",
|
||||
"Instagram",
|
||||
]}
|
||||
"Apple Pay", "Google Pay", "WhatsApp", "Instagram"]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-dark-mode-app-template_23-2150498015.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -51,20 +39,11 @@ export default function HomePage() {
|
||||
description="Une solution conçue pour maximiser le retour client tout en respectant l'environnement."
|
||||
items={[
|
||||
{
|
||||
title: "Éco-responsable",
|
||||
description: "Dites adieu aux cartes en papier jetables.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-globe-paper-carving-with-grass-background_53876-14193.jpg",
|
||||
},
|
||||
title: "Éco-responsable", description: "Dites adieu aux cartes en papier jetables.", imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-globe-paper-carving-with-grass-background_53876-14193.jpg"},
|
||||
{
|
||||
title: "Zéro oubli",
|
||||
description: "La carte est accessible via le wallet mobile du client.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cancel-sign-front-side-with-white-background_187299-39753.jpg",
|
||||
},
|
||||
title: "Zéro oubli", description: "La carte est accessible via le wallet mobile du client.", imageSrc: "http://img.b2bpic.net/free-photo/cancel-sign-front-side-with-white-background_187299-39753.jpg"},
|
||||
{
|
||||
title: "Analytique avancée",
|
||||
description: "Suivez vos performances en temps réel.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/golden-correct-sign-best-quality-assurance-guarantee-product-iso-service-concept_616485-97.jpg",
|
||||
},
|
||||
title: "Analytique avancée", description: "Suivez vos performances en temps réel.", imageSrc: "http://img.b2bpic.net/free-photo/golden-correct-sign-best-quality-assurance-guarantee-product-iso-service-concept_616485-97.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -78,20 +57,11 @@ export default function HomePage() {
|
||||
description="Configurez, scannez, fidélisez. C'est tout."
|
||||
items={[
|
||||
{
|
||||
icon: Settings,
|
||||
title: "Configurez",
|
||||
description: "Créez votre design personnalisé.",
|
||||
},
|
||||
icon: "Settings", title: "Configurez", description: "Créez votre design personnalisé."},
|
||||
{
|
||||
icon: QrCode,
|
||||
title: "Scannez",
|
||||
description: "QR Code unique pour chaque client.",
|
||||
},
|
||||
icon: "QrCode", title: "Scannez", description: "QR Code unique pour chaque client."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Fidélisez",
|
||||
description: "Récompensez vos clients fidèles.",
|
||||
},
|
||||
icon: "TrendingUp", title: "Fidélisez", description: "Récompensez vos clients fidèles."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-hands-scanning-qr-codes_23-2149357879.jpg"
|
||||
/>
|
||||
@@ -106,17 +76,11 @@ export default function HomePage() {
|
||||
description="Des résultats mesurables dès le premier mois."
|
||||
metrics={[
|
||||
{
|
||||
value: "+40%",
|
||||
description: "Taux de retour client",
|
||||
},
|
||||
value: "+40%", description: "Taux de retour client"},
|
||||
{
|
||||
value: "10k+",
|
||||
description: "Cartes numériques émises",
|
||||
},
|
||||
value: "10k+", description: "Cartes numériques émises"},
|
||||
{
|
||||
value: "2min",
|
||||
description: "Temps de mise en place",
|
||||
},
|
||||
value: "2min", description: "Temps de mise en place"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -130,47 +94,22 @@ export default function HomePage() {
|
||||
description="Libre, Pro ou Entreprise, il y a un plan pour vous."
|
||||
plans={[
|
||||
{
|
||||
tag: "Découverte",
|
||||
price: "Gratuit",
|
||||
description: "Pour débuter",
|
||||
features: [
|
||||
"1 carte",
|
||||
"Support communauté",
|
||||
"Analyses basiques",
|
||||
],
|
||||
tag: "Découverte", price: "Gratuit", description: "Pour débuter", features: [
|
||||
"1 carte", "Support communauté", "Analyses basiques"],
|
||||
primaryButton: {
|
||||
text: "Commencer",
|
||||
href: "#",
|
||||
},
|
||||
text: "Commencer", href: "#"},
|
||||
},
|
||||
{
|
||||
tag: "Pro",
|
||||
price: "49€",
|
||||
description: "Pour les commerçants",
|
||||
features: [
|
||||
"Cartes illimitées",
|
||||
"Support prioritaire",
|
||||
"Push Notifications",
|
||||
],
|
||||
highlight: "Populaire",
|
||||
primaryButton: {
|
||||
text: "Essayer Pro",
|
||||
href: "#",
|
||||
},
|
||||
tag: "Pro", price: "49€", description: "Pour les commerçants", features: [
|
||||
"Cartes illimitées", "Support prioritaire", "Push Notifications"],
|
||||
highlight: "Populaire", primaryButton: {
|
||||
text: "Essayer Pro", href: "#"},
|
||||
},
|
||||
{
|
||||
tag: "Enterprise",
|
||||
price: "199€",
|
||||
description: "Pour les réseaux",
|
||||
features: [
|
||||
"API dédiée",
|
||||
"Multi-sites",
|
||||
"Accompagnement",
|
||||
],
|
||||
tag: "Enterprise", price: "199€", description: "Pour les réseaux", features: [
|
||||
"API dédiée", "Multi-sites", "Accompagnement"],
|
||||
primaryButton: {
|
||||
text: "Nous contacter",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Nous contacter", href: "#contact"},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -185,45 +124,20 @@ export default function HomePage() {
|
||||
description="Plus de 500 commerçants nous font confiance."
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sophie Martin",
|
||||
role: "Boulangerie Artisanale",
|
||||
quote: "Un gain de temps incroyable et mes clients adorent le format numérique.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg",
|
||||
},
|
||||
name: "Sophie Martin", role: "Boulangerie Artisanale", quote: "Un gain de temps incroyable et mes clients adorent le format numérique.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-14657.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marc Dubois",
|
||||
role: "Coffee Shop",
|
||||
quote: "Le taux de retour est passé de 10% à 35% en deux mois !",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199355.jpg",
|
||||
},
|
||||
name: "Marc Dubois", role: "Coffee Shop", quote: "Le taux de retour est passé de 10% à 35% en deux mois !", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-asian-businesswoman-showing-thumbs-up-standing-near-entrance-her-cafe-restaurant_1258-199355.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Julie Leroy",
|
||||
role: "Concept Store",
|
||||
quote: "Facile à utiliser, design épuré, mes clients sont conquis.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-showing-her-fingers-gray-wall_114579-63656.jpg",
|
||||
},
|
||||
name: "Julie Leroy", role: "Concept Store", quote: "Facile à utiliser, design épuré, mes clients sont conquis.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-showing-her-fingers-gray-wall_114579-63656.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Antoine Petit",
|
||||
role: "Salon de Coiffure",
|
||||
quote: "La fin des cartes perdues au fond du portefeuille.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-crazy_1298-99.jpg",
|
||||
},
|
||||
name: "Antoine Petit", role: "Salon de Coiffure", quote: "La fin des cartes perdues au fond du portefeuille.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-wearing-blue-outfit-looking-crazy_1298-99.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Clara Vasseur",
|
||||
role: "Épicerie fine",
|
||||
quote: "Le meilleur outil de fidélisation du marché actuel.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
},
|
||||
name: "Clara Vasseur", role: "Épicerie fine", quote: "Le meilleur outil de fidélisation du marché actuel.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -237,17 +151,11 @@ export default function HomePage() {
|
||||
description="Vous avez des doutes ? Nous avons les réponses."
|
||||
items={[
|
||||
{
|
||||
question: "Est-ce compatible avec tous les smartphones ?",
|
||||
answer: "Oui, compatible iOS et Android via les wallets natifs.",
|
||||
},
|
||||
question: "Est-ce compatible avec tous les smartphones ?", answer: "Oui, compatible iOS et Android via les wallets natifs."},
|
||||
{
|
||||
question: "Comment mes clients utilisent-ils la carte ?",
|
||||
answer: "Simple scan QR à la caisse ou via NFC.",
|
||||
},
|
||||
question: "Comment mes clients utilisent-ils la carte ?", answer: "Simple scan QR à la caisse ou via NFC."},
|
||||
{
|
||||
question: "Y a-t-il un engagement ?",
|
||||
answer: "Non, vous pouvez résilier à tout moment.",
|
||||
},
|
||||
question: "Y a-t-il un engagement ?", answer: "Non, vous pouvez résilier à tout moment."},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
@@ -259,13 +167,9 @@ export default function HomePage() {
|
||||
tag="Lancez-vous"
|
||||
text="Prêt à digitaliser votre fidélité ? Contactez notre équipe dès aujourd'hui."
|
||||
primaryButton={{
|
||||
text: "Demander une démo",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Demander une démo", href: "#"}}
|
||||
secondaryButton={{
|
||||
text: "En savoir plus",
|
||||
href: "#",
|
||||
}}
|
||||
text: "En savoir plus", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user