1 Commits

Author SHA1 Message Date
52033d7342 Update src/app/page.tsx 2026-05-24 21:16:41 +00:00

View File

@@ -32,22 +32,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleCentered <NavbarStyleCentered
navItems={[ navItems={[
{ { name: "Terminal", id: "hero" },
name: "Live News", { name: "Fiabilité", id: "about" },
id: "news", { name: "Fonctionnalités", id: "features" },
}, { name: "Tarifs", id: "pricing" },
{ { name: "Contact", id: "contact" },
name: "Analysis",
id: "smart-money",
},
{
name: "Calendar",
id: "calendar",
},
{
name: "Pricing",
id: "pricing",
},
]} ]}
brandName="XAU Terminal" brandName="XAU Terminal"
/> />
@@ -55,62 +44,25 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroSplit
background={{ background={{ variant: "plain" }}
variant: "plain",
}}
title="L'Intelligence Artificielle au Service du Gold" title="L'Intelligence Artificielle au Service du Gold"
description="Suivi des news financières en temps réel, filtrage des fake news et analyse d'impact instantanée. Spécialisé XAU/USD pour les traders institutionnels." description="Suivi des news financières en temps réel, filtrage des fake news et analyse d'impact instantanée. Spécialisé XAU/USD pour les traders institutionnels."
imageSrc="http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-120322.jpg" imageSrc="http://img.b2bpic.net/free-photo/stock-exchange-trading-forex-finance-graphic-concept_53876-120322.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/modern-trading-setup-with-monitor-running-forex-trends-going-up_482257-126331.jpg", alt: "Trader 1" },
src: "http://img.b2bpic.net/free-photo/modern-trading-setup-with-monitor-running-forex-trends-going-up_482257-126331.jpg", { src: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", alt: "Trader 2" },
alt: "Trader 1", { src: "http://img.b2bpic.net/free-photo/businessman-watching-phone-screen-business-evolution-close-up_482257-32836.jpg", alt: "Trader 3" },
}, { src: "http://img.b2bpic.net/free-photo/hedge-fund-trader-analyzing-real-time-forex-information-create-trading-investment-profit-share-business-man-using-exchange-market-statistics-with-charts-graphs-have-financial-growth_482257-40947.jpg", alt: "Trader 4" },
{ { src: "http://img.b2bpic.net/free-photo/paper-arrow-shape-indicating-economy-growth_23-2148568082.jpg", alt: "Trader 5" },
src: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
alt: "Trader 2",
},
{
src: "http://img.b2bpic.net/free-photo/businessman-watching-phone-screen-business-evolution-close-up_482257-32836.jpg",
alt: "Trader 3",
},
{
src: "http://img.b2bpic.net/free-photo/hedge-fund-trader-analyzing-real-time-forex-information-create-trading-investment-profit-share-business-man-using-exchange-market-statistics-with-charts-graphs-have-financial-growth_482257-40947.jpg",
alt: "Trader 4",
},
{
src: "http://img.b2bpic.net/free-photo/paper-arrow-shape-indicating-economy-growth_23-2148568082.jpg",
alt: "Trader 5",
},
]} ]}
avatarText="Rejoignez 5000+ traders institutionnels" avatarText="Rejoignez 5000+ traders institutionnels"
marqueeItems={[ marqueeItems={[
{ { type: "text-icon", text: "XAU/USD Temps Réel", icon: TrendingUp },
type: "text-icon", { type: "text-icon", text: "Alertes 500ms", icon: Zap },
text: "XAU/USD Temps Réel", { type: "text-icon", text: "Filtrage IA Anti-Fake", icon: ShieldCheck },
icon: TrendingUp, { type: "text-icon", text: "Corrélation Smart Money", icon: LineChart },
}, { type: "text-icon", text: "Flux Institutionnel 24/7", icon: Globe },
{
type: "text-icon",
text: "Alertes 500ms",
icon: Zap,
},
{
type: "text-icon",
text: "Filtrage IA Anti-Fake",
icon: ShieldCheck,
},
{
type: "text-icon",
text: "Corrélation Smart Money",
icon: LineChart,
},
{
type: "text-icon",
text: "Flux Institutionnel 24/7",
icon: Globe,
},
]} ]}
/> />
</div> </div>
@@ -131,21 +83,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ { title: "Filtre Anti-Fake", description: "Détection automatique des annonces manipulatrices et titres sensationnalistes.", imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg" },
title: "Filtre Anti-Fake", { title: "Analyse d'Impact", description: "Évaluation Bullish/Bearish pour chaque news majeure avec explication simplifiée.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-documents_482257-96350.jpg" },
description: "Détection automatique des annonces manipulatrices et titres sensationnalistes.", { title: "Smart Money", description: "Analyse de corrélation DXY, taux US et flux institutionnels.", imageSrc: "http://img.b2bpic.net/free-photo/colourful-pushpins-with-thread-route-map_23-2148510507.jpg" },
imageSrc: "http://img.b2bpic.net/free-vector/running-mobile-app-infographic-flat-design_52683-15950.jpg",
},
{
title: "Analyse d'Impact",
description: "Évaluation Bullish/Bearish pour chaque news majeure avec explication simplifiée.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-advisor-reviewing-legal-balance-documents_482257-96350.jpg",
},
{
title: "Smart Money",
description: "Analyse de corrélation DXY, taux US et flux institutionnels.",
imageSrc: "http://img.b2bpic.net/free-photo/colourful-pushpins-with-thread-route-map_23-2148510507.jpg",
},
]} ]}
title="Technologie de Précision" title="Technologie de Précision"
description="Des outils conçus pour isoler le signal du bruit." description="Des outils conçus pour isoler le signal du bruit."
@@ -159,60 +99,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ { id: "1", brand: "Module", name: "Terminal Live", price: "Accès Pro", rating: 5, reviewCount: "1200", imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_52683-41895.jpg" },
id: "1", { id: "2", brand: "Module", name: "Calendrier", price: "Temps réel", rating: 5, reviewCount: "950", imageSrc: "http://img.b2bpic.net/free-photo/top-view-calendar-map-arrangement_23-2149828167.jpg" },
brand: "Module", { id: "3", brand: "Module", name: "Heatmap", price: "Corrélation", rating: 5, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-psychedelic-background_23-2148805257.jpg" },
name: "Terminal Live", { id: "4", brand: "Module", name: "Alertes", price: "Mobile Push", rating: 5, reviewCount: "1500", imageSrc: "http://img.b2bpic.net/free-photo/still-life-arrangement-with-cryptocurrency_23-2149102135.jpg" },
price: "Accès Pro", { id: "5", brand: "Module", name: "Insights", price: "Smart Money", rating: 5, reviewCount: "600", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg" },
rating: 5, { id: "6", brand: "Module", name: "Corrélation", price: "DXY-XAU", rating: 5, reviewCount: "700", imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-with-annual-summary_1098-3525.jpg" },
reviewCount: "1200",
imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-concept_52683-41895.jpg",
},
{
id: "2",
brand: "Module",
name: "Calendrier",
price: "Temps réel",
rating: 5,
reviewCount: "950",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-calendar-map-arrangement_23-2149828167.jpg",
},
{
id: "3",
brand: "Module",
name: "Heatmap",
price: "Corrélation",
rating: 5,
reviewCount: "800",
imageSrc: "http://img.b2bpic.net/free-photo/multi-colored-psychedelic-background_23-2148805257.jpg",
},
{
id: "4",
brand: "Module",
name: "Alertes",
price: "Mobile Push",
rating: 5,
reviewCount: "1500",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-arrangement-with-cryptocurrency_23-2149102135.jpg",
},
{
id: "5",
brand: "Module",
name: "Insights",
price: "Smart Money",
rating: 5,
reviewCount: "600",
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg",
},
{
id: "6",
brand: "Module",
name: "Corrélation",
price: "DXY-XAU",
rating: 5,
reviewCount: "700",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-tablet-with-annual-summary_1098-3525.jpg",
},
]} ]}
title="Plateforme de Trading" title="Plateforme de Trading"
description="Dashboard institutionnel pour une prise de décision rapide." description="Dashboard institutionnel pour une prise de décision rapide."
@@ -225,56 +117,9 @@ export default function LandingPage() {
textboxLayout="split" textboxLayout="split"
useInvertedBackground={true} useInvertedBackground={true}
plans={[ plans={[
{ { id: "basic", tag: "Découverte", price: "49€", period: "/mois", description: "News essentielles et calendrier.", button: { text: "Souscrire" }, featuresTitle: "Inclus", features: ["News officielles", "Calendrier Live", "Support email"] },
id: "basic", { id: "pro", tag: "Professionnel", price: "149€", period: "/mois", description: "Analyse complète + Smart Money.", button: { text: "Souscrire" }, featuresTitle: "Tout le Basic +", features: ["Smart Money", "Alertes mobiles", "Corrélation DXY", "Priority support"] },
tag: "Découverte", { id: "insti", tag: "Institutionnel", price: "499€", period: "/mois", description: "Accès API et flux illimité.", button: { text: "Souscrire" }, featuresTitle: "Tout le Pro +", features: ["API Feed", "Support dédié", "Mode équipe", "Data Historique"] },
price: "49€",
period: "/mois",
description: "News essentielles et calendrier.",
button: {
text: "Souscrire",
},
featuresTitle: "Inclus",
features: [
"News officielles",
"Calendrier Live",
"Support email",
],
},
{
id: "pro",
tag: "Professionnel",
price: "149€",
period: "/mois",
description: "Analyse complète + Smart Money.",
button: {
text: "Souscrire",
},
featuresTitle: "Tout le Basic +",
features: [
"Smart Money",
"Alertes mobiles",
"Corrélation DXY",
"Priority support",
],
},
{
id: "insti",
tag: "Institutionnel",
price: "499€",
period: "/mois",
description: "Accès API et flux illimité.",
button: {
text: "Souscrire",
},
featuresTitle: "Tout le Pro +",
features: [
"API Feed",
"Support dédié",
"Mode équipe",
"Data Historique",
],
},
]} ]}
title="Abonnements Trader" title="Abonnements Trader"
description="Choisir le niveau d'analyse qui correspond à votre stratégie." description="Choisir le niveau d'analyse qui correspond à votre stratégie."
@@ -288,27 +133,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ { id: "m1", value: "99.9%", title: "Précision", description: "Taux de filtrage des fake news", icon: CheckCircle },
id: "m1", { id: "m2", value: "500ms", title: "Latence", description: "Vitesse de traitement news", icon: Zap },
value: "99.9%", { id: "m3", value: "12", title: "Sources", description: "Sources officielles uniques", icon: Database },
title: "Précision",
description: "Taux de filtrage des fake news",
icon: CheckCircle,
},
{
id: "m2",
value: "500ms",
title: "Latence",
description: "Vitesse de traitement news",
icon: Zap,
},
{
id: "m3",
value: "12",
title: "Sources",
description: "Sources officielles uniques",
icon: Database,
},
]} ]}
title="Performance du Flux" title="Performance du Flux"
description="Le système de filtrage le plus performant du marché." description="Le système de filtrage le plus performant du marché."
@@ -322,26 +149,11 @@ export default function LandingPage() {
rating={5} rating={5}
author="Jean D., Trader institutionnel" author="Jean D., Trader institutionnel"
avatars={[ avatars={[
{ { src: "http://img.b2bpic.net/free-photo/business-analyst-reviewing-financial-data-with-charts_23-2152011761.jpg", alt: "Trader 1" },
src: "http://img.b2bpic.net/free-photo/business-analyst-reviewing-financial-data-with-charts_23-2152011761.jpg", { src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-looking-tablet_23-2148230835.jpg", alt: "Trader 2" },
alt: "Trader 1", { src: "http://img.b2bpic.net/free-photo/side-view-man-listening-music-his-office_329181-17556.jpg", alt: "Trader 3" },
}, { src: "http://img.b2bpic.net/free-photo/young-colleagues-work-office-using-computers_171337-6718.jpg", alt: "Trader 4" },
{ { src: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg", alt: "Trader 5" },
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-looking-tablet_23-2148230835.jpg",
alt: "Trader 2",
},
{
src: "http://img.b2bpic.net/free-photo/side-view-man-listening-music-his-office_329181-17556.jpg",
alt: "Trader 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-colleagues-work-office-using-computers_171337-6718.jpg",
alt: "Trader 4",
},
{
src: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop-with-magnifying-glass_23-2150914195.jpg",
alt: "Trader 5",
},
]} ]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
@@ -354,21 +166,10 @@ export default function LandingPage() {
title="Contactez-nous" title="Contactez-nous"
description="Intégration API ou questions institutionnelles." description="Intégration API ou questions institutionnelles."
inputs={[ inputs={[
{ { name: "name", type: "text", placeholder: "Nom complet" },
name: "name", { name: "email", type: "email", placeholder: "Email professionnel" },
type: "text",
placeholder: "Nom complet",
},
{
name: "email",
type: "email",
placeholder: "Email professionnel",
},
]} ]}
textarea={{ textarea={{ name: "msg", placeholder: "Détails de votre demande" }}
name: "msg",
placeholder: "Détails de votre demande",
}}
imageSrc="http://img.b2bpic.net/free-photo/side-view-chocolate-candy-gold-wrapper-black-stand_140725-13937.jpg" imageSrc="http://img.b2bpic.net/free-photo/side-view-chocolate-candy-gold-wrapper-black-stand_140725-13937.jpg"
/> />
</div> </div>
@@ -377,41 +178,9 @@ export default function LandingPage() {
<FooterBaseCard <FooterBaseCard
logoText="XAU Terminal" logoText="XAU Terminal"
columns={[ columns={[
{ { title: "Produit", items: [{ label: "News Live", href: "#hero" }, { label: "Tarifs", href: "#pricing" }] },
title: "Produit", { title: "Legal", items: [{ label: "Mentions Légales", href: "#" }, { label: "Confidentialité", href: "#" }] },
items: [ { title: "Support", items: [{ label: "Contact", href: "#contact" }] },
{
label: "News Live",
href: "#news",
},
{
label: "Tarifs",
href: "#pricing",
},
],
},
{
title: "Legal",
items: [
{
label: "Mentions Légales",
href: "#",
},
{
label: "Confidentialité",
href: "#",
},
],
},
{
title: "Support",
items: [
{
label: "Contact",
href: "#",
},
],
},
]} ]}
/> />
</div> </div>