|
|
|
|
@@ -64,7 +64,8 @@ export default function HomePage() {
|
|
|
|
|
brandName="Fiscopti"
|
|
|
|
|
navItems={navItems}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Commencer", href: "https://app.fiscopti.fr/signup"}}
|
|
|
|
|
text: "Commencer", href: "https://app.fiscopti.fr/signup"
|
|
|
|
|
}}
|
|
|
|
|
animateOnLoad={true}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -72,7 +73,7 @@ export default function HomePage() {
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroBillboard
|
|
|
|
|
title="Optimisation Fiscale Intelligente pour les Contribuables Français"
|
|
|
|
|
description="Fiscopti est un simulateur fiscal de nouvelle génération conçu pour les contribuables de la classe moyenne. Basé sur une engine fiscale déterministe et une IA silencieuse, Fiscopti fournit des recommandations fiables, transparentes et conformes RGPD."
|
|
|
|
|
description="Save €3,500+ on taxes in minutes with AI-powered, transparent recommendations — no jargon, no risk"
|
|
|
|
|
background={{ variant: "gradient-bars" }}
|
|
|
|
|
tag="MVP - Simulation Fiscale"
|
|
|
|
|
tagIcon={Sparkles}
|
|
|
|
|
@@ -98,19 +99,23 @@ export default function HomePage() {
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
title: "Calcul Fiscal Complet", description:
|
|
|
|
|
"Barème progressif, quotient familial, décote, et plafonnement des niches fiscales intégrés.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1", imageAlt: "Simulation fiscale - Analyse financière"},
|
|
|
|
|
"Barème progressif, quotient familial, décote, et plafonnement des niches fiscales intégrés.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=1", imageAlt: "Simulation fiscale - Analyse financière"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 2,
|
|
|
|
|
title: "Sécurité & Conformité RGPD", description:
|
|
|
|
|
"Chiffrement AES-256, authentification double facteur, et stockage minimaliste des données.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-safety-concept-with-chain-padlock-keyboard-wooden-cubes-white-background-flat-lay_176474-7658.jpg?_wi=1", imageAlt: "Sécurité - Chiffrement et protection"},
|
|
|
|
|
"Chiffrement AES-256, authentification double facteur, et stockage minimaliste des données.", imageSrc: "http://img.b2bpic.net/free-photo/cyber-safety-concept-with-chain-padlock-keyboard-wooden-cubes-white-background-flat-lay_176474-7658.jpg?_wi=1", imageAlt: "Sécurité - Chiffrement et protection"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
title: "Transparence Totale", description:
|
|
|
|
|
"Chaque recommandation affiche les règles fiscales utilisées. Aucune hallucination d'IA possible.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23483.jpg?_wi=1", imageAlt: "Transparence - Clarté des calculs"},
|
|
|
|
|
"Chaque recommandation affiche les règles fiscales utilisées. Aucune hallucination d'IA possible.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23483.jpg?_wi=1", imageAlt: "Transparence - Clarté des calculs"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
|
|
|
|
title: "Gestion Documentaire", description:
|
|
|
|
|
"Upload chiffré de fiches de paie, avis d'imposition, et factures pour une analyse automatique.", imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=1", imageAlt: "Gestion des documents - Stockage sécurisé"},
|
|
|
|
|
"Upload chiffré de fiches de paie, avis d'imposition, et factures pour une analyse automatique.", imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=1", imageAlt: "Gestion des documents - Stockage sécurisé"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -125,16 +130,20 @@ export default function HomePage() {
|
|
|
|
|
metrics={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", icon: TrendingUp,
|
|
|
|
|
title: "Économies Moyennes", value: "€3,500+"},
|
|
|
|
|
title: "Économies Moyennes", value: "€3,500+"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", icon: Shield,
|
|
|
|
|
title: "Utilisateurs Sécurisés", value: "10,000+"},
|
|
|
|
|
title: "Utilisateurs Sécurisés", value: "10,000+"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", icon: Clock,
|
|
|
|
|
title: "Temps Épargné", value: "8h/an"},
|
|
|
|
|
title: "Temps Épargné", value: "8h/an"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", icon: CheckCircle,
|
|
|
|
|
title: "Conformité", value: "100%"},
|
|
|
|
|
title: "Conformité", value: "100%"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -151,19 +160,23 @@ export default function HomePage() {
|
|
|
|
|
{
|
|
|
|
|
id: 1,
|
|
|
|
|
title: "1. Création de Profil", description:
|
|
|
|
|
"Remplissez vos informations personnelles et financières de manière sécurisée.", imageSrc: "http://img.b2bpic.net/free-photo/women-hands-holding-tablet-clipboard_23-2148352819.jpg?_wi=2", imageAlt: "Création de profil - Interface sécurisée"},
|
|
|
|
|
"Remplissez vos informations personnelles et financières de manière sécurisée.", imageSrc: "http://img.b2bpic.net/free-photo/women-hands-holding-tablet-clipboard_23-2148352819.jpg?_wi=2", imageAlt: "Création de profil - Interface sécurisée"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 2,
|
|
|
|
|
title: "2. Simulation Multi-Scénarios", description:
|
|
|
|
|
"Testez différentes stratégies fiscales: mariage, PER, dons, immobilier.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=2", imageAlt: "Simulation multi-scénarios - Analyse"},
|
|
|
|
|
"Testez différentes stratégies fiscales: mariage, PER, dons, immobilier.", imageSrc: "http://img.b2bpic.net/free-photo/woman-watching-business-conference-computer-screen-looking-statistics_482257-125563.jpg?_wi=2", imageAlt: "Simulation multi-scénarios - Analyse"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 3,
|
|
|
|
|
title: "3. IA Silencieuse Recommande", description:
|
|
|
|
|
"Recevez des recommandations explicables basées sur une base fiscale codée.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23483.jpg?_wi=2", imageAlt: "IA Recommandations - Transparence"},
|
|
|
|
|
"Recevez des recommandations explicables basées sur une base fiscale codée.", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-23483.jpg?_wi=2", imageAlt: "IA Recommandations - Transparence"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: 4,
|
|
|
|
|
title: "4. Export & Action", description:
|
|
|
|
|
"Générez un PDF détaillé et agissez en confiance avec vos conseillers.", imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=2", imageAlt: "Export et action - PDF détaillé"},
|
|
|
|
|
"Générez un PDF détaillé et agissez en confiance avec vos conseillers.", imageSrc: "http://img.b2bpic.net/free-photo/files-index-content-details-document-archives-concept_53876-133676.jpg?_wi=2", imageAlt: "Export et action - PDF détaillé"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
@@ -172,19 +185,25 @@ export default function HomePage() {
|
|
|
|
|
<TestimonialCardTwelve
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
id: "1", name: "Marie Dubois", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Marie Dubois"},
|
|
|
|
|
id: "1", name: "Marie Dubois", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Marie Dubois"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "2", name: "Thomas Laurent", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Thomas Laurent"},
|
|
|
|
|
id: "2", name: "Thomas Laurent", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Thomas Laurent"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "3", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Sophie Martin"},
|
|
|
|
|
id: "3", name: "Sophie Martin", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Sophie Martin"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "4", name: "Pierre Rousseau", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Pierre Rousseau"},
|
|
|
|
|
id: "4", name: "Pierre Rousseau", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "Pierre Rousseau"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "5", name: "Julie Fontaine", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Julie Fontaine"},
|
|
|
|
|
id: "5", name: "Julie Fontaine", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "Julie Fontaine"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
id: "6", name: "Marc Chevallier", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Marc Chevallier"},
|
|
|
|
|
id: "6", name: "Marc Chevallier", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "Marc Chevallier"
|
|
|
|
|
},
|
|
|
|
|
]}
|
|
|
|
|
cardTitle="Plus de 10,000 contribuables français font confiance à Fiscopti pour optimiser leur situation fiscale"
|
|
|
|
|
cardTitle="Économies moyennes de €3,500 - Plus de 10,000 contribuables français optimisent leur situation fiscale avec Fiscopti"
|
|
|
|
|
cardTag="Voir ce qu'ils disent"
|
|
|
|
|
cardTagIcon={Star}
|
|
|
|
|
cardAnimation="blur-reveal"
|
|
|
|
|
|