Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 12:53:04 +00:00

View File

@@ -23,8 +23,7 @@ const navItems = [
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "/solutions" },
{ label: "Pricing", href: "pricing" },
{ label: "Compliance", href: "compliance" },
@@ -33,8 +32,7 @@ const footerColumns = [
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -43,8 +41,7 @@ const footerColumns = [
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{ label: "Documentation", href: "/docs" },
{ label: "API Reference", href: "/api" },
{ label: "Case Studies", href: "/case-studies" },
@@ -53,8 +50,7 @@ const footerColumns = [
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Security Policy", href: "/security" },
@@ -82,9 +78,7 @@ export default function HomePage() {
<NavbarStyleCentered
navItems={navItems}
button={{
text: "Start Free Trial",
href: "contact",
}}
text: "Start Free Trial", href: "contact"}}
brandName="ChainCompli"
/>
</div>
@@ -95,13 +89,9 @@ export default function HomePage() {
description="Immutable blockchain-powered platform for managing environmental compliance, carbon credits, renewable energy certificates, e-waste tracking, and hazardous waste with real-time transparency and automated verification."
buttons={[
{
text: "Explore Solutions",
href: "/solutions",
},
text: "Explore Solutions", href: "/solutions"},
{
text: "Request Demo",
href: "contact",
},
text: "Request Demo", href: "contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-modern-futuristic-blockchain-network-v-1773060588038-1e1aeef1.png"
imageAlt="Blockchain network for environmental compliance"
@@ -116,37 +106,13 @@ export default function HomePage() {
tag="Features"
features={[
{
id: "1",
title: "Immutable Record Keeping",
description: "Every transaction, emission report, and compliance event is permanently recorded on the blockchain, creating an auditable ledger that cannot be altered retroactively.",
tag: "Ledger",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-data-visualization-showing-an-immutabl-1773060588179-c9377e59.png?_wi=1",
imageAlt: "Immutable blockchain ledger visualization",
},
id: "1", title: "Immutable Record Keeping", description: "Every transaction, emission report, and compliance event is permanently recorded on the blockchain, creating an auditable ledger that cannot be altered retroactively.", tag: "Ledger", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-data-visualization-showing-an-immutabl-1773060588179-c9377e59.png", imageAlt: "Immutable blockchain ledger visualization"},
{
id: "2",
title: "Real-Time Traceability",
description: "Track carbon credits, renewable energy certificates, and hazardous waste from origin to final disposition with complete end-to-end visibility.",
tag: "Tracing",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-real-time-traceability-dashboard-showi-1773060591137-1f64c44a.png?_wi=1",
imageAlt: "Real-time asset traceability dashboard",
},
id: "2", title: "Real-Time Traceability", description: "Track carbon credits, renewable energy certificates, and hazardous waste from origin to final disposition with complete end-to-end visibility.", tag: "Tracing", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-real-time-traceability-dashboard-showi-1773060591137-1f64c44a.png", imageAlt: "Real-time asset traceability dashboard"},
{
id: "3",
title: "Automated Compliance Verification",
description: "Smart contracts automatically validate compliance requirements, eliminating manual verification bottlenecks and reducing audit cycles from weeks to hours.",
tag: "Automation",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-visualization-of-automated-smart-contr-1773060591325-e30c3a9a.png?_wi=1",
imageAlt: "Automated smart contract compliance system",
},
id: "3", title: "Automated Compliance Verification", description: "Smart contracts automatically validate compliance requirements, eliminating manual verification bottlenecks and reducing audit cycles from weeks to hours.", tag: "Automation", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-visualization-of-automated-smart-contr-1773060591325-e30c3a9a.png", imageAlt: "Automated smart contract compliance system"},
{
id: "4",
title: "Double-Counting Prevention",
description: "Advanced tokenization and state management prevent double-counting of environmental credits through cryptographic assurance and unified ledger tracking.",
tag: "Security",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-security-system-visualization-showing--1773060590881-74fd7582.png?_wi=1",
imageAlt: "Prevention system for environmental asset duplication",
},
id: "4", title: "Double-Counting Prevention", description: "Advanced tokenization and state management prevent double-counting of environmental credits through cryptographic assurance and unified ledger tracking.", tag: "Security", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-security-system-visualization-showing--1773060590881-74fd7582.png", imageAlt: "Prevention system for environmental asset duplication"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -161,9 +127,7 @@ export default function HomePage() {
useInvertedBackground={true}
buttons={[
{
text: "Learn Implementation",
href: "/solutions",
},
text: "Learn Implementation", href: "/solutions"},
]}
/>
</div>
@@ -175,29 +139,11 @@ export default function HomePage() {
tag="Metrics"
metrics={[
{
id: "1",
value: "85%",
title: "Verification Time Reduction",
description: "Automated compliance checks reduce verification cycles",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/an-analytics-chart-showing-time-reductio-1773060587546-a84b5695.png?_wi=1",
imageAlt: "Verification time reduction metrics visualization",
},
id: "1", value: "85%", title: "Verification Time Reduction", description: "Automated compliance checks reduce verification cycles", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/an-analytics-chart-showing-time-reductio-1773060587546-a84b5695.png", imageAlt: "Verification time reduction metrics visualization"},
{
id: "2",
value: "99.9%",
title: "Data Authenticity Assurance",
description: "Cryptographic proof of transaction integrity",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-cryptographic-security-visualization-s-1773060588210-2075731c.png?_wi=1",
imageAlt: "Data authenticity and cryptographic security",
},
id: "2", value: "99.9%", title: "Data Authenticity Assurance", description: "Cryptographic proof of transaction integrity", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-cryptographic-security-visualization-s-1773060588210-2075731c.png", imageAlt: "Data authenticity and cryptographic security"},
{
id: "3",
value: "2500+",
title: "Enterprises Onboarded",
description: "Global regulators and industry partners deployed",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-global-enterprise-network-visualizatio-1773060587570-ce7ff146.png?_wi=1",
imageAlt: "Global enterprise network visualization",
},
id: "3", value: "2500+", title: "Enterprises Onboarded", description: "Global regulators and industry partners deployed", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-global-enterprise-network-visualizatio-1773060587570-ce7ff146.png", imageAlt: "Global enterprise network visualization"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -213,16 +159,10 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
logos={[
"http://img.b2bpic.net/free-vector/flat-cruelty-free-badge-pack_23-2148813985.jpg",
"http://img.b2bpic.net/free-vector/flat-design-compostable-labels-stamps_23-2149412993.jpg",
"http://img.b2bpic.net/free-vector/logo-template-design_1289-195.jpg",
"http://img.b2bpic.net/free-vector/flat-design-hp-ph-logo_23-2149239520.jpg",
"http://img.b2bpic.net/free-photo/technician-data-center-with-laptop-tablet-integrating-ai-technology_482257-120032.jpg",
"http://img.b2bpic.net/free-photo/close-up-nurse-helping-diabetic-person-checking-their-glucose-levels_23-2150766877.jpg",
"http://img.b2bpic.net/free-psd/save-energy-horizontal-banner-template_23-2148855768.jpg",
]}
"http://img.b2bpic.net/free-vector/flat-cruelty-free-badge-pack_23-2148813985.jpg", "http://img.b2bpic.net/free-vector/flat-design-compostable-labels-stamps_23-2149412993.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-195.jpg", "http://img.b2bpic.net/free-vector/flat-design-hp-ph-logo_23-2149239520.jpg", "http://img.b2bpic.net/free-photo/technician-data-center-with-laptop-tablet-integrating-ai-technology_482257-120032.jpg", "http://img.b2bpic.net/free-photo/close-up-nurse-helping-diabetic-person-checking-their-glucose-levels_23-2150766877.jpg", "http://img.b2bpic.net/free-psd/save-energy-horizontal-banner-template_23-2148855768.jpg"]}
speed={50}
showCard={true}
names={[]}
/>
</div>
@@ -236,59 +176,23 @@ export default function HomePage() {
showRating={true}
testimonials={[
{
id: "1",
name: "Dr. Sarah Mitchell",
handle: "@sarahm-epa",
testimonial: "ChainCompli has revolutionized how we track carbon credit transactions. The immutability guarantee gives us unprecedented confidence in regulatory reporting.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-female-envi-1773060587698-cab7466a.png",
imageAlt: "Dr. Sarah Mitchell, EPA environmental regulator",
},
id: "1", name: "Dr. Sarah Mitchell", handle: "@sarahm-epa", testimonial: "ChainCompli has revolutionized how we track carbon credit transactions. The immutability guarantee gives us unprecedented confidence in regulatory reporting.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-female-envi-1773060587698-cab7466a.png", imageAlt: "Dr. Sarah Mitchell, EPA environmental regulator"},
{
id: "2",
name: "James Chen",
handle: "@jchen-auditor",
testimonial: "Audit cycles that used to take 3 weeks now complete in 2 days. The smart contract automation reduced our manual verification burden by 80%.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-male-audito-1773060587656-021092f8.png",
imageAlt: "James Chen, professional auditor",
},
id: "2", name: "James Chen", handle: "@jchen-auditor", testimonial: "Audit cycles that used to take 3 weeks now complete in 2 days. The smart contract automation reduced our manual verification burden by 80%.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-male-audito-1773060587656-021092f8.png", imageAlt: "James Chen, professional auditor"},
{
id: "3",
name: "Maria Rodriguez",
handle: "@mrodriguez-renewables",
testimonial: "The real-time traceability of renewable energy certificates eliminated double-counting concerns. Our compliance team now focuses on strategy instead of data validation.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-female-rene-1773060587365-d387ea2a.png",
imageAlt: "Maria Rodriguez, renewable energy executive",
},
id: "3", name: "Maria Rodriguez", handle: "@mrodriguez-renewables", testimonial: "The real-time traceability of renewable energy certificates eliminated double-counting concerns. Our compliance team now focuses on strategy instead of data validation.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-female-rene-1773060587365-d387ea2a.png", imageAlt: "Maria Rodriguez, renewable energy executive"},
{
id: "4",
name: "Dr. Kwesi Osei",
handle: "@kosei-hazmat",
testimonial: "Hazardous waste tracking transparency across our supply chain has improved dramatically. Stakeholders trust the immutable ledger as ground truth.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-male-enviro-1773060593246-1145bca6.png",
imageAlt: "Dr. Kwesi Osei, environmental scientist",
},
id: "4", name: "Dr. Kwesi Osei", handle: "@kosei-hazmat", testimonial: "Hazardous waste tracking transparency across our supply chain has improved dramatically. Stakeholders trust the immutable ledger as ground truth.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-male-enviro-1773060593246-1145bca6.png", imageAlt: "Dr. Kwesi Osei, environmental scientist"},
{
id: "5",
name: "Lisa Johnson",
handle: "@ljohnson-compliance",
testimonial: "The blockchain integration with our existing systems was seamless. ROI realized within 6 months through efficiency gains and risk reduction.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-female-comp-1773060587607-78ee2a36.png",
imageAlt: "Lisa Johnson, compliance officer",
},
id: "5", name: "Lisa Johnson", handle: "@ljohnson-compliance", testimonial: "The blockchain integration with our existing systems was seamless. ROI realized within 6 months through efficiency gains and risk reduction.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-female-comp-1773060587607-78ee2a36.png", imageAlt: "Lisa Johnson, compliance officer"},
{
id: "6",
name: "Thomas Mueller",
handle: "@tmueller-regulator",
testimonial: "ChainCompli provides the transparency we need for effective environmental governance. Data integrity is guaranteed at every transaction.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-male-regula-1773060587059-a0ba26a6.png",
imageAlt: "Thomas Mueller, regulatory official",
},
id: "6", name: "Thomas Mueller", handle: "@tmueller-regulator", testimonial: "ChainCompli provides the transparency we need for effective environmental governance. Data integrity is guaranteed at every transaction.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai1IDLmPluSphZrHe6enngkrrT/a-professional-headshot-of-a-male-regula-1773060587059-a0ba26a6.png", imageAlt: "Thomas Mueller, regulatory official"},
]}
animationType="slide-up"
/>
@@ -304,80 +208,35 @@ export default function HomePage() {
useInvertedBackground={true}
plans={[
{
id: "1",
price: "$2,999/month",
name: "Auditor",
buttons={[
id: "1", price: "$2,999/month", name: "Auditor", buttons: [
{
text: "Get Started",
href: "contact",
},
text: "Get Started", href: "contact"},
{
text: "Learn More",
href: "#",
},
]}
features: [
"Up to 50 compliance audits/month",
"Real-time transaction verification",
"Basic smart contract templates",
"API access for integration",
"24/7 technical support",
"Monthly compliance reports",
]
},
{
id: "2",
badge: "Most Popular",
badgeIcon: Sparkles,
price: "$9,999/month",
name: "Enterprise",
buttons: [
{
text: "Get Started",
href: "contact",
},
{
text: "Schedule Demo",
href: "contact",
},
text: "Learn More", href: "#"},
],
features: [
"Unlimited compliance audits",
"Multi-asset tracking (carbon, renewables, e-waste, hazmat)",
"Custom smart contract deployment",
"Advanced API with webhooks",
"Dedicated compliance officer",
"Real-time regulatory reporting",
"Priority incident response",
"Quarterly business reviews",
]
"Up to 50 compliance audits/month", "Real-time transaction verification", "Basic smart contract templates", "API access for integration", "24/7 technical support", "Monthly compliance reports"],
},
{
id: "3",
price: "$24,999/month",
name: "Regulatory Authority",
buttons: [
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
price: "$9,999/month", name: "Enterprise", buttons: [
{
text: "Contact Sales",
href: "contact",
},
text: "Get Started", href: "contact"},
{
text: "Enterprise Package",
href: "contact",
},
text: "Schedule Demo", href: "contact"},
],
features: [
"Multi-jurisdiction deployment",
"Unlimited stakeholder management",
"Custom blockchain infrastructure",
"White-label regulatory portal",
"Advanced analytics & insights",
"Compliance trend analysis",
"Dedicated implementation team",
"SLA-backed 99.99% uptime",
"Annual strategic planning",
]
"Unlimited compliance audits", "Multi-asset tracking (carbon, renewables, e-waste, hazmat)", "Custom smart contract deployment", "Advanced API with webhooks", "Dedicated compliance officer", "Real-time regulatory reporting", "Priority incident response", "Quarterly business reviews"],
},
{
id: "3", price: "$24,999/month", name: "Regulatory Authority", buttons: [
{
text: "Contact Sales", href: "contact"},
{
text: "Enterprise Package", href: "contact"},
],
features: [
"Multi-jurisdiction deployment", "Unlimited stakeholder management", "Custom blockchain infrastructure", "White-label regulatory portal", "Advanced analytics & insights", "Compliance trend analysis", "Dedicated implementation team", "SLA-backed 99.99% uptime", "Annual strategic planning"],
},
]}
/>