Merge version_1 into main #2
190
src/app/page.tsx
190
src/app/page.tsx
@@ -15,7 +15,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="background-highlight"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Security",
|
||||
id: "features",
|
||||
},
|
||||
name: "Security", id: "features"},
|
||||
{
|
||||
name: "Ledger",
|
||||
id: "system",
|
||||
},
|
||||
name: "Ledger", id: "system"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "faq",
|
||||
},
|
||||
name: "FAQs", id: "faq"},
|
||||
]}
|
||||
brandName="TrustVerify"
|
||||
/>
|
||||
@@ -53,32 +45,15 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Verifying Welfare Claims with Blockchain Integrity"
|
||||
description="Ensure absolute accuracy and fraud prevention with our 2-step verification system and immutable tamper-proof hashing."
|
||||
tag="Secure Verification Platform"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg?_wi=1",
|
||||
imageAlt: "Secure verification dashboard",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg", imageAlt: "Secure verification dashboard"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg?_wi=1",
|
||||
imageAlt: "Security shield interface",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg?_wi=1",
|
||||
imageAlt: "Blockchain ledger visualization",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg?_wi=1",
|
||||
imageAlt: "Digital vault protection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg?_wi=2",
|
||||
imageAlt: "Cryptographic nodes interface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg", imageAlt: "Security shield interface"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -86,13 +61,9 @@ export default function LandingPage() {
|
||||
tagIcon={ShieldCheck}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#",
|
||||
},
|
||||
text: "Get Started", href: "#"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -104,27 +75,15 @@ export default function LandingPage() {
|
||||
description="Our architecture prioritizes data integrity and security for every welfare claim processed."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "2-Step Identity Check",
|
||||
content: "Multi-factor authentication cross-references government databases to confirm beneficiary status securely.",
|
||||
},
|
||||
id: "f1", title: "2-Step Identity Check", content: "Multi-factor authentication cross-references government databases to confirm beneficiary status securely."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Advanced Cryptographic Hashing",
|
||||
content: "Every claim generates a unique cryptographic hash, ensuring data remains immutable once registered.",
|
||||
},
|
||||
id: "f2", title: "Advanced Cryptographic Hashing", content: "Every claim generates a unique cryptographic hash, ensuring data remains immutable once registered."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Real-time Verification",
|
||||
content: "Instant validation against verified national records to eliminate duplicate applications.",
|
||||
},
|
||||
id: "f3", title: "Real-time Verification", content: "Instant validation against verified national records to eliminate duplicate applications."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Encrypted Audit Trails",
|
||||
content: "Transparent yet secure logging of all changes for full accountability.",
|
||||
},
|
||||
id: "f4", title: "Encrypted Audit Trails", content: "Transparent yet secure logging of all changes for full accountability."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
imageAlt="Security architecture diagram"
|
||||
/>
|
||||
@@ -137,26 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
title: "Claim Accuracy",
|
||||
description: "Verified through rigorous hashing protocols.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg?_wi=2",
|
||||
},
|
||||
id: "m1", value: "99.9%", title: "Claim Accuracy", description: "Verified through rigorous hashing protocols.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100+",
|
||||
title: "Security Patches",
|
||||
description: "Constant updates to ledger integrity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg?_wi=3",
|
||||
},
|
||||
id: "m2", value: "100+", title: "Security Patches", description: "Constant updates to ledger integrity.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Real-time Audits",
|
||||
description: "Continuous monitoring of all claim events.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg?_wi=2",
|
||||
},
|
||||
id: "m3", value: "24/7", title: "Real-time Audits", description: "Continuous monitoring of all claim events.", imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg"},
|
||||
]}
|
||||
title="Tamper-Proof Ledger Performance"
|
||||
description="Our system ensures transparent audit trails and record-keeping precision."
|
||||
@@ -168,23 +112,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How does the ledger hashing work?",
|
||||
content: "We use SHA-256 protocols to generate immutable hashes for every claim event, preventing unauthorized modification.",
|
||||
},
|
||||
id: "q1", title: "How does the ledger hashing work?", content: "We use SHA-256 protocols to generate immutable hashes for every claim event, preventing unauthorized modification."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Is beneficiary data encrypted?",
|
||||
content: "Yes, end-to-end encryption is used both at rest and in transit, ensuring PII is protected.",
|
||||
},
|
||||
id: "q2", title: "Is beneficiary data encrypted?", content: "Yes, end-to-end encryption is used both at rest and in transit, ensuring PII is protected."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can claims be revoked?",
|
||||
content: "Claims can be updated only via multi-sig authorization, with every state change recorded on the ledger.",
|
||||
},
|
||||
id: "q3", title: "Can claims be revoked?", content: "Claims can be updated only via multi-sig authorization, with every state change recorded on the ledger."},
|
||||
]}
|
||||
sideTitle="Common Verification Questions"
|
||||
faqsAnimation="reveal-blur"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -197,51 +132,25 @@ export default function LandingPage() {
|
||||
description="See how public sector organizations are modernizing welfare verification."
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Jenkins",
|
||||
role: "IT Director",
|
||||
company: "Public Welfare Dept",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg?_wi=3",
|
||||
},
|
||||
id: "t1", name: "Sarah Jenkins", role: "IT Director", company: "Public Welfare Dept", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841678.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Security Lead",
|
||||
company: "Social Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg?_wi=4",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Security Lead", company: "Social Services", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-cybersecurity-concept-design_23-2151841695.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Dr. Elena Rossi",
|
||||
role: "Policy Advisor",
|
||||
company: "State Agency",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg?_wi=3",
|
||||
},
|
||||
id: "t3", name: "Dr. Elena Rossi", role: "Policy Advisor", company: "State Agency", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/privacy-security-data-protection-shield-graphic-concept_53876-122494.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Smith",
|
||||
role: "Compliance Mgr",
|
||||
company: "Regional Welfare",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg?_wi=3",
|
||||
},
|
||||
id: "t4", name: "David Smith", role: "Compliance Mgr", company: "Regional Welfare", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-data-protection-concepts_23-2152001154.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "40%",
|
||||
label: "Reduction in Fraud",
|
||||
},
|
||||
value: "40%", label: "Reduction in Fraud"},
|
||||
{
|
||||
value: "12m+",
|
||||
label: "Claims Processed",
|
||||
},
|
||||
value: "12m+", label: "Claims Processed"},
|
||||
{
|
||||
value: "99.9%",
|
||||
label: "Uptime Reliability",
|
||||
},
|
||||
value: "99.9%", label: "Uptime Reliability"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -251,42 +160,27 @@ export default function LandingPage() {
|
||||
logoText="TrustVerify"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Security Overview",
|
||||
href: "#",
|
||||
},
|
||||
label: "Security Overview", href: "#"},
|
||||
{
|
||||
label: "Ledger Tech",
|
||||
href: "#",
|
||||
},
|
||||
label: "Ledger Tech", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Compliance",
|
||||
href: "#",
|
||||
},
|
||||
label: "Compliance", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Use",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Use", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user