Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -39,7 +39,7 @@ export default function LandingPage() {
|
||||
<HeroCentered
|
||||
title="Chain of Custody Cryptographique"
|
||||
description="Chaque gramme de matériau, chaque document, chaque transfert — signé ECDSA P-256, haché SHA-256, chiffré AES-256-GCM. De la mine au client. Zéro fraude non détectée."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/engineers-working-smart-factory-collecting-analyzing-data_482257-120556.jpg", alt: "User" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662994.jpg", alt: "User" },
|
||||
@@ -72,7 +72,7 @@ export default function LandingPage() {
|
||||
description="Des outils SaaS No-Code pour sécuriser la marchandise avec des concepts de cryptographie avancés."
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Material Fingerprint", description: "Créez un jumeau numérique (Digital Twin) crypté pour chaque lot de matériau, empêchant toute intrusion illégale dans la cargaison.", media: { imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129112.jpg?_wi=1", imageAlt: "Crypto Security" },
|
||||
id: "f1", title: "Material Fingerprint", description: "Créez un jumeau numérique (Digital Twin) crypté pour chaque lot de matériau, empêchant toute intrusion illégale dans la cargaison.", media: { imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129112.jpg", imageAlt: "Crypto Security" },
|
||||
items: [
|
||||
{ icon: Hash, text: "Hachage SHA-256 unique" },
|
||||
{ icon: Lock, text: "Signature à clé privée" },
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2", title: "Signature Numérique", description: "Chaque acteur signe numériquement le lot. Si la signature ne correspond pas au hash initial, l'alerte est donnée instantanément.", media: { imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129112.jpg?_wi=2", imageAlt: "Signature" },
|
||||
id: "f2", title: "Signature Numérique", description: "Chaque acteur signe numériquement le lot. Si la signature ne correspond pas au hash initial, l'alerte est donnée instantanément.", media: { imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129112.jpg", imageAlt: "Signature" },
|
||||
items: [
|
||||
{ icon: PenTool, text: "Signatures ECDSA P-256" },
|
||||
{ icon: ShieldCheck, text: "Empêche l'usurpation" },
|
||||
@@ -90,7 +90,7 @@ export default function LandingPage() {
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
id: "f3", title: "Sécurisation Documentaire", description: "Fini les factures falsifiées. Chaque document est lié au lot via un hash inséparable, garantissant l'authenticité de chaque certification.", media: { imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129112.jpg?_wi=3", imageAlt: "Doc" },
|
||||
id: "f3", title: "Sécurisation Documentaire", description: "Fini les factures falsifiées. Chaque document est lié au lot via un hash inséparable, garantissant l'authenticité de chaque certification.", media: { imageSrc: "http://img.b2bpic.net/free-photo/gold-bitcoin-padlock_93675-129112.jpg", imageAlt: "Doc" },
|
||||
items: [
|
||||
{ icon: FileText, text: "Factures immuables" },
|
||||
{ icon: Database, text: "Passeport numérique" },
|
||||
@@ -111,6 +111,7 @@ export default function LandingPage() {
|
||||
description="Sécurisez vos cargaisons avec nos plans adaptés à vos besoins de scalabilité."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1", badge: "Standard", price: "$299", subtitle: "Pour les PME exportatrices", buttons: [{ text: "Démarrer", href: "#" }],
|
||||
@@ -131,6 +132,7 @@ export default function LandingPage() {
|
||||
description="Notre équipe technique est prête à vous assister dans l'implémentation de votre passeport matériau crypté."
|
||||
buttons={[{ text: "Demander une démo", href: "#" }]}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user